5.4.2 / AspNetCore 1.0.0
Overview
AspNetCore 1.0.0
- First major release #466
- Added authentication documentation
- Use FrozenSet in first location (QueryStringConverter)
Code generation
- Do not use attributes reserved for the compiler in code generation #472
- Nullable reference types now works
- It is now possible to use
required
modifier for fields and properties
.NET8
- .NET8 sdk is now used to build #463
Testhost
- Add support in DomainServiceTestHost for asynchronous queries that return a single entity #464
What's Changed
- AspNetCore documentation, FrozenSet and C#12 by @Daniel-Svensson in #466
- Test updates - nuget and msbuild code by @Daniel-Svensson in #468
- Run AspNetCore E2E tests with NET8 on server by @Daniel-Svensson in #463
- Build fixes and prevent thread hang MockAuthenticationNoCancel by @Daniel-Svensson in #469
- Make test run on Net8 by @SandstromErik in #458
- Add support in DomainServiceTestHost for asynchronous queries that return a single entity by @erikoijwall in #464
- Add tests to se that codegen works with nullable reference types by @Daniel-Svensson in #470
- Use BinaryHttpDomainClient in AspNetCore Test by @SandstromErik in #471
- Don't use attributes reserved for compiler in CodeGen by @SandstromErik in #472
Full Changelog: v5.4.1...v5.4.2