3 references to ExpandConverter
aspire (3)
JsonSourceGenerationContext.AspireJsonConfiguration.g.cs (1)
177Converter = (global::System.Text.Json.Serialization.JsonConverter<global::System.Collections.Generic.Dictionary<string, bool>>)ExpandConverter(typeof(global::System.Collections.Generic.Dictionary<string, bool>), new global::Aspire.Cli.Configuration.FlexibleBooleanDictionaryConverter(), options),
JsonSourceGenerationContext.EnvironmentCheckResult.g.cs (1)
101Converter = (global::System.Text.Json.Serialization.JsonConverter<global::Aspire.Cli.Utils.EnvironmentChecker.EnvironmentCheckStatus>)ExpandConverter(typeof(global::Aspire.Cli.Utils.EnvironmentChecker.EnvironmentCheckStatus), new global::Aspire.Cli.Utils.EnvironmentChecker.LowercaseEnumConverter(), options),
JsonSourceGenerationContext.g.cs (1)
65return ExpandConverter(type, converter, options, validateCanConvert: false);