FSharp.SystemTextJson
FSharp.SystemTextJson copied to clipboard
JsonNameAttribute has invalid targets
F# 9 now enforces attribute targets that previous versions ignored. In particular, to be able to be used on union cases, an attribute must target both Property (for field-less cases) and Method (for cases with fields).
When can this be released?
This is released in v1.4.