Updated to .NET 5
- Updated projects to .NET 5 from .NET Core 3.1
- Updated packages to latest versions
- Changed the private class into public to workaround new changes in Marten related to codegen
- Renamed test class
Task
intoIssue
to workaround Marten issue JasperFx/marten#1647 - Needed to make Aggregates classes public because of current Marten v4 alpha codegen limitation (JasperFx/marten#1655), and .NET limitations dotnet/runtime#12454.
See more in: #32