File: artifacts\obj\System.Resources.Extensions\Debug\net9.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}.");
 
    }
}