NullReferenceException on Discriminated Union serialization
Closed this issue · 2 comments
kagetoki commented
Consider DU:
type Claim = Read | Edit | Delete | Custom of string
Sometimes during serialization I get NullReferenceException
, no matter the case.
Issue is present both for compact and standard modes.
It's a floating issue, I haven't noticed any pattern of it's reproducing