<PackageReference Include="System.Text.Json" Version="4.6.0-preview6.19259.10" />

SR

static class SR
using FxResources.System.Text.Json; using System.Resources; using System.Runtime.CompilerServices; namespace System { internal static class SR { private static ResourceManager s_resourceManager; internal static ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new ResourceManager(typeof(FxResources.System.Text.Json.SR))); internal static string ArrayDepthTooLarge => GetResourceString("ArrayDepthTooLarge", null); internal static string CallFlushToAvoidDataLoss => GetResourceString("CallFlushToAvoidDataLoss", null); internal static string CannotReadIncompleteUTF16 => GetResourceString("CannotReadIncompleteUTF16", null); internal static string CannotReadInvalidUTF16 => GetResourceString("CannotReadInvalidUTF16", null); internal static string CannotStartObjectArrayAfterPrimitiveOrClose => GetResourceString("CannotStartObjectArrayAfterPrimitiveOrClose", null); internal static string CannotStartObjectArrayWithoutProperty => GetResourceString("CannotStartObjectArrayWithoutProperty", null); internal static string CannotTranscodeInvalidUtf8 => GetResourceString("CannotTranscodeInvalidUtf8", null); internal static string CannotTranscodeInvalidUtf16 => GetResourceString("CannotTranscodeInvalidUtf16", null); internal static string CannotEncodeInvalidUTF16 => GetResourceString("CannotEncodeInvalidUTF16", null); internal static string CannotEncodeInvalidUTF8 => GetResourceString("CannotEncodeInvalidUTF8", null); internal static string CannotWritePropertyWithinArray => GetResourceString("CannotWritePropertyWithinArray", null); internal static string CannotWriteValueAfterPrimitive => GetResourceString("CannotWriteValueAfterPrimitive", null); internal static string CannotWriteValueWithinObject => GetResourceString("CannotWriteValueWithinObject", null); internal static string DepthTooLarge => GetResourceString("DepthTooLarge", null); internal static string EmptyJsonIsInvalid => GetResourceString("EmptyJsonIsInvalid", null); internal static string EndOfCommentNotFound => GetResourceString("EndOfCommentNotFound", null); internal static string EndOfStringNotFound => GetResourceString("EndOfStringNotFound", null); internal static string ExpectedEndAfterSingleJson => GetResourceString("ExpectedEndAfterSingleJson", null); internal static string ExpectedEndOfDigitNotFound => GetResourceString("ExpectedEndOfDigitNotFound", null); internal static string ExpectedFalse => GetResourceString("ExpectedFalse", null); internal static string ExpectedJsonTokens => GetResourceString("ExpectedJsonTokens", null); internal static string ExpectedNextDigitEValueNotFound => GetResourceString("ExpectedNextDigitEValueNotFound", null); internal static string ExpectedNull => GetResourceString("ExpectedNull", null); internal static string ExpectedSeparatorAfterPropertyNameNotFound => GetResourceString("ExpectedSeparatorAfterPropertyNameNotFound", null); internal static string ExpectedStartOfPropertyNotFound => GetResourceString("ExpectedStartOfPropertyNotFound", null); internal static string ExpectedStartOfPropertyOrValueNotFound => GetResourceString("ExpectedStartOfPropertyOrValueNotFound", null); internal static string ExpectedStartOfValueNotFound => GetResourceString("ExpectedStartOfValueNotFound", null); internal static string ExpectedTrue => GetResourceString("ExpectedTrue", null); internal static string ExpectedValueAfterPropertyNameNotFound => GetResourceString("ExpectedValueAfterPropertyNameNotFound", null); internal static string FailedToGetLargerSpan => GetResourceString("FailedToGetLargerSpan", null); internal static string FoundInvalidCharacter => GetResourceString("FoundInvalidCharacter", null); internal static string InvalidCast => GetResourceString("InvalidCast", null); internal static string InvalidCharacterAfterEscapeWithinString => GetResourceString("InvalidCharacterAfterEscapeWithinString", null); internal static string InvalidCharacterWithinString => GetResourceString("InvalidCharacterWithinString", null); internal static string InvalidEndOfJsonNonPrimitive => GetResourceString("InvalidEndOfJsonNonPrimitive", null); internal static string InvalidHexCharacterWithinString => GetResourceString("InvalidHexCharacterWithinString", null); internal static string JsonDocumentDoesNotSupportComments => GetResourceString("JsonDocumentDoesNotSupportComments", null); internal static string JsonElementHasWrongType => GetResourceString("JsonElementHasWrongType", null); internal static string MaxDepthMustBePositive => GetResourceString("MaxDepthMustBePositive", null); internal static string MismatchedObjectArray => GetResourceString("MismatchedObjectArray", null); internal static string ObjectDepthTooLarge => GetResourceString("ObjectDepthTooLarge", null); internal static string PropertyNameTooLarge => GetResourceString("PropertyNameTooLarge", null); internal static string FormatDecimal => GetResourceString("FormatDecimal", null); internal static string FormatDouble => GetResourceString("FormatDouble", null); internal static string FormatInt32 => GetResourceString("FormatInt32", null); internal static string FormatInt64 => GetResourceString("FormatInt64", null); internal static string FormatSingle => GetResourceString("FormatSingle", null); internal static string FormatUInt32 => GetResourceString("FormatUInt32", null); internal static string FormatUInt64 => GetResourceString("FormatUInt64", null); internal static string RequiredDigitNotFoundAfterDecimal => GetResourceString("RequiredDigitNotFoundAfterDecimal", null); internal static string RequiredDigitNotFoundAfterSign => GetResourceString("RequiredDigitNotFoundAfterSign", null); internal static string RequiredDigitNotFoundEndOfData => GetResourceString("RequiredDigitNotFoundEndOfData", null); internal static string SpecialNumberValuesNotSupported => GetResourceString("SpecialNumberValuesNotSupported", null); internal static string ValueTooLarge => GetResourceString("ValueTooLarge", null); internal static string ZeroDepthAtEnd => GetResourceString("ZeroDepthAtEnd", null); internal static string DeserializeCannotBeNull => GetResourceString("DeserializeCannotBeNull", null); internal static string DeserializeDataRemaining => GetResourceString("DeserializeDataRemaining", null); internal static string DeserializeUnableToConvertValue => GetResourceString("DeserializeUnableToConvertValue", null); internal static string DeserializeWrongType => GetResourceString("DeserializeWrongType", null); internal static string SerializationInvalidBufferSize => GetResourceString("SerializationInvalidBufferSize", null); internal static string BufferWriterAdvancedTooFar => GetResourceString("BufferWriterAdvancedTooFar", null); internal static string InvalidComparison => GetResourceString("InvalidComparison", null); internal static string FormatDateTime => GetResourceString("FormatDateTime", null); internal static string FormatDateTimeOffset => GetResourceString("FormatDateTimeOffset", null); internal static string FormatGuid => GetResourceString("FormatGuid", null); internal static string ExpectedStartOfPropertyOrValueAfterComment => GetResourceString("ExpectedStartOfPropertyOrValueAfterComment", null); internal static string TrailingCommaNotAllowedBeforeArrayEnd => GetResourceString("TrailingCommaNotAllowedBeforeArrayEnd", null); internal static string TrailingCommaNotAllowedBeforeObjectEnd => GetResourceString("TrailingCommaNotAllowedBeforeObjectEnd", null); internal static string SerializerOptionsImmutable => GetResourceString("SerializerOptionsImmutable", null); internal static string StreamNotWritable => GetResourceString("StreamNotWritable", null); internal static string CannotWriteCommentWithEmbeddedDelimiter => GetResourceString("CannotWriteCommentWithEmbeddedDelimiter", null); internal static string SerializerPropertyNameConflict => GetResourceString("SerializerPropertyNameConflict", null); internal static string SerializerPropertyNameNull => GetResourceString("SerializerPropertyNameNull", null); internal static string DeserializeDuplicateKey => GetResourceString("DeserializeDuplicateKey", null); [MethodImpl(MethodImplOptions.NoInlining)] private static bool UsingResourceKeys() { return false; } [return: System.Runtime.CompilerServices.Nullable(1)] internal static string GetResourceString([System.Runtime.CompilerServices.Nullable(1)] string resourceKey, [System.Runtime.CompilerServices.Nullable(2)] string defaultString = null) { if (UsingResourceKeys()) return defaultString ?? resourceKey; string text = null; try { text = ResourceManager.GetString(resourceKey); } catch (MissingManifestResourceException) { } if (defaultString != null && resourceKey.Equals(text)) return defaultString; return text; } [return: System.Runtime.CompilerServices.Nullable(1)] internal static string Format([System.Runtime.CompilerServices.Nullable(1)] string resourceFormat, [System.Runtime.CompilerServices.Nullable(2)] object p1) { if (UsingResourceKeys()) return string.Join(", ", resourceFormat, p1); return string.Format(resourceFormat, p1); } [return: System.Runtime.CompilerServices.Nullable(1)] internal static string Format([System.Runtime.CompilerServices.Nullable(1)] string resourceFormat, [System.Runtime.CompilerServices.Nullable(2)] object p1, [System.Runtime.CompilerServices.Nullable(2)] object p2) { if (UsingResourceKeys()) return string.Join(", ", resourceFormat, p1, p2); return string.Format(resourceFormat, p1, p2); } [return: System.Runtime.CompilerServices.Nullable(1)] internal static string Format([System.Runtime.CompilerServices.Nullable(1)] string resourceFormat, [System.Runtime.CompilerServices.Nullable(2)] object p1, [System.Runtime.CompilerServices.Nullable(2)] object p2, [System.Runtime.CompilerServices.Nullable(2)] object p3) { if (UsingResourceKeys()) return string.Join(", ", resourceFormat, p1, p2, p3); return string.Format(resourceFormat, p1, p2, p3); } [return: System.Runtime.CompilerServices.Nullable(1)] internal static string Format([System.Runtime.CompilerServices.Nullable(1)] string resourceFormat, [System.Runtime.CompilerServices.Nullable(2)] params object[] args) { if (args != null) { if (UsingResourceKeys()) return resourceFormat + ", " + string.Join(", ", args); return string.Format(resourceFormat, args); } return resourceFormat; } [return: System.Runtime.CompilerServices.Nullable(1)] internal static string Format([System.Runtime.CompilerServices.Nullable(2)] IFormatProvider provider, [System.Runtime.CompilerServices.Nullable(1)] string resourceFormat, [System.Runtime.CompilerServices.Nullable(2)] object p1) { if (UsingResourceKeys()) return string.Join(", ", resourceFormat, p1); return string.Format(provider, resourceFormat, p1); } [return: System.Runtime.CompilerServices.Nullable(1)] internal static string Format([System.Runtime.CompilerServices.Nullable(2)] IFormatProvider provider, [System.Runtime.CompilerServices.Nullable(1)] string resourceFormat, [System.Runtime.CompilerServices.Nullable(2)] object p1, [System.Runtime.CompilerServices.Nullable(2)] object p2) { if (UsingResourceKeys()) return string.Join(", ", resourceFormat, p1, p2); return string.Format(provider, resourceFormat, p1, p2); } [return: System.Runtime.CompilerServices.Nullable(1)] internal static string Format([System.Runtime.CompilerServices.Nullable(2)] IFormatProvider provider, [System.Runtime.CompilerServices.Nullable(1)] string resourceFormat, [System.Runtime.CompilerServices.Nullable(2)] object p1, [System.Runtime.CompilerServices.Nullable(2)] object p2, [System.Runtime.CompilerServices.Nullable(2)] object p3) { if (UsingResourceKeys()) return string.Join(", ", resourceFormat, p1, p2, p3); return string.Format(provider, resourceFormat, p1, p2, p3); } [return: System.Runtime.CompilerServices.Nullable(1)] internal static string Format([System.Runtime.CompilerServices.Nullable(2)] IFormatProvider provider, [System.Runtime.CompilerServices.Nullable(1)] string resourceFormat, [System.Runtime.CompilerServices.Nullable(2)] params object[] args) { if (args != null) { if (UsingResourceKeys()) return resourceFormat + ", " + string.Join(", ", args); return string.Format(provider, resourceFormat, args); } return resourceFormat; } } }