Releases: PawelGerr/Thinktecture.Runtime.Extensions
Releases · PawelGerr/Thinktecture.Runtime.Extensions
7.5.3
8.0.0-beta07
- Unions and value objects structs disallow
default(T)
and parameterless ctors by default. Value objects are configurable viaAllowDefaultStructs
. - Bugfix in analyzer: array types have no module.
7.5.2
8.0.0-beta06
- A union can be a struct or a ref struct.
8.0.0-beta05
- [Unions] Access modifier of union ctors are configurable + implicit conversions can be omitted.
8.0.0-beta04
- [Unions] Args of switch/map must be named.
8.0.0-beta03
- Added discriminated unions
7.5.1
8.0.0-beta02
- Adding
sealed
/readonly
onclass
/struct
is not necessary anymore, source gen takes this over
8.0.0-beta01
- Migration from v7 to v8
- [Breaking] Replaced (equality-based) Switch/Map with index-based ones.
- Reason: perf + dozens of (generic) overloads make the methods difficult to use.