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?
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?