Skip to content

Releases: Applicita/Orleans.Multiservice

2.0.0

07 May 08:53
6a6f33f
Compare
Choose a tag to compare

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

21 Nov 16:20
Compare
Choose a tag to compare

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

10 Nov 19:55
Compare
Choose a tag to compare

Updated to .NET + Orleans 7.0.0 GA

1.0.0-preview1

08 Nov 15:53
Compare
Choose a tag to compare

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