4 references to GetEnumConverter
aspire (2)
BackchannelJsonSerializerContext.LogLevel.g.cs (1)
29
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateValueInfo<global::Microsoft.Extensions.Logging.LogLevel>(options, global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.
GetEnumConverter
<global::Microsoft.Extensions.Logging.LogLevel>(options));
JsonSourceGenerationContext.EnvironmentCheckStatus.g.cs (1)
29
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateValueInfo<global::Aspire.Cli.Utils.EnvironmentChecker.EnvironmentCheckStatus>(options, global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.
GetEnumConverter
<global::Aspire.Cli.Utils.EnvironmentChecker.EnvironmentCheckStatus>(options));
Aspire.Hosting (1)
DashboardLogMessageContext.LogLevel.g.cs (1)
27
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateValueInfo<global::Microsoft.Extensions.Logging.LogLevel>(options, global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.
GetEnumConverter
<global::Microsoft.Extensions.Logging.LogLevel>(options));
Microsoft.AspNetCore.Identity (1)
IdentityJsonSerializerContext.COSEAlgorithmIdentifier.g.cs (1)
29
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateValueInfo<global::Microsoft.AspNetCore.Identity.COSEAlgorithmIdentifier>(options, global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.
GetEnumConverter
<global::Microsoft.AspNetCore.Identity.COSEAlgorithmIdentifier>(options));