I've noticed a bug that when you serialize a dictionary, e.g. something like
type Dto =
{ ints : IDictionary<string, int> }
in combination with the RequireNonOptionalPropertiesContractResolver serializes json
where all the dictionary keys are converted to lowercase.
I've noticed a bug that when you serialize a dictionary, e.g. something like
in combination with the
RequireNonOptionalPropertiesContractResolverserializes jsonwhere all the dictionary keys are converted to lowercase.