Releases: Applicita/Orleans.Multiservice
Releases · Applicita/Orleans.Multiservice
2.0.0
This release fully updates the examples in this repo to the dotnet new
mcs-orleans-multiservice 2.0 template:
- Updated to C# 12, .NET 8 and Orleans 8 - including full compliance to the
dotnet new
mcs-editorconfig 2.0 template - Updated to ASP.NET Core 8 Minimal API's, including OpenAPI docs
- Added automatic endpoint registration for minimal API's
- Added helper to enable DI for a group of minimal API endpoints
Eliminates duplicated initialization code and repeated parameters across endpoints
Full Changelog: 1.0.0-preview3...2-0-0
1.0.0-preview.3
Added dotnet new
mcs-orleans-multiservice template
Create a full working #Microsoft #Orleans 7⃣ multiservice solution with 2 simple commands
More automation with Roslyn code analyzer will follow in a next release
1.0.0-preview2
Updated to .NET + Orleans 7.0.0 GA
1.0.0-preview1
Initial release of Microsoft Orleans multiservice pattern with example and documentation
Automation with dotnet new templates and Roslyn code analyzer will follow in a next release