8.0.0-beta11
Pre-release
Pre-release
- 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 calledad hoc unions
- Implemented "regular" unions