|
// <auto-generated>
using System.Reflection;
namespace FxResources.System.Text.Json.SourceGeneration
{
internal static class SR { }
}
namespace System
{
internal static partial class SR
{
private static global::System.Resources.ResourceManager s_resourceManager;
internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(FxResources.System.Text.Json.SourceGeneration.SR)));
/// <summary>There are multiple types named '{0}'. Source was generated for the first one detected. Use 'JsonSerializableAttribute.TypeInfoPropertyName' to resolve this collision.</summary>
internal static string @DuplicateTypeNameMessageFormat => GetResourceString("DuplicateTypeNameMessageFormat");
/// <summary>Duplicate type name.</summary>
internal static string @DuplicateTypeNameTitle => GetResourceString("DuplicateTypeNameTitle");
/// <summary>Did not generate serialization metadata for type '{0}'.</summary>
internal static string @TypeNotSupportedMessageFormat => GetResourceString("TypeNotSupportedMessageFormat");
/// <summary>Did not generate serialization metadata for type.</summary>
internal static string @TypeNotSupportedTitle => GetResourceString("TypeNotSupportedTitle");
/// <summary>Derived 'JsonSerializerContext' type '{0}' specifies JSON-serializable types. The type and all containing types must be made partial to kick off source generation.</summary>
internal static string @ContextClassesMustBePartialMessageFormat => GetResourceString("ContextClassesMustBePartialMessageFormat");
/// <summary>Derived 'JsonSerializerContext' types and all containing types must be partial.</summary>
internal static string @ContextClassesMustBePartialTitle => GetResourceString("ContextClassesMustBePartialTitle");
/// <summary>Type '{0}' has multiple constructors annotated with 'JsonConstructorAttribute'.</summary>
internal static string @MultipleJsonConstructorAttributeFormat => GetResourceString("MultipleJsonConstructorAttributeFormat");
/// <summary>Type has multiple constructors annotated with JsonConstructorAttribute.</summary>
internal static string @MultipleJsonConstructorAttributeTitle => GetResourceString("MultipleJsonConstructorAttributeTitle");
/// <summary>Type '{0}' has multiple members annotated with 'JsonExtensionDataAttribute'.</summary>
internal static string @MultipleJsonExtensionDataAttributeFormat => GetResourceString("MultipleJsonExtensionDataAttributeFormat");
/// <summary>Type has multiple members annotated with JsonExtensionDataAttribute.</summary>
internal static string @MultipleJsonExtensionDataAttributeTitle => GetResourceString("MultipleJsonExtensionDataAttributeTitle");
/// <summary>The data extension property '{0}.{1}' is invalid. It must implement 'IDictionary<string, JsonElement>' or 'IDictionary<string, object>', or be 'JsonObject'.</summary>
internal static string @DataExtensionPropertyInvalidFormat => GetResourceString("DataExtensionPropertyInvalidFormat");
/// <summary>Data extension property type invalid.</summary>
internal static string @DataExtensionPropertyInvalidTitle => GetResourceString("DataExtensionPropertyInvalidTitle");
/// <summary>Inaccessible properties annotated with the JsonIncludeAttribute are not supported in source generation mode.</summary>
internal static string @InaccessibleJsonIncludePropertiesNotSupportedTitle => GetResourceString("InaccessibleJsonIncludePropertiesNotSupportedTitle");
/// <summary>The member '{0}.{1}' has been annotated with the JsonIncludeAttribute but is not visible to the source generator.</summary>
internal static string @InaccessibleJsonIncludePropertiesNotSupportedFormat => GetResourceString("InaccessibleJsonIncludePropertiesNotSupportedFormat");
/// <summary>'JsonDerivedTypeAttribute' is not supported in 'JsonSourceGenerationMode.Serialization'.</summary>
internal static string @FastPathPolymorphismNotSupportedTitle => GetResourceString("FastPathPolymorphismNotSupportedTitle");
/// <summary>Type '{0}' is annotated with 'JsonDerivedTypeAttribute' which is not supported in 'JsonSourceGenerationMode.Serialization'.</summary>
internal static string @FastPathPolymorphismNotSupportedMessageFormat => GetResourceString("FastPathPolymorphismNotSupportedMessageFormat");
/// <summary>The non-generic 'JsonStringEnumConverter' requires dynamic code.</summary>
internal static string @JsonStringEnumConverterNotSupportedTitle => GetResourceString("JsonStringEnumConverterNotSupportedTitle");
/// <summary>The member '{0}' has been annotated with 'JsonStringEnumConverter' which is not supported in native AOT. Consider using the generic 'JsonStringEnumConverter<TEnum>' instead.</summary>
internal static string @JsonStringEnumConverterNotSupportedMessageFormat => GetResourceString("JsonStringEnumConverterNotSupportedMessageFormat");
/// <summary>The 'JsonConverterAttribute.Type' contains an invalid or inaccessible argument.</summary>
internal static string @JsonConverterAttributeInvalidTypeTitle => GetResourceString("JsonConverterAttributeInvalidTypeTitle");
/// <summary>The 'JsonConverterAttribute' type '{0}' specified on member '{1}' is not a converter type or does not contain an accessible parameterless constructor.</summary>
internal static string @JsonConverterAttributeInvalidTypeMessageFormat => GetResourceString("JsonConverterAttributeInvalidTypeMessageFormat");
/// <summary>Attributes deriving from JsonConverterAttribute are not supported by the source generator.</summary>
internal static string @DerivedJsonConverterAttributesNotSupportedTitle => GetResourceString("DerivedJsonConverterAttributesNotSupportedTitle");
/// <summary>The custom attribute '{0}' deriving from JsonConverterAttribute is not supported by the source generator.</summary>
internal static string @DerivedJsonConverterAttributesNotSupportedMessageFormat => GetResourceString("DerivedJsonConverterAttributesNotSupportedMessageFormat");
/// <summary>C# language version not supported by the source generator.</summary>
internal static string @JsonUnsupportedLanguageVersionTitle => GetResourceString("JsonUnsupportedLanguageVersionTitle");
/// <summary>The System.Text.Json source generator is not available in C# {0}. Please use language version {1} or greater.</summary>
internal static string @JsonUnsupportedLanguageVersionMessageFormat => GetResourceString("JsonUnsupportedLanguageVersionMessageFormat");
/// <summary>Types annotated with JsonSerializableAttribute must be classes deriving from JsonSerializerContext.</summary>
internal static string @JsonSerializableAttributeOnNonContextTypeTitle => GetResourceString("JsonSerializableAttributeOnNonContextTypeTitle");
/// <summary>The type '{0}' has been annotated with JsonSerializableAttribute but does not derive from JsonSerializerContext. No source code will be generated.</summary>
internal static string @JsonSerializableAttributeOnNonContextTypeMessageFormat => GetResourceString("JsonSerializableAttributeOnNonContextTypeMessageFormat");
/// <summary>Type includes ref like property, field or constructor parameter.</summary>
internal static string @TypeContainsRefLikeMemberTitle => GetResourceString("TypeContainsRefLikeMemberTitle");
/// <summary>The type '{0}' includes the ref like property, field or constructor parameter '{1}'. No source code will be generated for the property, field or constructor.</summary>
internal static string @TypeContainsRefLikeMemberFormat => GetResourceString("TypeContainsRefLikeMemberFormat");
/// <summary>'JsonIgnoreCondition.Always' is not valid on type-level 'JsonIgnoreAttribute' annotations.</summary>
internal static string @JsonIgnoreConditionAlwaysInvalidOnTypeTitle => GetResourceString("JsonIgnoreConditionAlwaysInvalidOnTypeTitle");
/// <summary>The type '{0}' has been annotated with 'JsonIgnoreAttribute' using 'JsonIgnoreCondition.Always' which is not valid on type declarations. The attribute will be ignored.</summary>
internal static string @JsonIgnoreConditionAlwaysInvalidOnTypeFormat => GetResourceString("JsonIgnoreConditionAlwaysInvalidOnTypeFormat");
/// <summary>Union case types cannot be unambiguously classified by JSON value type.</summary>
internal static string @UnionCaseTypesNotClassifiableTitle => GetResourceString("UnionCaseTypesNotClassifiableTitle");
/// <summary>Union type '{0}': {1}. Set JsonUnionAttribute.TypeClassifier to provide a custom classifier that can disambiguate.</summary>
internal static string @UnionCaseTypesNotClassifiableMessageFormat => GetResourceString("UnionCaseTypesNotClassifiableMessageFormat");
/// <summary>Union type shape is not a valid C# union.</summary>
internal static string @UnionTypeShapeNotSupportedTitle => GetResourceString("UnionTypeShapeNotSupportedTitle");
/// <summary>Union type '{0}' does not match the C# union shape convention: it must declare at least one public single-parameter case constructor and a public instance property named 'Value' with type 'object'.</summary>
internal static string @UnionTypeShapeNotSupportedMessageFormat => GetResourceString("UnionTypeShapeNotSupportedMessageFormat");
}
}
|