Releases: wivuu/Wivuu.JsonPolymorphism
Releases · wivuu/Wivuu.JsonPolymorphism
1.0.20
What's Changed
- Remove .NET standard support - out of support by @onionhammer in #18
Full Changelog: 1.0.19...1.0.20
Fixed issue using Fallback on C# 9 records
Fixed issue with 1.0.1 where fallback attribute was not found on record
types.
1.0.1
Add support for a 'Fallback' type with the 'JsonDiscriminatorFallback' attribute, if your discriminator has more possible values than you have concrete types, you can specify a 'catchall' fallback by marking the type with a 'JsonDiscriminatorFallback' attribute.
1.0.0
Initial release, forcing non-concrete types for classes with discriminators
0.0.6-beta
Inject attribute into existing System.Text.Json.Serialization namespace