File: artifacts\obj\System.Runtime.Serialization.Schema\Debug\net10.0\System.SR.cs
Project: src\src\libraries\System.Runtime.Serialization.Schema\src\System.Runtime.Serialization.Schema.csproj (System.Runtime.Serialization.Schema)
// <auto-generated>
using System.Reflection;
 
namespace FxResources.System.Runtime.Serialization.Schema
{
    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.Runtime.Serialization.Schema.SR)));
 
        /// <summary>Invalid '{0}' annotation in type '{1}' from namespace '{2}'. Attribute '{3}' not present.</summary>
        internal static string @AnnotationAttributeNotFound => GetResourceString("AnnotationAttributeNotFound", @"Invalid '{0}' annotation in type '{1}' from namespace '{2}'. Attribute '{3}' not present.");
        /// <summary>Cannot export null assembly provided via '{0}' parameter.</summary>
        internal static string @CannotExportNullAssembly => GetResourceString("CannotExportNullAssembly", @"Cannot export null assembly provided via '{0}' parameter.");
        /// <summary>Cannot export null type provided via KnownTypesCollection.</summary>
        internal static string @CannotExportNullKnownType => GetResourceString("CannotExportNullKnownType", @"Cannot export null type provided via KnownTypesCollection.");
        /// <summary>Cannot export null type provided via '{0}' parameter.</summary>
        internal static string @CannotExportNullType => GetResourceString("CannotExportNullType", @"Cannot export null type provided via '{0}' parameter.");
        /// <summary>Existing type '{0}' specified via the referenced types collection has been referenced in the generated code. Members cannot be added for this type since it cannot be modified.</summary>
        internal static string @CannotSetMembersForReferencedType => GetResourceString("CannotSetMembersForReferencedType", @"Existing type '{0}' specified via the referenced types collection has been referenced in the generated code. Members cannot be added for this type since it cannot be modified.");
        /// <summary>Existing type '{0}' specified via the referenced types collection has been referenced in the generated code. Cannot set namespace for this type since it cannot be modified.</summary>
        internal static string @CannotSetNamespaceForReferencedType => GetResourceString("CannotSetNamespaceForReferencedType", @"Existing type '{0}' specified via the referenced types collection has been referenced in the generated code. Cannot set namespace for this type since it cannot be modified.");
        /// <summary>Type '{0}' cannot be exported as a schema type because it is an open generic type. You can only export a generic type if all its generic parameter types are actual types.</summary>
        internal static string @GenericTypeNotExportable => GetResourceString("GenericTypeNotExportable", @"Type '{0}' cannot be exported as a schema type because it is an open generic type. You can only export a generic type if all its generic parameter types are actual types.");
        /// <summary>Type '{0}' from namespace '{1}' has not been imported from schema. Consider first importing this type by calling one of the Import methods on XsdDataContractImporter.</summary>
        internal static string @TypeHasNotBeenImported => GetResourceString("TypeHasNotBeenImported", @"Type '{0}' from namespace '{1}' has not been imported from schema. Consider first importing this type by calling one of the Import methods on XsdDataContractImporter.");
        /// <summary>A unique name cannot be computed for '{0}' because there are already Int32.MaxValue types of with the same name.</summary>
        internal static string @CannotComputeUniqueName => GetResourceString("CannotComputeUniqueName", @"A unique name cannot be computed for '{0}' because there are already Int32.MaxValue types of with the same name.");
        /// <summary>Type with data contract name '{0}' in namespace '{1}' cannot be imported. Cannot derive from sealed referenced type '{2}'.</summary>
        internal static string @CannotDeriveFromSealedReferenceType => GetResourceString("CannotDeriveFromSealedReferenceType", @"Type with data contract name '{0}' in namespace '{1}' cannot be imported. Cannot derive from sealed referenced type '{2}'.");
        /// <summary>Collection type cannot be generated for type '{0}' from namespace '{1}'. Cannot use a generic list type as a base type because the language does not support generic type references.</summary>
        internal static string @CannotUseGenericTypeAsBase => GetResourceString("CannotUseGenericTypeAsBase", @"Collection type cannot be generated for type '{0}' from namespace '{1}'. Cannot use a generic list type as a base type because the language does not support generic type references.");
        /// <summary>It contains a circular reference for type '{0}' from namespace '{1}'.</summary>
        internal static string @CircularTypeReference => GetResourceString("CircularTypeReference", @"It contains a circular reference for type '{0}' from namespace '{1}'.");
        /// <summary>CLR namespace '{2}' has already been mapped to data contract namespace '{0}'. It cannot be mapped to another data contract namespace '{1}'.</summary>
        internal static string @CLRNamespaceMappedMultipleTimes => GetResourceString("CLRNamespaceMappedMultipleTimes", @"CLR namespace '{2}' has already been mapped to data contract namespace '{0}'. It cannot be mapped to another data contract namespace '{1}'.");
        /// <summary>ISerializable type with data contract name '{0}' in namespace '{1}' cannot be imported. The data contract name cannot be customized for ISerializable type and the generated name '{2}' does not match the expected name '{0}'. Check if the required name has b ...</summary>
        internal static string @InvalidClrNameGeneratedForISerializable => GetResourceString("InvalidClrNameGeneratedForISerializable", @"ISerializable type with data contract name '{0}' in namespace '{1}' cannot be imported. The data contract name cannot be customized for ISerializable type and the generated name '{2}' does not match the expected name '{0}'. Check if the required name has been mapped to a different type or if it is an invalid CLR name which cannot be generated or if the type requires an outer type which is not present.");
        /// <summary>ISerializable type with data contract name '{0}' in namespace '{1}' cannot be imported. The data contract namespace cannot be customized for ISerializable types and the generated namespace '{3}' does not match the required CLR namespace '{2}'. Check if the ...</summary>
        internal static string @InvalidClrNamespaceGeneratedForISerializable => GetResourceString("InvalidClrNamespaceGeneratedForISerializable", @"ISerializable type with data contract name '{0}' in namespace '{1}' cannot be imported. The data contract namespace cannot be customized for ISerializable types and the generated namespace '{3}' does not match the required CLR namespace '{2}'. Check if the required namespace has been mapped to a different data contract namespace and consider mapping it explicitly using the namespaces collection.");
        /// <summary>Collection type cannot be generated for type '{0}' from namespace '{1}'. Rename the type to '{2}' in namespace '{3}' or reference an existing collection type that implements '{4}' or '{5}' which can be used as a base type for the generated collection.</summary>
        internal static string @ReferencedBaseTypeDoesNotExist => GetResourceString("ReferencedBaseTypeDoesNotExist", @"Collection type cannot be generated for type '{0}' from namespace '{1}'. Rename the type to '{2}' in namespace '{3}' or reference an existing collection type that implements '{4}' or '{5}' which can be used as a base type for the generated collection.");
        /// <summary>Referenced type '{0}' with data contract name '{1}' in namespace '{2}' cannot be used since it does not match imported DataContract. Need to exclude this type from referenced types.</summary>
        internal static string @ReferencedTypeDoesNotMatch => GetResourceString("ReferencedTypeDoesNotMatch", @"Referenced type '{0}' with data contract name '{1}' in namespace '{2}' cannot be used since it does not match imported DataContract. Need to exclude this type from referenced types.");
        /// <summary>Type '{0}' in namespace '{1}' cannot be imported. {2}</summary>
        internal static string @TypeCannotBeImported => GetResourceString("TypeCannotBeImported", @"Type '{0}' in namespace '{1}' cannot be imported. {2}");
        /// <summary>Schema type '{2}' in namespace '{3}' must be imported as an XML type. Type '{0}' cannot be mapped to this schema type because it does not implement '{1}'.  Consider not adding type '{0}' to the list of referenced types or changing it to implement '{1}'.</summary>
        internal static string @TypeMustBeIXmlSerializable => GetResourceString("TypeMustBeIXmlSerializable", @"Schema type '{2}' in namespace '{3}' must be imported as an XML type. Type '{0}' cannot be mapped to this schema type because it does not implement '{1}'.  Consider not adding type '{0}' to the list of referenced types or changing it to implement '{1}'.");
        /// <summary>An internal error has occurred. Unexpected contract type '{0}' for type '{1}' encountered.</summary>
        internal static string @UnexpectedContractType => GetResourceString("UnexpectedContractType", @"An internal error has occurred. Unexpected contract type '{0}' for type '{1}' encountered.");
 
    }
}