Releases: PawelGerr/Thinktecture.Runtime.Extensions
Releases · PawelGerr/Thinktecture.Runtime.Extensions
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.
7.5.0
7.4.0
7.3.0
- Handling of
Nullable<T>
should be done bySystem.Text.Json
- Non-generic
ValueObjectJsonConverterFactory
prioritizesJsonConverterAttribute
over its own converter (by default) ValueObjectMessageFormatterResolver
prioritizesMessagePackFormatterAttribute
over its own formatter (by default)