You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it seems that the library deserializes enum values without taking case sensitivity into an account, so e.g. a value of "hELLo" successfully deserializes into the enum value Hello. Is there a way to force an exception if the casing isn't exactly as specified in the [EnumMember] attribute?
The text was updated successfully, but these errors were encountered:
Currently it seems that the library deserializes enum values without taking case sensitivity into an account, so e.g. a value of
"hELLo"
successfully deserializes into the enum valueHello
. Is there a way to force an exception if the casing isn't exactly as specified in the[EnumMember]
attribute?The text was updated successfully, but these errors were encountered: