5 references to JsonStringEnumConverter
Aspire.Hosting.Yarp (1)
YarpJsonConfigGeneratorBuilder.cs (1)
27_serializerOptions.Converters.Add(new JsonStringEnumConverter(new PascalCaseJsonNamingPolicy()));
dotnet-watch (1)
AspireServerService.cs (1)
66new JsonStringEnumConverter(JsonNamingPolicy.CamelCase, allowIntegerValues: false)
Microsoft.WebTools.AspireService.Package (1)
AspireServerService.cs (1)
66new JsonStringEnumConverter(JsonNamingPolicy.CamelCase, allowIntegerValues: false)
Microsoft.WebTools.AspireService.Tests (1)
AspireServerService.cs (1)
66new JsonStringEnumConverter(JsonNamingPolicy.CamelCase, allowIntegerValues: false)
System.Text.Json (1)
System\Text\Json\Serialization\JsonStringEnumConverter.cs (1)
82public JsonStringEnumConverter() : this(namingPolicy: null, allowIntegerValues: true)