File: artifacts\obj\System.Resources.Extensions\Debug\net10.0\System.SR.cs
Project: src\src\libraries\System.Resources.Extensions\src\System.Resources.Extensions.csproj (System.Resources.Extensions)
// <auto-generated>
using System.Reflection;
 
namespace FxResources.System.Resources.Extensions
{
    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.Resources.Extensions.SR)));
 
        /// <summary>Stream length must be non-negative and less than 2^31 - 1 - origin.</summary>
        internal static string @ArgumentOutOfRange_StreamLength => GetResourceString("ArgumentOutOfRange_StreamLength", @"Stream length must be non-negative and less than 2^31 - 1 - origin.");
        /// <summary>Stream was not readable</summary>
        internal static string @Argument_StreamNotReadable => GetResourceString("Argument_StreamNotReadable", @"Stream was not readable");
        /// <summary>Stream was not writable.</summary>
        internal static string @Argument_StreamNotWritable => GetResourceString("Argument_StreamNotWritable", @"Stream was not writable.");
        /// <summary>The ResourceReader class does not know how to read this version of .resources files. Expected version: {0}  This file: {1}</summary>
        internal static string @Arg_ResourceFileUnsupportedVersion => GetResourceString("Arg_ResourceFileUnsupportedVersion", @"The ResourceReader class does not know how to read this version of .resources files. Expected version: {0}  This file: {1}");
        /// <summary>Corrupt .resources file.  The specified type doesn't exist.</summary>
        internal static string @BadImageFormat_InvalidType => GetResourceString("BadImageFormat_InvalidType", @"Corrupt .resources file.  The specified type doesn't exist.");
        /// <summary>Corrupt .resources file. String length must be non-negative.</summary>
        internal static string @BadImageFormat_NegativeStringLength => GetResourceString("BadImageFormat_NegativeStringLength", @"Corrupt .resources file. String length must be non-negative.");
        /// <summary>Corrupt .resources file.  The specified data length '{0}' is not a valid position in the stream.</summary>
        internal static string @BadImageFormat_ResourceDataLengthInvalid => GetResourceString("BadImageFormat_ResourceDataLengthInvalid", @"Corrupt .resources file.  The specified data length '{0}' is not a valid position in the stream.");
        /// <summary>Corrupt .resources file. A resource name extends past the end of the stream.</summary>
        internal static string @BadImageFormat_ResourceNameCorrupted => GetResourceString("BadImageFormat_ResourceNameCorrupted", @"Corrupt .resources file. A resource name extends past the end of the stream.");
        /// <summary>Corrupt .resources file. The resource name for name index {0} extends past the end of the stream.</summary>
        internal static string @BadImageFormat_ResourceNameCorrupted_NameIndex => GetResourceString("BadImageFormat_ResourceNameCorrupted_NameIndex", @"Corrupt .resources file. The resource name for name index {0} extends past the end of the stream.");
        /// <summary>Corrupt .resources file. Invalid offset '{0}' into data section.</summary>
        internal static string @BadImageFormat_ResourcesDataInvalidOffset => GetResourceString("BadImageFormat_ResourcesDataInvalidOffset", @"Corrupt .resources file. Invalid offset '{0}' into data section.");
        /// <summary>Corrupt .resources file. Unable to read resources from this file because of invalid header information. Try regenerating the .resources file.</summary>
        internal static string @BadImageFormat_ResourcesHeaderCorrupted => GetResourceString("BadImageFormat_ResourcesHeaderCorrupted", @"Corrupt .resources file. Unable to read resources from this file because of invalid header information. Try regenerating the .resources file.");
        /// <summary>Corrupt .resources file. String for name index '{0}' extends past the end of the file.</summary>
        internal static string @BadImageFormat_ResourcesIndexTooLong => GetResourceString("BadImageFormat_ResourcesIndexTooLong", @"Corrupt .resources file. String for name index '{0}' extends past the end of the file.");
        /// <summary>Corrupt .resources file. Invalid offset '{0}' into name section.</summary>
        internal static string @BadImageFormat_ResourcesNameInvalidOffset => GetResourceString("BadImageFormat_ResourcesNameInvalidOffset", @"Corrupt .resources file. Invalid offset '{0}' into name section.");
        /// <summary>Corrupt .resources file. Resource name extends past the end of the file.</summary>
        internal static string @BadImageFormat_ResourcesNameTooLong => GetResourceString("BadImageFormat_ResourcesNameTooLong", @"Corrupt .resources file. Resource name extends past the end of the file.");
        /// <summary>The type serialized in the .resources file was not the same type that the .resources file said it contained. Expected '{0}' but read '{1}'.</summary>
        internal static string @BadImageFormat_ResType_SerBlobMismatch => GetResourceString("BadImageFormat_ResType_SerBlobMismatch", @"The type serialized in the .resources file was not the same type that the .resources file said it contained. Expected '{0}' but read '{1}'.");
        /// <summary>Corrupt .resources file.  The specified type doesn't match the available data in the stream.</summary>
        internal static string @BadImageFormat_TypeMismatch => GetResourceString("BadImageFormat_TypeMismatch", @"Corrupt .resources file.  The specified type doesn't match the available data in the stream.");
        /// <summary>Too many bytes in what should have been a 7 bit encoded Int32.</summary>
        internal static string @Format_Bad7BitInt32 => GetResourceString("Format_Bad7BitInt32", @"Too many bytes in what should have been a 7 bit encoded Int32.");
        /// <summary>Enumeration already finished.</summary>
        internal static string @InvalidOperation_EnumEnded => GetResourceString("InvalidOperation_EnumEnded", @"Enumeration already finished.");
        /// <summary>Enumeration has not started. Call MoveNext.</summary>
        internal static string @InvalidOperation_EnumNotStarted => GetResourceString("InvalidOperation_EnumNotStarted", @"Enumeration has not started. Call MoveNext.");
        /// <summary>Resource was of type '{0}' instead of String - call GetObject instead.</summary>
        internal static string @InvalidOperation_ResourceNotString_Type => GetResourceString("InvalidOperation_ResourceNotString_Type", @"Resource was of type '{0}' instead of String - call GetObject instead.");
        /// <summary>The resource writer has already been closed and cannot be edited.</summary>
        internal static string @InvalidOperation_ResourceWriterSaved => GetResourceString("InvalidOperation_ResourceWriterSaved", @"The resource writer has already been closed and cannot be edited.");
        /// <summary>This platform does not support binary serialized resources.</summary>
        internal static string @NotSupported_BinarySerializedResources => GetResourceString("NotSupported_BinarySerializedResources", @"This platform does not support binary serialized resources.");
        /// <summary>Cannot read resources that depend on serialization.</summary>
        internal static string @NotSupported_ResourceObjectSerialization => GetResourceString("NotSupported_ResourceObjectSerialization", @"Cannot read resources that depend on serialization.");
        /// <summary>Stream does not support seeking.</summary>
        internal static string @NotSupported_UnseekableStream => GetResourceString("NotSupported_UnseekableStream", @"Stream does not support seeking.");
        /// <summary>This .resources file should not be read with this reader. The resource reader type is "{0}".</summary>
        internal static string @NotSupported_WrongResourceReader_Type => GetResourceString("NotSupported_WrongResourceReader_Type", @"This .resources file should not be read with this reader. The resource reader type is ""{0}"".");
        /// <summary>Cannot access a closed resource set.</summary>
        internal static string @ObjectDisposed_ResourceSet => GetResourceString("ObjectDisposed_ResourceSet", @"Cannot access a closed resource set.");
        /// <summary>Use of ResourceManager for custom types is disabled. Set the MSBuild Property CustomResourceTypesSupport to true in order to enable it.</summary>
        internal static string @ResourceManager_ReflectionNotAllowed => GetResourceString("ResourceManager_ReflectionNotAllowed", @"Use of ResourceManager for custom types is disabled. Set the MSBuild Property CustomResourceTypesSupport to true in order to enable it.");
        /// <summary>ResourceReader is closed.</summary>
        internal static string @ResourceReaderIsClosed => GetResourceString("ResourceReaderIsClosed", @"ResourceReader is closed.");
        /// <summary>Stream is not a valid resource file.</summary>
        internal static string @Resources_StreamNotValid => GetResourceString("Resources_StreamNotValid", @"Stream is not a valid resource file.");
        /// <summary>Could not load a converter for type {0}.</summary>
        internal static string @TypeLoadException_CannotLoadConverter => GetResourceString("TypeLoadException_CannotLoadConverter", @"Could not load a converter for type {0}.");
        /// <summary>The array contained null(s).</summary>
        internal static string @Serialization_ArrayContainedNulls => GetResourceString("Serialization_ArrayContainedNulls", @"The array contained null(s).");
        /// <summary>Invalid value: `{0}`.</summary>
        internal static string @Serialization_InvalidValue => GetResourceString("Serialization_InvalidValue", @"Invalid value: `{0}`.");
        /// <summary>Unexpected Null Record count.</summary>
        internal static string @Serialization_UnexpectedNullRecordCount => GetResourceString("Serialization_UnexpectedNullRecordCount", @"Unexpected Null Record count.");
        /// <summary>The serialized array length ({0}) was larger than the configured limit {1}.</summary>
        internal static string @Serialization_MaxArrayLength => GetResourceString("Serialization_MaxArrayLength", @"The serialized array length ({0}) was larger than the configured limit {1}.");
        /// <summary>{0} Record Type is not supported by design.</summary>
        internal static string @NotSupported_RecordType => GetResourceString("NotSupported_RecordType", @"{0} Record Type is not supported by design.");
        /// <summary>Member reference was pointing to a record of unexpected type.</summary>
        internal static string @Serialization_InvalidReference => GetResourceString("Serialization_InvalidReference", @"Member reference was pointing to a record of unexpected type.");
        /// <summary>Invalid type name: `{0}`.</summary>
        internal static string @Serialization_InvalidTypeName => GetResourceString("Serialization_InvalidTypeName", @"Invalid type name: `{0}`.");
        /// <summary>Expected the array to be of type {0}, but its element type was {1}.</summary>
        internal static string @Serialization_TypeMismatch => GetResourceString("Serialization_TypeMismatch", @"Expected the array to be of type {0}, but its element type was {1}.");
        /// <summary>Only arrays with zero offsets are supported.</summary>
        internal static string @NotSupported_NonZeroOffsets => GetResourceString("NotSupported_NonZeroOffsets", @"Only arrays with zero offsets are supported.");
        /// <summary>Unexpected parser cycle.</summary>
        internal static string @Serialization_Cycle => GetResourceString("Serialization_Cycle", @"Unexpected parser cycle.");
        /// <summary>Objects could not be deserialized completely.</summary>
        internal static string @Serialization_Incomplete => GetResourceString("Serialization_Incomplete", @"Objects could not be deserialized completely.");
        /// <summary>IObjectReference type '{0}' can only have primitive member data.</summary>
        internal static string @Serialization_IObjectReferenceOnlyPrimivite => GetResourceString("Serialization_IObjectReferenceOnlyPrimivite", @"IObjectReference type '{0}' can only have primitive member data.");
        /// <summary>The constructor to deserialize an object of type '{0}' was not found.</summary>
        internal static string @Serialization_MissingCtor => GetResourceString("Serialization_MissingCtor", @"The constructor to deserialize an object of type '{0}' was not found.");
        /// <summary>Could not find field '{0}' data for type '{1}'.</summary>
        internal static string @Serialization_MissingField => GetResourceString("Serialization_MissingField", @"Could not find field '{0}' data for type '{1}'.");
        /// <summary>Could not find type '{0}'.</summary>
        internal static string @Serialization_MissingType => GetResourceString("Serialization_MissingType", @"Could not find type '{0}'.");
        /// <summary>Surrogate must return the same object that was provided in the 'obj' parameter.</summary>
        internal static string @Serialization_Surrogates => GetResourceString("Serialization_Surrogates", @"Surrogate must return the same object that was provided in the 'obj' parameter.");
        /// <summary>Type '{0}' is not marked as serializable.</summary>
        internal static string @Serialization_TypeNotSerializable => GetResourceString("Serialization_TypeNotSerializable", @"Type '{0}' is not marked as serializable.");
        /// <summary>Invalid type or assembly name: `{0},{1}`.</summary>
        internal static string @Serialization_InvalidTypeOrAssemblyName => GetResourceString("Serialization_InvalidTypeOrAssemblyName", @"Invalid type or assembly name: `{0},{1}`.");
        /// <summary>Stream does not support seeking.</summary>
        internal static string @Argument_NonSeekableStream => GetResourceString("Argument_NonSeekableStream", @"Stream does not support seeking.");
        /// <summary>Duplicate member name: `{0}`.</summary>
        internal static string @Serialization_DuplicateMemberName => GetResourceString("Serialization_DuplicateMemberName", @"Duplicate member name: `{0}`.");
        /// <summary>Duplicate Serialization Record Id: `{0}`.</summary>
        internal static string @Serialization_DuplicateSerializationRecordId => GetResourceString("Serialization_DuplicateSerializationRecordId", @"Duplicate Serialization Record Id: `{0}`.");
        /// <summary>Specified member '{0}' was not of the expected type.</summary>
        internal static string @Serialization_MemberTypeMismatchException => GetResourceString("Serialization_MemberTypeMismatchException", @"Specified member '{0}' was not of the expected type.");
 
    }
}