We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0bf38 commit 741c0edCopy full SHA for 741c0ed
WebApiClient/Defaults/JsonFormatter.cs
@@ -71,6 +71,10 @@ protected virtual JsonSerializerSettings CreateSerializerSettings(FormatOptions
71
setting.DateFormatString = options.DateTimeFormat;
72
setting.ContractResolver = options.UseCamelCase ? useCamelCaseResolver : noCamelCaseResolver;
73
}
74
+ else
75
+ {
76
+ setting.ContractResolver = noCamelCaseResolver;
77
+ }
78
return setting;
79
80
0 commit comments