Skip to content

5.4.2 / AspNetCore 1.0.0

Compare
Choose a tag to compare
@SandstromErik SandstromErik released this 10 Jan 15:06
· 35 commits to main since this release
08858c1

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

Full Changelog: v5.4.1...v5.4.2