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 625bfcd commit 22da0baCopy full SHA for 22da0ba
src/Meilisearch/Constants.cs
@@ -24,7 +24,8 @@ internal static class Constants
24
/// </summary>
25
internal static readonly JsonSerializerOptions JsonSerializerOptionsWriteNulls = new JsonSerializerOptions
26
{
27
- DefaultIgnoreCondition = JsonIgnoreCondition.Never, PropertyNamingPolicy = JsonNamingPolicy.CamelCase,
+ DefaultIgnoreCondition = JsonIgnoreCondition.Never,
28
+ PropertyNamingPolicy = JsonNamingPolicy.CamelCase,
29
};
30
31
internal static string VersionErrorHintMessage(string message, string method)
0 commit comments