MerrionComputing / EventsSourcing-on-Azure-Functions

A library to demonstrate doing Event Sourcing as a data persistence mechanism for Azure Functions
MIT License
103 stars 20 forks source link

Upgrade to .NET 6 #57

Closed MerrionComputing closed 2 years ago

MerrionComputing commented 3 years ago

Now that it is possible to run Azure Functions to run on top of .NET 6.0 (still in beta) it would be a good idea to create a .NET 6 version of this library and the test Azure Functions apps so that performance can be compared.

MerrionComputing commented 2 years ago

Successful (and significant performance improvement)