Skip to content

8.7.0

Compare
Choose a tag to compare
@PawelGerr PawelGerr released this 16 Apr 19:32
· 10 commits to master since this release
c7e1b18
  • [EF] Added extension method HasValueObjectConversion for property builders
  • JSON and MessagePack serializers check for AllowDefaultStructs and for null
  • ASP.NET Core model binder behaves similar to JSON/MessagePack converters when checking for AllowDefaultStructs and null
  • Complex value objects check NRTs for null
  • Generation of serializers can be deactivated via SmartEnumAttribute/ValueObjectAttribute
  • [Analyzer] Struct-based smart enums and value objects with reference key types, as well as ad hoc unions must be required to get proper initialization
  • Conversion of unions from/to a value can be controlled via UnionAttribute