7 references to TryGetTypeInfoForRuntimeCustomConverter
aspire (7)
BundleSearchJsonContext.Boolean.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<bool>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<bool> jsonTypeInfo))
BundleSearchJsonContext.BundlePackageInfo.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<global::Aspire.Cli.NuGet.BundlePackageInfo>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.NuGet.BundlePackageInfo> jsonTypeInfo))
BundleSearchJsonContext.BundleSearchResult.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<global::Aspire.Cli.NuGet.BundleSearchResult>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.NuGet.BundleSearchResult> jsonTypeInfo))
BundleSearchJsonContext.Int32.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<int>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int> jsonTypeInfo))
BundleSearchJsonContext.ListBundlePackageInfo.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<global::System.Collections.Generic.List<global::Aspire.Cli.NuGet.BundlePackageInfo>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Aspire.Cli.NuGet.BundlePackageInfo>> jsonTypeInfo))
BundleSearchJsonContext.ListString.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<global::System.Collections.Generic.List<string>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<string>> jsonTypeInfo))
BundleSearchJsonContext.String.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<string>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string> jsonTypeInfo))