Skip to content

Releases: wivuu/Wivuu.JsonPolymorphism

1.0.20

15 Apr 19:15
362ab93
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.19...1.0.20

Fixed issue using Fallback on C# 9 records

25 Nov 17:40
Compare
Choose a tag to compare

Fixed issue with 1.0.1 where fallback attribute was not found on record types.

1.0.1

25 Nov 17:10
Compare
Choose a tag to compare

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

23 Nov 20:44
Compare
Choose a tag to compare

Initial release, forcing non-concrete types for classes with discriminators

0.0.6-beta

21 Nov 18:04
Compare
Choose a tag to compare
0.0.6-beta Pre-release
Pre-release

Inject attribute into existing System.Text.Json.Serialization namespace