Skip to content

8.0.0-beta11

Pre-release
Pre-release
Compare
Choose a tag to compare
@PawelGerr PawelGerr released this 15 Nov 22:46
· 9 commits to master since this release
c195ae3
  • Smart enums, value object and unions can be nested
  • Unions skip generation of (implicit/explicit) conversions if the member type is an interface
  • Unions can have members of same type
  • Renamed generic type parameter from TContext to TState
  • Unions using UnionAttribute<T1, T2> are called ad hoc unions
  • Implemented "regular" unions