8 writes to AllowTrailingCommas
dotnet-user-jwts (1)
Helpers\JwtSerializerOptions.cs (1)
12
AllowTrailingCommas
= true,
Microsoft.AspNetCore.Http.Extensions.Tests (4)
HttpRequestJsonExtensionsTests.cs (4)
88
options.
AllowTrailingCommas
= true;
220
options.
AllowTrailingCommas
= true;
241
options.
AllowTrailingCommas
= true;
263
options.
AllowTrailingCommas
= true;
Microsoft.AspNetCore.SignalR.Protocols.Json (1)
Protocol\JsonHubProtocol.cs (1)
929
AllowTrailingCommas
= false,
MSBuild (2)
JsonOutputFormatter.cs (1)
20
private static readonly JsonSerializerOptions s_options = new() {
AllowTrailingCommas
= false, WriteIndented = true };
XMake.cs (1)
4645
var options = new JsonSerializerOptions() {
AllowTrailingCommas
= false, WriteIndented = true };
3 references to AllowTrailingCommas
System.Text.Json (3)
src\libraries\System.Text.Json\Common\JsonSourceGenerationOptionsAttribute.cs (1)
49
/// Specifies the default value of <see cref="JsonSerializerOptions.
AllowTrailingCommas
"/> when set.
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
1026
AllowTrailingCommas =
AllowTrailingCommas
,
1044
AllowTrailingCommas =
AllowTrailingCommas
,