| File: src\runtime\artifacts\obj\System.Resources.Extensions\Release\net11.0\System.SR.cs | |
| Project: src\runtime\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"); /// <summary>Stream was not readable</summary> internal static string @Argument_StreamNotReadable => GetResourceString("Argument_StreamNotReadable"); /// <summary>Stream was not writable.</summary> internal static string @Argument_StreamNotWritable => GetResourceString("Argument_StreamNotWritable"); /// <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"); /// <summary>Corrupt .resources file. The specified type doesn't exist.</summary> internal static string @BadImageFormat_InvalidType => GetResourceString("BadImageFormat_InvalidType"); /// <summary>Corrupt .resources file. String length must be non-negative.</summary> internal static string @BadImageFormat_NegativeStringLength => GetResourceString("BadImageFormat_NegativeStringLength"); /// <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"); /// <summary>Corrupt .resources file. A resource name extends past the end of the stream.</summary> internal static string @BadImageFormat_ResourceNameCorrupted => GetResourceString("BadImageFormat_ResourceNameCorrupted"); /// <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"); /// <summary>Corrupt .resources file. Invalid offset '{0}' into data section.</summary> internal static string @BadImageFormat_ResourcesDataInvalidOffset => GetResourceString("BadImageFormat_ResourcesDataInvalidOffset"); /// <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"); /// <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"); /// <summary>Corrupt .resources file. Invalid offset '{0}' into name section.</summary> internal static string @BadImageFormat_ResourcesNameInvalidOffset => GetResourceString("BadImageFormat_ResourcesNameInvalidOffset"); /// <summary>Corrupt .resources file. Resource name extends past the end of the file.</summary> internal static string @BadImageFormat_ResourcesNameTooLong => GetResourceString("BadImageFormat_ResourcesNameTooLong"); /// <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"); /// <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"); /// <summary>Too many bytes in what should have been a 7 bit encoded Int32.</summary> internal static string @Format_Bad7BitInt32 => GetResourceString("Format_Bad7BitInt32"); /// <summary>Enumeration already finished.</summary> internal static string @InvalidOperation_EnumEnded => GetResourceString("InvalidOperation_EnumEnded"); /// <summary>Enumeration has not started. Call MoveNext.</summary> internal static string @InvalidOperation_EnumNotStarted => GetResourceString("InvalidOperation_EnumNotStarted"); /// <summary>Resource was of type '{0}' instead of String - call GetObject instead.</summary> internal static string @InvalidOperation_ResourceNotString_Type => GetResourceString("InvalidOperation_ResourceNotString_Type"); /// <summary>The resource writer has already been closed and cannot be edited.</summary> internal static string @InvalidOperation_ResourceWriterSaved => GetResourceString("InvalidOperation_ResourceWriterSaved"); /// <summary>This platform does not support binary serialized resources.</summary> internal static string @NotSupported_BinarySerializedResources => GetResourceString("NotSupported_BinarySerializedResources"); /// <summary>Cannot read resources that depend on serialization.</summary> internal static string @NotSupported_ResourceObjectSerialization => GetResourceString("NotSupported_ResourceObjectSerialization"); /// <summary>Stream does not support seeking.</summary> internal static string @NotSupported_UnseekableStream => GetResourceString("NotSupported_UnseekableStream"); /// <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"); /// <summary>Cannot access a closed resource set.</summary> internal static string @ObjectDisposed_ResourceSet => GetResourceString("ObjectDisposed_ResourceSet"); /// <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"); /// <summary>ResourceReader is closed.</summary> internal static string @ResourceReaderIsClosed => GetResourceString("ResourceReaderIsClosed"); /// <summary>Stream is not a valid resource file.</summary> internal static string @Resources_StreamNotValid => GetResourceString("Resources_StreamNotValid"); /// <summary>Could not load a converter for type {0}.</summary> internal static string @TypeLoadException_CannotLoadConverter => GetResourceString("TypeLoadException_CannotLoadConverter"); /// <summary>The array contained null(s).</summary> internal static string @Serialization_ArrayContainedNulls => GetResourceString("Serialization_ArrayContainedNulls"); /// <summary>Invalid value: `{0}`.</summary> internal static string @Serialization_InvalidValue => GetResourceString("Serialization_InvalidValue"); /// <summary>Unexpected Null Record count.</summary> internal static string @Serialization_UnexpectedNullRecordCount => GetResourceString("Serialization_UnexpectedNullRecordCount"); /// <summary>The serialized array length ({0}) was larger than the configured limit {1}.</summary> internal static string @Serialization_MaxArrayLength => GetResourceString("Serialization_MaxArrayLength"); /// <summary>{0} Record Type is not supported by design.</summary> internal static string @NotSupported_RecordType => GetResourceString("NotSupported_RecordType"); /// <summary>Member reference was pointing to a record of unexpected type.</summary> internal static string @Serialization_InvalidReference => GetResourceString("Serialization_InvalidReference"); /// <summary>Expected the array to be of type {0}, but its element type was {1}.</summary> internal static string @Serialization_TypeMismatch => GetResourceString("Serialization_TypeMismatch"); /// <summary>Only arrays with zero offsets are supported.</summary> internal static string @NotSupported_NonZeroOffsets => GetResourceString("NotSupported_NonZeroOffsets"); /// <summary>Unexpected parser cycle.</summary> internal static string @Serialization_Cycle => GetResourceString("Serialization_Cycle"); /// <summary>Objects could not be deserialized completely.</summary> internal static string @Serialization_Incomplete => GetResourceString("Serialization_Incomplete"); /// <summary>IObjectReference type '{0}' can only have primitive member data.</summary> internal static string @Serialization_IObjectReferenceOnlyPrimivite => GetResourceString("Serialization_IObjectReferenceOnlyPrimivite"); /// <summary>The constructor to deserialize an object of type '{0}' was not found.</summary> internal static string @Serialization_MissingCtor => GetResourceString("Serialization_MissingCtor"); /// <summary>Could not find field '{0}' data for type '{1}'.</summary> internal static string @Serialization_MissingField => GetResourceString("Serialization_MissingField"); /// <summary>Could not find type '{0}'.</summary> internal static string @Serialization_MissingType => GetResourceString("Serialization_MissingType"); /// <summary>Surrogate must return the same object that was provided in the 'obj' parameter.</summary> internal static string @Serialization_Surrogates => GetResourceString("Serialization_Surrogates"); /// <summary>Type '{0}' is not marked as serializable.</summary> internal static string @Serialization_TypeNotSerializable => GetResourceString("Serialization_TypeNotSerializable"); /// <summary>Invalid type or assembly name: `{0},{1}`.</summary> internal static string @Serialization_InvalidTypeOrAssemblyName => GetResourceString("Serialization_InvalidTypeOrAssemblyName"); /// <summary>Stream does not support seeking.</summary> internal static string @Argument_NonSeekableStream => GetResourceString("Argument_NonSeekableStream"); /// <summary>Duplicate member name: `{0}`.</summary> internal static string @Serialization_DuplicateMemberName => GetResourceString("Serialization_DuplicateMemberName"); /// <summary>Duplicate Serialization Record Id: `{0}`.</summary> internal static string @Serialization_DuplicateSerializationRecordId => GetResourceString("Serialization_DuplicateSerializationRecordId"); /// <summary>Specified member '{0}' was not of the expected type.</summary> internal static string @Serialization_MemberTypeMismatchException => GetResourceString("Serialization_MemberTypeMismatchException"); } }