< Summary

Line coverage
16%
Covered lines: 37
Uncovered lines: 181
Coverable lines: 218
Total lines: 501
Line coverage: 16.9%
Branch coverage
100%
Covered branches: 2
Total branches: 2
Branch coverage: 100%
Method coverage

Feature is only available for sponsors

Upgrade to PRO version

File(s)

C:\h\w\B31A098C\w\BB5A0A33\e\runtime-utils\Runner\runtime\artifacts\obj\System.Text.Json\Debug\net11.0\System.SR.cs

#LineLine coverage
 1// <auto-generated>
 2using System.Reflection;
 3
 4namespace FxResources.System.Text.Json
 5{
 6    internal static class SR { }
 7}
 8namespace System
 9{
 10    internal static partial class SR
 11    {
 12        private static global::System.Resources.ResourceManager s_resourceManager;
 7472613        internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceMana
 14
 15        /// <summary>The maximum configured depth of {0} has been exceeded. Cannot read next JSON array.</summary>
 016        internal static string @ArrayDepthTooLarge => GetResourceString("ArrayDepthTooLarge", @"The maximum configured d
 17        /// <summary>The JSON writer needs to be flushed before getting the current state. There are {0} bytes that have
 18        internal static string @CallFlushToAvoidDataLoss => GetResourceString("CallFlushToAvoidDataLoss", @"The JSON wri
 19        /// <summary>Cannot read incomplete UTF-16 JSON text as string with missing low surrogate.</summary>
 020        internal static string @CannotReadIncompleteUTF16 => GetResourceString("CannotReadIncompleteUTF16", @"Cannot rea
 21        /// <summary>Cannot read invalid UTF-16 JSON text as string. Invalid surrogate value: '{0}'.</summary>
 022        internal static string @CannotReadInvalidUTF16 => GetResourceString("CannotReadInvalidUTF16", @"Cannot read inva
 23        /// <summary>Cannot write the start of an object/array after a single JSON value or outside of an existing close
 024        internal static string @CannotStartObjectArrayAfterPrimitiveOrClose => GetResourceString("CannotStartObjectArray
 25        /// <summary>Cannot write the start of an object or array without a property name. Current token type is '{0}'.<
 026        internal static string @CannotStartObjectArrayWithoutProperty => GetResourceString("CannotStartObjectArrayWithou
 27        /// <summary>Cannot transcode invalid UTF-8 JSON text to UTF-16 string.</summary>
 97228        internal static string @CannotTranscodeInvalidUtf8 => GetResourceString("CannotTranscodeInvalidUtf8", @"Cannot t
 29        /// <summary>Cannot decode JSON text that is not encoded as valid Base64 to bytes.</summary>
 47430        internal static string @CannotDecodeInvalidBase64 => GetResourceString("CannotDecodeInvalidBase64", @"Cannot dec
 31        /// <summary>Cannot transcode invalid UTF-16 string to UTF-8 JSON text.</summary>
 032        internal static string @CannotTranscodeInvalidUtf16 => GetResourceString("CannotTranscodeInvalidUtf16", @"Cannot
 33        /// <summary>Cannot encode invalid UTF-16 text as JSON. Invalid surrogate value: '{0}'.</summary>
 034        internal static string @CannotEncodeInvalidUTF16 => GetResourceString("CannotEncodeInvalidUTF16", @"Cannot encod
 35        /// <summary>Cannot encode invalid UTF-8 text as JSON. Invalid input: '{0}'.</summary>
 036        internal static string @CannotEncodeInvalidUTF8 => GetResourceString("CannotEncodeInvalidUTF8", @"Cannot encode 
 37        /// <summary>Cannot write a JSON property within an array or as the first JSON token. Current token type is '{0}
 038        internal static string @CannotWritePropertyWithinArray => GetResourceString("CannotWritePropertyWithinArray", @"
 39        /// <summary>Cannot write a JSON property name following another property name. A JSON value is missing.</summar
 040        internal static string @CannotWritePropertyAfterProperty => GetResourceString("CannotWritePropertyAfterProperty"
 41        /// <summary>Cannot write a JSON value after a single JSON value or outside of an existing closed object/array. 
 042        internal static string @CannotWriteValueAfterPrimitiveOrClose => GetResourceString("CannotWriteValueAfterPrimiti
 43        /// <summary>Cannot write a JSON value within an object without a property name. Current token type is '{0}'.</s
 044        internal static string @CannotWriteValueWithinObject => GetResourceString("CannotWriteValueWithinObject", @"Cann
 45        /// <summary>CurrentDepth ({0}) is equal to or larger than the maximum allowed depth of {1}. Cannot write the ne
 046        internal static string @DepthTooLarge => GetResourceString("DepthTooLarge", @"CurrentDepth ({0}) is equal to or 
 47        /// <summary>Destination is too short.</summary>
 048        internal static string @DestinationTooShort => GetResourceString("DestinationTooShort", @"Destination is too sho
 49        /// <summary>Writing an empty JSON payload (excluding comments) is invalid.</summary>
 50        internal static string @EmptyJsonIsInvalid => GetResourceString("EmptyJsonIsInvalid", @"Writing an empty JSON pa
 51        /// <summary>Expected end of comment, but instead reached end of data.</summary>
 052        internal static string @EndOfCommentNotFound => GetResourceString("EndOfCommentNotFound", @"Expected end of comm
 53        /// <summary>Expected end of string, but instead reached end of data.</summary>
 33654        internal static string @EndOfStringNotFound => GetResourceString("EndOfStringNotFound", @"Expected end of string
 55        /// <summary>'{0}' is invalid after a single JSON value. Expected end of data.</summary>
 368456        internal static string @ExpectedEndAfterSingleJson => GetResourceString("ExpectedEndAfterSingleJson", @"'{0}' is
 57        /// <summary>'{0}' is an invalid end of a number. Expected a delimiter.</summary>
 159058        internal static string @ExpectedEndOfDigitNotFound => GetResourceString("ExpectedEndOfDigitNotFound", @"'{0}' is
 59        /// <summary>'{0}' is an invalid JSON literal. Expected the literal 'false'.</summary>
 42060        internal static string @ExpectedFalse => GetResourceString("ExpectedFalse", @"'{0}' is an invalid JSON literal. 
 61        /// <summary>The input does not contain any JSON tokens. Expected the input to start with a valid JSON token, wh
 73862        internal static string @ExpectedJsonTokens => GetResourceString("ExpectedJsonTokens", @"The input does not conta
 63        /// <summary>The input does not contain any complete JSON tokens. Expected the input to have at least one valid,
 064        internal static string @ExpectedOneCompleteToken => GetResourceString("ExpectedOneCompleteToken", @"The input do
 65        /// <summary>'{0}' is an invalid end of a number. Expected 'E' or 'e'.</summary>
 25266        internal static string @ExpectedNextDigitEValueNotFound => GetResourceString("ExpectedNextDigitEValueNotFound", 
 67        /// <summary>'{0}' is an invalid JSON literal. Expected the literal 'null'.</summary>
 33668        internal static string @ExpectedNull => GetResourceString("ExpectedNull", @"'{0}' is an invalid JSON literal. Ex
 69        /// <summary>'{0}' is invalid after a property name. Expected a ':'.</summary>
 070        internal static string @ExpectedSeparatorAfterPropertyNameNotFound => GetResourceString("ExpectedSeparatorAfterP
 71        /// <summary>'{0}' is an invalid start of a property name. Expected a '"'.</summary>
 40872        internal static string @ExpectedStartOfPropertyNotFound => GetResourceString("ExpectedStartOfPropertyNotFound", 
 73        /// <summary>Expected start of a property name or value, but instead reached end of data.</summary>
 074        internal static string @ExpectedStartOfPropertyOrValueNotFound => GetResourceString("ExpectedStartOfPropertyOrVa
 75        /// <summary>'{0}' is an invalid start of a value.</summary>
 2711576        internal static string @ExpectedStartOfValueNotFound => GetResourceString("ExpectedStartOfValueNotFound", @"'{0}
 77        /// <summary>'{0}' is an invalid JSON literal. Expected the literal 'true'.</summary>
 25278        internal static string @ExpectedTrue => GetResourceString("ExpectedTrue", @"'{0}' is an invalid JSON literal. Ex
 79        /// <summary>Expected a value, but instead reached end of data.</summary>
 080        internal static string @ExpectedValueAfterPropertyNameNotFound => GetResourceString("ExpectedValueAfterPropertyN
 81        /// <summary>The 'IBufferWriter' could not provide an output buffer that is large enough to continue writing.</s
 082        internal static string @FailedToGetLargerSpan => GetResourceString("FailedToGetLargerSpan", @"The 'IBufferWriter
 83        /// <summary>'{0}' is invalid after a value. Expected either ',', '}}', or ']'.</summary>
 3884        internal static string @FoundInvalidCharacter => GetResourceString("FoundInvalidCharacter", @"'{0}' is invalid a
 85        /// <summary>Cannot get the value of a token type '{0}' as a {1}.</summary>
 1200286        internal static string @InvalidCast => GetResourceString("InvalidCast", @"Cannot get the value of a token type '
 87        /// <summary>'{0}' is an invalid escapable character within a JSON string. The string should be correctly escape
 088        internal static string @InvalidCharacterAfterEscapeWithinString => GetResourceString("InvalidCharacterAfterEscap
 89        /// <summary>'{0}' is invalid within a JSON string. The string should be correctly escaped.</summary>
 46890        internal static string @InvalidCharacterWithinString => GetResourceString("InvalidCharacterWithinString", @"'{0}
 91        /// <summary>Enum type '{0}' uses unsupported identifier '{1}'. It must not be null, empty, or containing leadin
 092        internal static string @UnsupportedEnumIdentifier => GetResourceString("UnsupportedEnumIdentifier", @"Enum type 
 93        /// <summary>'{0}' is an invalid token type for the end of the JSON payload. Expected either 'EndArray' or 'EndO
 094        internal static string @InvalidEndOfJsonNonPrimitive => GetResourceString("InvalidEndOfJsonNonPrimitive", @"'{0}
 95        /// <summary>'{0}' is not a hex digit following '\u' within a JSON string. The string should be correctly escape
 096        internal static string @InvalidHexCharacterWithinString => GetResourceString("InvalidHexCharacterWithinString", 
 97        /// <summary>Comments cannot be stored in a JsonDocument, only the Skip and Disallow comment handling modes are 
 098        internal static string @JsonDocumentDoesNotSupportComments => GetResourceString("JsonDocumentDoesNotSupportComme
 99        /// <summary>The requested operation requires an element of type '{0}', but the target element has type '{1}'.</
 0100        internal static string @JsonElementHasWrongType => GetResourceString("JsonElementHasWrongType", @"The requested 
 101        /// <summary>Insufficient stack to continue executing 'JsonElement.DeepEquals'. This can happen either because t
 0102        internal static string @JsonElementDeepEqualsInsufficientExecutionStack => GetResourceString("JsonElementDeepEqu
 103        /// <summary>The exponent value in the specified JSON number is too large.</summary>
 0104        internal static string @JsonNumberExponentTooLarge => GetResourceString("JsonNumberExponentTooLarge", @"The expo
 105        /// <summary>Cannot add callbacks to the 'Modifiers' property after the resolver has been used for the first tim
 0106        internal static string @DefaultTypeInfoResolverImmutable => GetResourceString("DefaultTypeInfoResolverImmutable"
 107        /// <summary>The specified IJsonTypeInfoResolver chain cannot be modified.</summary>
 0108        internal static string @TypeInfoResolverChainImmutable => GetResourceString("TypeInfoResolverChainImmutable", @"
 109        /// <summary>This JsonTypeInfo instance is marked read-only or has already been used in serialization or deseria
 0110        internal static string @TypeInfoImmutable => GetResourceString("TypeInfoImmutable", @"This JsonTypeInfo instance
 111        /// <summary>Max depth must be positive.</summary>
 0112        internal static string @MaxDepthMustBePositive => GetResourceString("MaxDepthMustBePositive", @"Max depth must b
 113        /// <summary>The JsonCommentHandling enum must be set to one of the supported values.</summary>
 0114        internal static string @CommentHandlingMustBeValid => GetResourceString("CommentHandlingMustBeValid", @"The Json
 115        /// <summary>'{0}' is invalid without a matching open.</summary>
 0116        internal static string @MismatchedObjectArray => GetResourceString("MismatchedObjectArray", @"'{0}' is invalid w
 117        /// <summary>'{0}' is invalid following a property name.</summary>
 0118        internal static string @CannotWriteEndAfterProperty => GetResourceString("CannotWriteEndAfterProperty", @"'{0}' 
 119        /// <summary>The maximum configured depth of {0} has been exceeded. Cannot read next JSON object.</summary>
 0120        internal static string @ObjectDepthTooLarge => GetResourceString("ObjectDepthTooLarge", @"The maximum configured
 121        /// <summary>The JSON property name of length {0} is too large and not supported.</summary>
 0122        internal static string @PropertyNameTooLarge => GetResourceString("PropertyNameTooLarge", @"The JSON property na
 123        /// <summary>The JSON value is either too large or too small for a Decimal.</summary>
 140124        internal static string @FormatDecimal => GetResourceString("FormatDecimal", @"The JSON value is either too large
 125        /// <summary>Either the JSON value is not in a supported format, or is out of bounds for a Double.</summary>
 148126        internal static string @FormatDouble => GetResourceString("FormatDouble", @"Either the JSON value is not in a su
 127        /// <summary>Either the JSON value is not in a supported format, or is out of bounds for an Int32.</summary>
 266128        internal static string @FormatInt32 => GetResourceString("FormatInt32", @"Either the JSON value is not in a supp
 129        /// <summary>Either the JSON value is not in a supported format, or is out of bounds for an Int64.</summary>
 146130        internal static string @FormatInt64 => GetResourceString("FormatInt64", @"Either the JSON value is not in a supp
 131        /// <summary>Either the JSON value is not in a supported format, or is out of bounds for a Single.</summary>
 128132        internal static string @FormatSingle => GetResourceString("FormatSingle", @"Either the JSON value is not in a su
 133        /// <summary>Either the JSON value is not in a supported format, or is out of bounds for a UInt32.</summary>
 184134        internal static string @FormatUInt32 => GetResourceString("FormatUInt32", @"Either the JSON value is not in a su
 135        /// <summary>Either the JSON value is not in a supported format, or is out of bounds for a UInt64.</summary>
 144136        internal static string @FormatUInt64 => GetResourceString("FormatUInt64", @"Either the JSON value is not in a su
 137        /// <summary>'{0}' is invalid within a number, immediately after a decimal point ('.'). Expected a digit ('0'-'9
 84138        internal static string @RequiredDigitNotFoundAfterDecimal => GetResourceString("RequiredDigitNotFoundAfterDecima
 139        /// <summary>'{0}' is invalid within a number, immediately after a sign character ('+' or '-'). Expected a digit
 410140        internal static string @RequiredDigitNotFoundAfterSign => GetResourceString("RequiredDigitNotFoundAfterSign", @"
 141        /// <summary>Expected a digit ('0'-'9'), but instead reached end of data.</summary>
 0142        internal static string @RequiredDigitNotFoundEndOfData => GetResourceString("RequiredDigitNotFoundEndOfData", @"
 143        /// <summary>.NET number values such as positive and negative infinity cannot be written as valid JSON. To make 
 0144        internal static string @SpecialNumberValuesNotSupported => GetResourceString("SpecialNumberValuesNotSupported", 
 145        /// <summary>The JSON value of length {0} is too large and not supported.</summary>
 0146        internal static string @ValueTooLarge => GetResourceString("ValueTooLarge", @"The JSON value of length {0} is to
 147        /// <summary>Expected depth to be zero at the end of the JSON payload. There is an open JSON object or array tha
 0148        internal static string @ZeroDepthAtEnd => GetResourceString("ZeroDepthAtEnd", @"Expected depth to be zero at the
 149        /// <summary>The JSON value could not be converted to {0}.</summary>
 20088150        internal static string @DeserializeUnableToConvertValue => GetResourceString("DeserializeUnableToConvertValue", 
 151        /// <summary>The specified type {0} must derive from the specific value's type {1}.</summary>
 0152        internal static string @DeserializeWrongType => GetResourceString("DeserializeWrongType", @"The specified type {
 153        /// <summary>The value must be greater than zero.</summary>
 0154        internal static string @SerializationInvalidBufferSize => GetResourceString("SerializationInvalidBufferSize", @"
 155        /// <summary>Cannot advance past the end of the buffer, which has a size of {0}.</summary>
 156        internal static string @BufferWriterAdvancedTooFar => GetResourceString("BufferWriterAdvancedTooFar", @"Cannot a
 157        /// <summary>Cannot compare the value of a token type '{0}' to text.</summary>
 0158        internal static string @InvalidComparison => GetResourceString("InvalidComparison", @"Cannot compare the value o
 159        /// <summary>The JSON value is not in a supported {0} format.</summary>
 1864160        internal static string @UnsupportedFormat => GetResourceString("UnsupportedFormat", @"The JSON value is not in a
 161        /// <summary>'{0}' is an invalid start of a property name or value, after a comment.</summary>
 0162        internal static string @ExpectedStartOfPropertyOrValueAfterComment => GetResourceString("ExpectedStartOfProperty
 163        /// <summary>The JSON array contains a trailing comma at the end which is not supported in this mode. Change the
 0164        internal static string @TrailingCommaNotAllowedBeforeArrayEnd => GetResourceString("TrailingCommaNotAllowedBefor
 165        /// <summary>The JSON object contains a trailing comma at the end which is not supported in this mode. Change th
 0166        internal static string @TrailingCommaNotAllowedBeforeObjectEnd => GetResourceString("TrailingCommaNotAllowedBefo
 167        /// <summary>This JsonSerializerOptions instance is read-only or has already been used in serialization or deser
 0168        internal static string @SerializerOptionsReadOnly => GetResourceString("SerializerOptionsReadOnly", @"This JsonS
 169        /// <summary>Cannot insert the values of 'TypeInfoResolver' or 'TypeInfoResolverChain' to 'TypeInfoResolverChain
 0170        internal static string @SerializerOptions_InvalidChainedResolver => GetResourceString("SerializerOptions_Invalid
 171        /// <summary>Stream is not writable.</summary>
 0172        internal static string @StreamNotWritable => GetResourceString("StreamNotWritable", @"Stream is not writable.");
 173        /// <summary>Cannot write a comment value which contains the end of comment delimiter.</summary>
 0174        internal static string @CannotWriteCommentWithEmbeddedDelimiter => GetResourceString("CannotWriteCommentWithEmbe
 175        /// <summary>The JSON property name for '{0}.{1}' collides with another property.</summary>
 0176        internal static string @SerializerPropertyNameConflict => GetResourceString("SerializerPropertyNameConflict", @"
 177        /// <summary>The JSON property name for '{0}.{1}' cannot be null.</summary>
 0178        internal static string @SerializerPropertyNameNull => GetResourceString("SerializerPropertyNameNull", @"The JSON
 179        /// <summary>The extension data property '{0}.{1}' is invalid. It must implement 'IDictionary&lt;string, JsonEle
 0180        internal static string @SerializationDataExtensionPropertyInvalid => GetResourceString("SerializationDataExtensi
 181        /// <summary>The property type '{0}' does not support null values and therefore cannot be marked as nullable.</s
 0182        internal static string @PropertyTypeNotNullable => GetResourceString("PropertyTypeNotNullable", @"The property t
 183        /// <summary>The type '{0}' cannot have more than one member that has the attribute '{1}'.</summary>
 0184        internal static string @SerializationDuplicateTypeAttribute => GetResourceString("SerializationDuplicateTypeAttr
 185        /// <summary>The type '{0}' is marked 'JsonUnmappedMemberHandling.Disallow' which conflicts with extension data 
 0186        internal static string @ExtensionDataConflictsWithUnmappedMemberHandling => GetResourceString("ExtensionDataConf
 187        /// <summary>The type '{0}' is not supported.</summary>
 0188        internal static string @SerializationNotSupportedType => GetResourceString("SerializationNotSupportedType", @"Th
 189        /// <summary>The type '{0}' can only be serialized using async serialization methods.</summary>
 0190        internal static string @TypeRequiresAsyncSerialization => GetResourceString("TypeRequiresAsyncSerialization", @"
 191        /// <summary>'{0}' is invalid after '/' at the beginning of the comment. Expected either '/' or '*'.</summary>
 589192        internal static string @InvalidCharacterAtStartOfComment => GetResourceString("InvalidCharacterAtStartOfComment"
 193        /// <summary>Unexpected end of data while reading a comment.</summary>
 0194        internal static string @UnexpectedEndOfDataWhileReadingComment => GetResourceString("UnexpectedEndOfDataWhileRea
 195        /// <summary>Cannot skip tokens on partial JSON. Either get the whole payload and create a Utf8JsonReader instan
 0196        internal static string @CannotSkip => GetResourceString("CannotSkip", @"Cannot skip tokens on partial JSON. Eith
 197        /// <summary>There is not enough data to read through the entire JSON array or object.</summary>
 0198        internal static string @NotEnoughData => GetResourceString("NotEnoughData", @"There is not enough data to read t
 199        /// <summary>Found invalid line or paragraph separator character while reading a comment.</summary>
 0200        internal static string @UnexpectedEndOfLineSeparator => GetResourceString("UnexpectedEndOfLineSeparator", @"Foun
 201        /// <summary>Comments cannot be stored when deserializing objects, only the Skip and Disallow comment handling m
 0202        internal static string @JsonSerializerDoesNotSupportComments => GetResourceString("JsonSerializerDoesNotSupportC
 203        /// <summary>Deserialization of types without a parameterless constructor, a singular parameterized constructor,
 0204        internal static string @DeserializeNoConstructor => GetResourceString("DeserializeNoConstructor", @"Deserializat
 205        /// <summary>Deserialization of interface or abstract types is not supported. Type '{0}'.</summary>
 0206        internal static string @DeserializeInterfaceOrAbstractType => GetResourceString("DeserializeInterfaceOrAbstractT
 207        /// <summary>The JSON payload for polymorphic interface or abstract type '{0}' must specify a type discriminator
 0208        internal static string @DeserializationMustSpecifyTypeDiscriminator => GetResourceString("DeserializationMustSpe
 209        /// <summary>The converter specified on '{0}' is not compatible with the type '{1}'.</summary>
 0210        internal static string @SerializationConverterOnAttributeNotCompatible => GetResourceString("SerializationConver
 211        /// <summary>The converter specified on '{0}' does not derive from JsonConverter or have a public parameterless 
 0212        internal static string @SerializationConverterOnAttributeInvalid => GetResourceString("SerializationConverterOnA
 213        /// <summary>The converter '{0}' read too much or not enough.</summary>
 0214        internal static string @SerializationConverterRead => GetResourceString("SerializationConverterRead", @"The conv
 215        /// <summary>The converter '{0}' is not compatible with the type '{1}'.</summary>
 0216        internal static string @SerializationConverterNotCompatible => GetResourceString("SerializationConverterNotCompa
 217        /// <summary>The IJsonTypeInfoResolver returned an incompatible JsonTypeInfo instance of type '{0}', expected ty
 0218        internal static string @ResolverTypeNotCompatible => GetResourceString("ResolverTypeNotCompatible", @"The IJsonT
 219        /// <summary>The IJsonTypeInfoResolver returned a JsonTypeInfo instance whose JsonSerializerOptions setting does
 0220        internal static string @ResolverTypeInfoOptionsNotCompatible => GetResourceString("ResolverTypeInfoOptionsNotCom
 221        /// <summary>The converter '{0}' wrote too much or not enough.</summary>
 0222        internal static string @SerializationConverterWrite => GetResourceString("SerializationConverterWrite", @"The co
 223        /// <summary>The naming policy '{0}' cannot return null.</summary>
 0224        internal static string @NamingPolicyReturnNull => GetResourceString("NamingPolicyReturnNull", @"The naming polic
 225        /// <summary>The attribute '{0}' cannot exist more than once on '{1}'.</summary>
 0226        internal static string @SerializationDuplicateAttribute => GetResourceString("SerializationDuplicateAttribute", 
 227        /// <summary>The object or value could not be serialized.</summary>
 0228        internal static string @SerializeUnableToSerialize => GetResourceString("SerializeUnableToSerialize", @"The obje
 229        /// <summary>Either the JSON value is not in a supported format, or is out of bounds for an unsigned byte.</summ
 234230        internal static string @FormatByte => GetResourceString("FormatByte", @"Either the JSON value is not in a suppor
 231        /// <summary>Either the JSON value is not in a supported format, or is out of bounds for an Int16.</summary>
 198232        internal static string @FormatInt16 => GetResourceString("FormatInt16", @"Either the JSON value is not in a supp
 233        /// <summary>Either the JSON value is not in a supported format, or is out of bounds for a signed byte.</summary
 208234        internal static string @FormatSByte => GetResourceString("FormatSByte", @"Either the JSON value is not in a supp
 235        /// <summary>Either the JSON value is not in a supported format, or is out of bounds for a UInt16.</summary>
 194236        internal static string @FormatUInt16 => GetResourceString("FormatUInt16", @"Either the JSON value is not in a su
 237        /// <summary>A possible object cycle was detected. This can either be due to a cycle or if the object depth is l
 0238        internal static string @SerializerCycleDetected => GetResourceString("SerializerCycleDetected", @"A possible obj
 239        /// <summary>Invalid leading zero before '{0}'.</summary>
 268240        internal static string @InvalidLeadingZeroInNumber => GetResourceString("InvalidLeadingZeroInNumber", @"Invalid 
 241        /// <summary>Cannot parse a JSON object containing metadata properties like '$id' or '$type' into an array or im
 0242        internal static string @MetadataCannotParsePreservedObjectToImmutable => GetResourceString("MetadataCannotParseP
 243        /// <summary>The value of the '$id' metadata property '{0}' conflicts with an existing identifier.</summary>
 0244        internal static string @MetadataDuplicateIdFound => GetResourceString("MetadataDuplicateIdFound", @"The value of
 245        /// <summary>The metadata property '$id' cannot be used together with '$ref' metadata properties.</summary>
 0246        internal static string @MetadataIdCannotBeCombinedWithRef => GetResourceString("MetadataIdCannotBeCombinedWithRe
 247        /// <summary>Invalid reference to value type '{0}'.</summary>
 0248        internal static string @MetadataInvalidReferenceToValueType => GetResourceString("MetadataInvalidReferenceToValu
 249        /// <summary>The '$values' metadata property must be a JSON array. Current token type is '{0}'.</summary>
 0250        internal static string @MetadataInvalidTokenAfterValues => GetResourceString("MetadataInvalidTokenAfterValues", 
 251        /// <summary>Deserialization failed for one of these reasons:
 252        /// 1. {0}
 253        /// 2. {1}</summary>
 0254        internal static string @MetadataPreservedArrayFailed => GetResourceString("MetadataPreservedArrayFailed", @"Dese
 02551. {0}
 02562. {1}");
 257        /// <summary>A JSON object containing metadata for a nested array includes a non-metadata property '{0}'.</summa
 0258        internal static string @MetadataInvalidPropertyInArrayMetadata => GetResourceString("MetadataInvalidPropertyInAr
 259        /// <summary>A '$values' metadata property must always be preceded by other metadata properties, such as '$id' o
 0260        internal static string @MetadataStandaloneValuesProperty => GetResourceString("MetadataStandaloneValuesProperty"
 261        /// <summary>A JSON object that contains a '$ref' metadata property must not contain any other properties.</summ
 0262        internal static string @MetadataReferenceCannotContainOtherProperties => GetResourceString("MetadataReferenceCan
 263        /// <summary>Reference '{0}' was not found.</summary>
 0264        internal static string @MetadataReferenceNotFound => GetResourceString("MetadataReferenceNotFound", @"Reference 
 265        /// <summary>The '$id', '$ref' or '$type' metadata properties must be JSON strings. Current token type is '{0}'.
 0266        internal static string @MetadataValueWasNotString => GetResourceString("MetadataValueWasNotString", @"The '$id',
 267        /// <summary>Properties that start with '$' are not allowed in types that support metadata. Either replace the c
 0268        internal static string @MetadataInvalidPropertyWithLeadingDollarSign => GetResourceString("MetadataInvalidProper
 269        /// <summary>The metadata property is either not supported by the type or is not the first property in the deser
 0270        internal static string @MetadataUnexpectedProperty => GetResourceString("MetadataUnexpectedProperty", @"The meta
 271        /// <summary>The JSON property '{0}' could not be mapped to any .NET member contained in type '{1}'.</summary>
 0272        internal static string @UnmappedJsonProperty => GetResourceString("UnmappedJsonProperty", @"The JSON property '{
 273        /// <summary>Deserialized object contains a duplicate '{0}' metadata property.</summary>
 0274        internal static string @DuplicateMetadataProperty => GetResourceString("DuplicateMetadataProperty", @"Deserializ
 275        /// <summary>Members '{0}' and '{1}' on type '{2}' cannot both bind with parameter '{3}' in the deserialization 
 0276        internal static string @MultipleMembersBindWithConstructorParameter => GetResourceString("MultipleMembersBindWit
 277        /// <summary>Each parameter in the deserialization constructor on type '{0}' must bind to an object property or 
 0278        internal static string @ConstructorParamIncompleteBinding => GetResourceString("ConstructorParamIncompleteBindin
 279        /// <summary>Reference metadata is not supported when deserializing constructor parameters. See type '{0}'.</sum
 0280        internal static string @ObjectWithParameterizedCtorRefMetadataNotSupported => GetResourceString("ObjectWithParam
 281        /// <summary>The converter '{0}' cannot return a null value.</summary>
 0282        internal static string @SerializerConverterFactoryReturnsNull => GetResourceString("SerializerConverterFactoryRe
 283        /// <summary>The unsupported member type is located on type '{0}'.</summary>
 0284        internal static string @SerializationNotSupportedParentType => GetResourceString("SerializationNotSupportedParen
 285        /// <summary>The extension data property '{0}' on type '{1}' cannot bind with a parameter in the deserialization
 0286        internal static string @ExtensionDataCannotBindToCtorParam => GetResourceString("ExtensionDataCannotBindToCtorPa
 287        /// <summary>Cannot allocate a buffer of size {0}.</summary>
 0288        internal static string @BufferMaximumSizeExceeded => GetResourceString("BufferMaximumSizeExceeded", @"Cannot all
 289        /// <summary>The type '{0}' is invalid for serialization or deserialization because it is a pointer type, is a r
 0290        internal static string @CannotSerializeInvalidType => GetResourceString("CannotSerializeInvalidType", @"The type
 291        /// <summary>Serialization and deserialization of '{0}' instances is not supported.</summary>
 0292        internal static string @SerializeTypeInstanceNotSupported => GetResourceString("SerializeTypeInstanceNotSupporte
 293        /// <summary>The property '{0}' on type '{1}' which is annotated with 'JsonIncludeAttribute' is not accesible by
 0294        internal static string @JsonIncludeOnInaccessibleProperty => GetResourceString("JsonIncludeOnInaccessiblePropert
 295        /// <summary>The type '{0}' of property '{1}' on type '{2}' is invalid for serialization or deserialization beca
 0296        internal static string @CannotSerializeInvalidMember => GetResourceString("CannotSerializeInvalidMember", @"The 
 297        /// <summary>The collection type '{0}' is abstract, an interface, or is read only, and could not be instantiated
 0298        internal static string @CannotPopulateCollection => GetResourceString("CannotPopulateCollection", @"The collecti
 299        /// <summary>The deserialization constructor for type '{0}' contains parameters with null names. This might happ
 0300        internal static string @ConstructorContainsNullParameterNames => GetResourceString("ConstructorContainsNullParam
 301        /// <summary>'IgnoreNullValues' and 'DefaultIgnoreCondition' cannot both be set to non-default values.</summary>
 0302        internal static string @DefaultIgnoreConditionAlreadySpecified => GetResourceString("DefaultIgnoreConditionAlrea
 303        /// <summary>The value cannot be 'JsonIgnoreCondition.Always'.</summary>
 0304        internal static string @DefaultIgnoreConditionInvalid => GetResourceString("DefaultIgnoreConditionInvalid", @"Th
 305        /// <summary>The type '{0}' is not a supported dictionary key using converter of type '{1}'. Custom converters c
 0306        internal static string @DictionaryKeyTypeNotSupported => GetResourceString("DictionaryKeyTypeNotSupported", @"Th
 307        /// <summary>The ignore condition 'JsonIgnoreCondition.WhenWritingNull' is not valid on value-type member '{0}' 
 0308        internal static string @IgnoreConditionOnValueTypeInvalid => GetResourceString("IgnoreConditionOnValueTypeInvali
 309        /// <summary>'JsonNumberHandlingAttribute' is only valid on a number or a collection of numbers when applied to 
 0310        internal static string @NumberHandlingOnPropertyInvalid => GetResourceString("NumberHandlingOnPropertyInvalid", 
 311        /// <summary>The converter '{0}' handles type '{1}' but is being asked to convert type '{2}'. Either create a se
 0312        internal static string @ConverterCanConvertMultipleTypes => GetResourceString("ConverterCanConvertMultipleTypes"
 313        /// <summary>The object with reference id '{0}' of type '{1}' cannot be assigned to the type '{2}'.</summary>
 0314        internal static string @MetadataReferenceOfTypeCannotBeAssignedToType => GetResourceString("MetadataReferenceOfT
 315        /// <summary>Unable to cast object of type '{0}' to type '{1}'.</summary>
 0316        internal static string @DeserializeUnableToAssignValue => GetResourceString("DeserializeUnableToAssignValue", @"
 317        /// <summary>Unable to assign 'null' to the property or field of type '{0}'.</summary>
 0318        internal static string @DeserializeUnableToAssignNull => GetResourceString("DeserializeUnableToAssignNull", @"Un
 319        /// <summary>The converter '{0}' cannot return an instance of JsonConverterFactory.</summary>
 0320        internal static string @SerializerConverterFactoryReturnsJsonConverterFactory => GetResourceString("SerializerCo
 321        /// <summary>The type '{0}' is not supported by the current JsonConverterFactory.</summary>
 0322        internal static string @SerializerConverterFactoryInvalidArgument => GetResourceString("SerializerConverterFacto
 323        /// <summary>The element must be of type '{0}'</summary>
 0324        internal static string @NodeElementWrongType => GetResourceString("NodeElementWrongType", @"The element must be 
 325        /// <summary>The element cannot be an object or array.</summary>
 22326        internal static string @NodeElementCannotBeObjectOrArray => GetResourceString("NodeElementCannotBeObjectOrArray"
 327        /// <summary>The node already has a parent.</summary>
 0328        internal static string @NodeAlreadyHasParent => GetResourceString("NodeAlreadyHasParent", @"The node already has
 329        /// <summary>A node cycle was detected.</summary>
 0330        internal static string @NodeCycleDetected => GetResourceString("NodeCycleDetected", @"A node cycle was detected.
 331        /// <summary>A value of type '{0}' cannot be converted to a '{1}'.</summary>
 0332        internal static string @NodeUnableToConvert => GetResourceString("NodeUnableToConvert", @"A value of type '{0}' 
 333        /// <summary>An element of type '{0}' cannot be converted to a '{1}'.</summary>
 0334        internal static string @NodeUnableToConvertElement => GetResourceString("NodeUnableToConvertElement", @"An eleme
 335        /// <summary>A JsonNode cannot be used as a value.</summary>
 0336        internal static string @NodeValueNotAllowed => GetResourceString("NodeValueNotAllowed", @"A JsonNode cannot be u
 337        /// <summary>The node must be of type '{0}'.</summary>
 0338        internal static string @NodeWrongType => GetResourceString("NodeWrongType", @"The node must be of type '{0}'.");
 339        /// <summary>The node must have a parent node of type '{0}'.</summary>
 0340        internal static string @NodeParentWrongType => GetResourceString("NodeParentWrongType", @"The node must have a p
 341        /// <summary>An item with the same key has already been added. Key: {0}</summary>
 342        internal static string @NodeDuplicateKey => GetResourceString("NodeDuplicateKey", @"An item with the same key ha
 343        /// <summary>JsonSerializerOptions instances cannot be modified once encapsulated by a JsonSerializerContext. Su
 0344        internal static string @SerializerContextOptionsReadOnly => GetResourceString("SerializerContextOptionsReadOnly"
 345        /// <summary>The generic type of the converter for property '{0}.{1}' must match with the specified converter ty
 346        internal static string @ConverterForPropertyMustBeValid => GetResourceString("ConverterForPropertyMustBeValid", 
 347        /// <summary>JsonTypeInfo metadata for type '{0}' was not provided by TypeInfoResolver of type '{1}'. If using s
 0348        internal static string @NoMetadataForType => GetResourceString("NoMetadataForType", @"JsonTypeInfo metadata for 
 349        /// <summary>Ambiguous matches when resolving JsonTypeInfo metadata for type '{0}': '{1}', '{2}'. Consider eithe
 0350        internal static string @AmbiguousMetadataForType => GetResourceString("AmbiguousMetadataForType", @"Ambiguous ma
 351        /// <summary>Collection is read-only.</summary>
 352        internal static string @CollectionIsReadOnly => GetResourceString("CollectionIsReadOnly", @"Collection is read-o
 353        /// <summary>Number was less than 0.</summary>
 354        internal static string @ArrayIndexNegative => GetResourceString("ArrayIndexNegative", @"Number was less than 0."
 355        /// <summary>Destination array was not long enough.</summary>
 356        internal static string @ArrayTooSmall => GetResourceString("ArrayTooSmall", @"Destination array was not long eno
 357        /// <summary>A custom converter for JsonObject is not allowed on an extension property.</summary>
 0358        internal static string @NodeJsonObjectCustomConverterNotAllowedOnExtensionProperty => GetResourceString("NodeJso
 359        /// <summary>TypeInfoResolver '{0}' did not provide property metadata for type '{1}'.</summary>
 0360        internal static string @NoMetadataForTypeProperties => GetResourceString("NoMetadataForTypeProperties", @"TypeIn
 361        /// <summary>A 'field' member cannot be 'virtual'. See arguments for the '{0}' and '{1}' parameters.</summary>
 0362        internal static string @FieldCannotBeVirtual => GetResourceString("FieldCannotBeVirtual", @"A 'field' member can
 363        /// <summary>Could not locate required member '{0}' from FSharp.Core. This might happen because your application
 0364        internal static string @MissingFSharpCoreMember => GetResourceString("MissingFSharpCoreMember", @"Could not loca
 365        /// <summary>F# discriminated union serialization is not supported. Consider authoring a custom converter for th
 0366        internal static string @FSharpDiscriminatedUnionsNotSupported => GetResourceString("FSharpDiscriminatedUnionsNot
 367        /// <summary>The converter for polymorphic type '{0}' does not support metadata writes or reads.</summary>
 368        internal static string @Polymorphism_BaseConverterDoesNotSupportMetadata => GetResourceString("Polymorphism_Base
 369        /// <summary>The converter for derived type '{0}' does not support metadata writes or reads.</summary>
 0370        internal static string @Polymorphism_DerivedConverterDoesNotSupportMetadata => GetResourceString("Polymorphism_D
 371        /// <summary>Specified type '{0}' does not support polymorphism. Polymorphic types cannot be structs, sealed typ
 0372        internal static string @Polymorphism_TypeDoesNotSupportPolymorphism => GetResourceString("Polymorphism_TypeDoesN
 373        /// <summary>Specified type '{0}' is not a supported derived type for the polymorphic type '{1}'. Derived types 
 0374        internal static string @Polymorphism_DerivedTypeIsNotSupported => GetResourceString("Polymorphism_DerivedTypeIsN
 375        /// <summary>The polymorphic type '{0}' has already specified derived type '{1}'.</summary>
 0376        internal static string @Polymorphism_DerivedTypeIsAlreadySpecified => GetResourceString("Polymorphism_DerivedTyp
 377        /// <summary>The polymorphic type '{0}' has already specified a type discriminator '{1}'.</summary>
 0378        internal static string @Polymorphism_TypeDicriminatorIdIsAlreadySpecified => GetResourceString("Polymorphism_Typ
 379        /// <summary>The metadata property names '$id', '$ref', and '$values' are reserved and cannot be used as custom 
 0380        internal static string @Polymorphism_InvalidCustomTypeDiscriminatorPropertyName => GetResourceString("Polymorphi
 381        /// <summary>The type '{0}' contains property '{1}' that conflicts with an existing metadata property name. Cons
 0382        internal static string @Polymorphism_PropertyConflictsWithMetadataPropertyName => GetResourceString("Polymorphis
 383        /// <summary>Polymorphic configuration for type '{0}' should specify at least one derived type.</summary>
 0384        internal static string @Polymorphism_ConfigurationDoesNotSpecifyDerivedTypes => GetResourceString("Polymorphism_
 385        /// <summary>Read unrecognized type discriminator id '{0}'.</summary>
 0386        internal static string @Polymorphism_UnrecognizedTypeDiscriminator => GetResourceString("Polymorphism_Unrecogniz
 387        /// <summary>Runtime type '{0}' is not supported by polymorphic type '{1}'.</summary>
 0388        internal static string @Polymorphism_RuntimeTypeNotSupported => GetResourceString("Polymorphism_RuntimeTypeNotSu
 389        /// <summary>Runtime type '{0}' has a diamond ambiguity between derived types '{1}' and '{2}' of polymorphic typ
 0390        internal static string @Polymorphism_RuntimeTypeDiamondAmbiguity => GetResourceString("Polymorphism_RuntimeTypeD
 391        /// <summary>Invalid JsonTypeInfo operation for JsonTypeInfoKind '{0}'.</summary>
 0392        internal static string @InvalidJsonTypeInfoOperationForKind => GetResourceString("InvalidJsonTypeInfoOperationFo
 393        /// <summary>The type '{0}' does not support setting OnDeserializing callbacks.</summary>
 0394        internal static string @OnDeserializingCallbacksNotSupported => GetResourceString("OnDeserializingCallbacksNotSu
 395        /// <summary>The converter for type '{0}' does not support setting 'CreateObject' delegates.</summary>
 0396        internal static string @CreateObjectConverterNotCompatible => GetResourceString("CreateObjectConverterNotCompati
 397        /// <summary>JsonPropertyInfo with name '{0}' for type '{1}' is already bound to different JsonTypeInfo.</summar
 0398        internal static string @JsonPropertyInfoBoundToDifferentParent => GetResourceString("JsonPropertyInfoBoundToDiff
 399        /// <summary>JsonSerializerOptions instance must specify a TypeInfoResolver setting before being marked as read-
 0400        internal static string @JsonSerializerOptionsNoTypeInfoResolverSpecified => GetResourceString("JsonSerializerOpt
 401        /// <summary>Reflection-based serialization has been disabled for this application. Either use the source genera
 0402        internal static string @JsonSerializerIsReflectionDisabled => GetResourceString("JsonSerializerIsReflectionDisab
 403        /// <summary>Parameter already associated with a different JsonTypeInfo instance.</summary>
 0404        internal static string @JsonPolymorphismOptionsAssociatedWithDifferentJsonTypeInfo => GetResourceString("JsonPol
 405        /// <summary>JsonPropertyInfo '{0}' defined in type '{1}' is marked required but does not specify a setter.</sum
 0406        internal static string @JsonPropertyRequiredAndNotDeserializable => GetResourceString("JsonPropertyRequiredAndNo
 407        /// <summary>JsonPropertyInfo '{0}' defined in type '{1}' is marked both as required and as an extension data pr
 0408        internal static string @JsonPropertyRequiredAndExtensionData => GetResourceString("JsonPropertyRequiredAndExtens
 409        /// <summary>JSON deserialization for type '{0}' was missing required properties including: {1}.</summary>
 0410        internal static string @JsonRequiredPropertiesMissing => GetResourceString("JsonRequiredPropertiesMissing", @"JS
 411        /// <summary>Property '{0}' on type '{1}' is marked with JsonObjectCreationHandling.Populate but it doesn't supp
 0412        internal static string @ObjectCreationHandlingPopulateNotSupportedByConverter => GetResourceString("ObjectCreati
 413        /// <summary>Property '{0}' on type '{1}' is marked with JsonObjectCreationHandling.Populate but it doesn't have
 0414        internal static string @ObjectCreationHandlingPropertyMustHaveAGetter => GetResourceString("ObjectCreationHandli
 415        /// <summary>Property '{0}' on type '{1}' is marked with JsonObjectCreationHandling.Populate but is a value type
 0416        internal static string @ObjectCreationHandlingPropertyValueTypeMustHaveASetter => GetResourceString("ObjectCreat
 417        /// <summary>Property '{0}' on type '{1}' is marked with JsonObjectCreationHandling.Populate but its type allows
 0418        internal static string @ObjectCreationHandlingPropertyCannotAllowPolymorphicDeserialization => GetResourceString
 419        /// <summary>Property '{0}' on type '{1}' is marked with JsonObjectCreationHandling.Populate but it is a read-on
 0420        internal static string @ObjectCreationHandlingPropertyCannotAllowReadOnlyMember => GetResourceString("ObjectCrea
 421        /// <summary>JsonObjectCreationHandling.Populate is incompatible with reference handling.</summary>
 0422        internal static string @ObjectCreationHandlingPropertyCannotAllowReferenceHandling => GetResourceString("ObjectC
 423        /// <summary>JsonObjectCreationHandling.Populate is currently not supported in types with parameterized construc
 0424        internal static string @ObjectCreationHandlingPropertyDoesNotSupportParameterizedConstructors => GetResourceStri
 425        /// <summary>Either the JSON value is not in a supported format, or is out of bounds for an Int128.</summary>
 94426        internal static string @FormatInt128 => GetResourceString("FormatInt128", @"Either the JSON value is not in a su
 427        /// <summary>Either the JSON value is not in a supported format, or is out of bounds for an UInt128.</summary>
 90428        internal static string @FormatUInt128 => GetResourceString("FormatUInt128", @"Either the JSON value is not in a 
 429        /// <summary>Either the JSON value is not in a supported format, or is out of bounds for a Half.</summary>
 142430        internal static string @FormatHalf => GetResourceString("FormatHalf", @"Either the JSON value is not in a suppor
 431        /// <summary>Supported indentation characters are space and horizontal tab.</summary>
 0432        internal static string @InvalidIndentCharacter => GetResourceString("InvalidIndentCharacter", @"Supported indent
 433        /// <summary>Indentation size must be between {0} and {1}.</summary>
 0434        internal static string @InvalidIndentSize => GetResourceString("InvalidIndentSize", @"Indentation size must be b
 435        /// <summary>PipeWriter.FlushAsync was canceled.</summary>
 0436        internal static string @PipeWriterCanceled => GetResourceString("PipeWriterCanceled", @"PipeWriter.FlushAsync wa
 437        /// <summary>The PipeWriter '{0}' does not implement PipeWriter.UnflushedBytes.</summary>
 0438        internal static string @PipeWriter_DoesNotImplementUnflushedBytes => GetResourceString("PipeWriter_DoesNotImplem
 439        /// <summary>New line can be only "\n" or "\r\n".</summary>
 0440        internal static string @InvalidNewLine => GetResourceString("InvalidNewLine", @"New line can be only ""\n"" or "
 441        /// <summary>The property or field '{0}' on type '{1}' doesn't allow getting null values. Consider updating its 
 0442        internal static string @PropertyGetterDisallowNull => GetResourceString("PropertyGetterDisallowNull", @"The prop
 443        /// <summary>The property or field '{0}' on type '{1}' doesn't allow setting null values. Consider updating its 
 0444        internal static string @PropertySetterDisallowNull => GetResourceString("PropertySetterDisallowNull", @"The prop
 445        /// <summary>The constructor parameter '{0}' on type '{1}' doesn't allow null values. Consider updating its null
 0446        internal static string @ConstructorParameterDisallowNull => GetResourceString("ConstructorParameterDisallowNull"
 447        /// <summary>JSON schema generation is not supported for contracts using ReferenceHandler.Preserve.</summary>
 0448        internal static string @JsonSchemaExporter_ReferenceHandlerPreserve_NotSupported => GetResourceString("JsonSchem
 449        /// <summary>The depth of the generated JSON schema exceeds the JsonSerializerOptions.MaxDepth setting.</summary
 0450        internal static string @JsonSchemaExporter_DepthTooLarge => GetResourceString("JsonSchemaExporter_DepthTooLarge"
 451        /// <summary>The value '{0}' is not of type '{1}' and cannot be used in this generic collection.</summary>
 452        internal static string @Arg_WrongType => GetResourceString("Arg_WrongType", @"The value '{0}' is not of type '{1
 453        /// <summary>Destination array is not long enough to copy all the items in the collection. Check array index and
 454        internal static string @Arg_ArrayPlusOffTooSmall => GetResourceString("Arg_ArrayPlusOffTooSmall", @"Destination 
 455        /// <summary>Only single dimensional arrays are supported for the requested action.</summary>
 456        internal static string @Arg_RankMultiDimNotSupported => GetResourceString("Arg_RankMultiDimNotSupported", @"Only
 457        /// <summary>The lower bound of target array must be zero.</summary>
 458        internal static string @Arg_NonZeroLowerBound => GetResourceString("Arg_NonZeroLowerBound", @"The lower bound of
 459        /// <summary>Target array type is not compatible with the type of items in the collection.</summary>
 460        internal static string @Argument_IncompatibleArrayType => GetResourceString("Argument_IncompatibleArrayType", @"
 461        /// <summary>The given key '{0}' was not present in the dictionary.</summary>
 462        internal static string @Arg_KeyNotFoundWithKey => GetResourceString("Arg_KeyNotFoundWithKey", @"The given key '{
 463        /// <summary>An item with the same key has already been added. Key: {0}</summary>
 464        internal static string @Argument_AddingDuplicate => GetResourceString("Argument_AddingDuplicate", @"An item with
 465        /// <summary>Operations that change non-concurrent collections must have exclusive access. A concurrent update w
 466        internal static string @InvalidOperation_ConcurrentOperationsNotSupported => GetResourceString("InvalidOperation
 467        /// <summary>Collection was modified after the enumerator was instantiated.</summary>
 468        internal static string @InvalidOperation_EnumFailedVersion => GetResourceString("InvalidOperation_EnumFailedVers
 469        /// <summary>{0} ('{1}') must be a non-negative value.</summary>
 0470        internal static string @ArgumentOutOfRange_Generic_MustBeNonNegative => GetResourceString("ArgumentOutOfRange_Ge
 471        /// <summary>{0} ('{1}') must be greater than or equal to '{2}'.</summary>
 472        internal static string @ArgumentOutOfRange_Generic_MustBeGreaterOrEqual => GetResourceString("ArgumentOutOfRange
 473        /// <summary>{0} ('{1}') must be less than or equal to '{2}'.</summary>
 474        internal static string @ArgumentOutOfRange_Generic_MustBeLessOrEqual => GetResourceString("ArgumentOutOfRange_Ge
 475        /// <summary>Hashtable's capacity overflowed and went negative. Check load factor, capacity and the current size
 476        internal static string @Arg_HTCapacityOverflow => GetResourceString("Arg_HTCapacityOverflow", @"Hashtable's capa
 477        /// <summary>Offset and length were out of bounds for the array or count is greater than the number of elements 
 0478        internal static string @Argument_InvalidOffLen => GetResourceString("Argument_InvalidOffLen", @"Offset and lengt
 479        /// <summary>Writing a JSON property or value before writing the final string value segment is not supported.</s
 0480        internal static string @CannotWriteWithinString => GetResourceString("CannotWriteWithinString", @"Writing a JSON
 481        /// <summary>Object must be of type Rune.</summary>
 482        internal static string @Arg_MustBeRune => GetResourceString("Arg_MustBeRune", @"Object must be of type Rune.");
 483        /// <summary>Index was out of range. Must be non-negative and less than the size of the collection.</summary>
 484        internal static string @ArgumentOutOfRange_IndexMustBeLess => GetResourceString("ArgumentOutOfRange_IndexMustBeL
 485        /// <summary>Destination is too short.</summary>
 486        internal static string @Argument_DestinationTooShort => GetResourceString("Argument_DestinationTooShort", @"Dest
 487        /// <summary>Cannot extract a Unicode scalar value from the specified index in the input.</summary>
 488        internal static string @Argument_CannotExtractScalar => GetResourceString("Argument_CannotExtractScalar", @"Cann
 489        /// <summary>Mixing UTF encodings in a single multi-segment JSON string is not supported. The previous segment's
 0490        internal static string @CannotMixEncodings => GetResourceString("CannotMixEncodings", @"Mixing UTF encodings in 
 491        /// <summary>Duplicate property '{0}' encountered during deserialization of type '{1}'.</summary>
 0492        internal static string @DuplicatePropertiesNotAllowed_JsonPropertyInfo => GetResourceString("DuplicateProperties
 493        /// <summary>Duplicate property '{0}' encountered during deserialization.</summary>
 0494        internal static string @DuplicatePropertiesNotAllowed_NameSpan => GetResourceString("DuplicatePropertiesNotAllow
 495        /// <summary>Duplicate properties not allowed during deserialization.</summary>
 0496        internal static string @DuplicatePropertiesNotAllowed => GetResourceString("DuplicatePropertiesNotAllowed", @"Du
 497        /// <summary>PipeReader.ReadAsync was canceled.</summary>
 0498        internal static string @PipeReaderCanceled => GetResourceString("PipeReaderCanceled", @"PipeReader.ReadAsync was
 499
 500    }
 501}

Methods/Properties

ResourceManager()
ArrayDepthTooLarge()
CannotReadIncompleteUTF16()
CannotReadInvalidUTF16()
CannotStartObjectArrayAfterPrimitiveOrClose()
CannotStartObjectArrayWithoutProperty()
CannotTranscodeInvalidUtf8()
CannotDecodeInvalidBase64()
CannotTranscodeInvalidUtf16()
CannotEncodeInvalidUTF16()
CannotEncodeInvalidUTF8()
CannotWritePropertyWithinArray()
CannotWritePropertyAfterProperty()
CannotWriteValueAfterPrimitiveOrClose()
CannotWriteValueWithinObject()
DepthTooLarge()
DestinationTooShort()
EndOfCommentNotFound()
EndOfStringNotFound()
ExpectedEndAfterSingleJson()
ExpectedEndOfDigitNotFound()
ExpectedFalse()
ExpectedJsonTokens()
ExpectedOneCompleteToken()
ExpectedNextDigitEValueNotFound()
ExpectedNull()
ExpectedSeparatorAfterPropertyNameNotFound()
ExpectedStartOfPropertyNotFound()
ExpectedStartOfPropertyOrValueNotFound()
ExpectedStartOfValueNotFound()
ExpectedTrue()
ExpectedValueAfterPropertyNameNotFound()
FailedToGetLargerSpan()
FoundInvalidCharacter()
InvalidCast()
InvalidCharacterAfterEscapeWithinString()
InvalidCharacterWithinString()
UnsupportedEnumIdentifier()
InvalidEndOfJsonNonPrimitive()
InvalidHexCharacterWithinString()
JsonDocumentDoesNotSupportComments()
JsonElementHasWrongType()
JsonElementDeepEqualsInsufficientExecutionStack()
JsonNumberExponentTooLarge()
DefaultTypeInfoResolverImmutable()
TypeInfoResolverChainImmutable()
TypeInfoImmutable()
MaxDepthMustBePositive()
CommentHandlingMustBeValid()
MismatchedObjectArray()
CannotWriteEndAfterProperty()
ObjectDepthTooLarge()
PropertyNameTooLarge()
FormatDecimal()
FormatDouble()
FormatInt32()
FormatInt64()
FormatSingle()
FormatUInt32()
FormatUInt64()
RequiredDigitNotFoundAfterDecimal()
RequiredDigitNotFoundAfterSign()
RequiredDigitNotFoundEndOfData()
SpecialNumberValuesNotSupported()
ValueTooLarge()
ZeroDepthAtEnd()
DeserializeUnableToConvertValue()
DeserializeWrongType()
SerializationInvalidBufferSize()
InvalidComparison()
UnsupportedFormat()
ExpectedStartOfPropertyOrValueAfterComment()
TrailingCommaNotAllowedBeforeArrayEnd()
TrailingCommaNotAllowedBeforeObjectEnd()
SerializerOptionsReadOnly()
SerializerOptions_InvalidChainedResolver()
StreamNotWritable()
CannotWriteCommentWithEmbeddedDelimiter()
SerializerPropertyNameConflict()
SerializerPropertyNameNull()
SerializationDataExtensionPropertyInvalid()
PropertyTypeNotNullable()
SerializationDuplicateTypeAttribute()
ExtensionDataConflictsWithUnmappedMemberHandling()
SerializationNotSupportedType()
TypeRequiresAsyncSerialization()
InvalidCharacterAtStartOfComment()
UnexpectedEndOfDataWhileReadingComment()
CannotSkip()
NotEnoughData()
UnexpectedEndOfLineSeparator()
JsonSerializerDoesNotSupportComments()
DeserializeNoConstructor()
DeserializeInterfaceOrAbstractType()
DeserializationMustSpecifyTypeDiscriminator()
SerializationConverterOnAttributeNotCompatible()
SerializationConverterOnAttributeInvalid()
SerializationConverterRead()
SerializationConverterNotCompatible()
ResolverTypeNotCompatible()
ResolverTypeInfoOptionsNotCompatible()
SerializationConverterWrite()
NamingPolicyReturnNull()
SerializationDuplicateAttribute()
SerializeUnableToSerialize()
FormatByte()
FormatInt16()
FormatSByte()
FormatUInt16()
SerializerCycleDetected()
InvalidLeadingZeroInNumber()
MetadataCannotParsePreservedObjectToImmutable()
MetadataDuplicateIdFound()
MetadataIdCannotBeCombinedWithRef()
MetadataInvalidReferenceToValueType()
MetadataInvalidTokenAfterValues()
MetadataPreservedArrayFailed()
MetadataInvalidPropertyInArrayMetadata()
MetadataStandaloneValuesProperty()
MetadataReferenceCannotContainOtherProperties()
MetadataReferenceNotFound()
MetadataValueWasNotString()
MetadataInvalidPropertyWithLeadingDollarSign()
MetadataUnexpectedProperty()
UnmappedJsonProperty()
DuplicateMetadataProperty()
MultipleMembersBindWithConstructorParameter()
ConstructorParamIncompleteBinding()
ObjectWithParameterizedCtorRefMetadataNotSupported()
SerializerConverterFactoryReturnsNull()
SerializationNotSupportedParentType()
ExtensionDataCannotBindToCtorParam()
BufferMaximumSizeExceeded()
CannotSerializeInvalidType()
SerializeTypeInstanceNotSupported()
JsonIncludeOnInaccessibleProperty()
CannotSerializeInvalidMember()
CannotPopulateCollection()
ConstructorContainsNullParameterNames()
DefaultIgnoreConditionAlreadySpecified()
DefaultIgnoreConditionInvalid()
DictionaryKeyTypeNotSupported()
IgnoreConditionOnValueTypeInvalid()
NumberHandlingOnPropertyInvalid()
ConverterCanConvertMultipleTypes()
MetadataReferenceOfTypeCannotBeAssignedToType()
DeserializeUnableToAssignValue()
DeserializeUnableToAssignNull()
SerializerConverterFactoryReturnsJsonConverterFactory()
SerializerConverterFactoryInvalidArgument()
NodeElementWrongType()
NodeElementCannotBeObjectOrArray()
NodeAlreadyHasParent()
NodeCycleDetected()
NodeUnableToConvert()
NodeUnableToConvertElement()
NodeValueNotAllowed()
NodeWrongType()
NodeParentWrongType()
SerializerContextOptionsReadOnly()
NoMetadataForType()
AmbiguousMetadataForType()
NodeJsonObjectCustomConverterNotAllowedOnExtensionProperty()
NoMetadataForTypeProperties()
FieldCannotBeVirtual()
MissingFSharpCoreMember()
FSharpDiscriminatedUnionsNotSupported()
Polymorphism_DerivedConverterDoesNotSupportMetadata()
Polymorphism_TypeDoesNotSupportPolymorphism()
Polymorphism_DerivedTypeIsNotSupported()
Polymorphism_DerivedTypeIsAlreadySpecified()
Polymorphism_TypeDicriminatorIdIsAlreadySpecified()
Polymorphism_InvalidCustomTypeDiscriminatorPropertyName()
Polymorphism_PropertyConflictsWithMetadataPropertyName()
Polymorphism_ConfigurationDoesNotSpecifyDerivedTypes()
Polymorphism_UnrecognizedTypeDiscriminator()
Polymorphism_RuntimeTypeNotSupported()
Polymorphism_RuntimeTypeDiamondAmbiguity()
InvalidJsonTypeInfoOperationForKind()
OnDeserializingCallbacksNotSupported()
CreateObjectConverterNotCompatible()
JsonPropertyInfoBoundToDifferentParent()
JsonSerializerOptionsNoTypeInfoResolverSpecified()
JsonSerializerIsReflectionDisabled()
JsonPolymorphismOptionsAssociatedWithDifferentJsonTypeInfo()
JsonPropertyRequiredAndNotDeserializable()
JsonPropertyRequiredAndExtensionData()
JsonRequiredPropertiesMissing()
ObjectCreationHandlingPopulateNotSupportedByConverter()
ObjectCreationHandlingPropertyMustHaveAGetter()
ObjectCreationHandlingPropertyValueTypeMustHaveASetter()
ObjectCreationHandlingPropertyCannotAllowPolymorphicDeserialization()
ObjectCreationHandlingPropertyCannotAllowReadOnlyMember()
ObjectCreationHandlingPropertyCannotAllowReferenceHandling()
ObjectCreationHandlingPropertyDoesNotSupportParameterizedConstructors()
FormatInt128()
FormatUInt128()
FormatHalf()
InvalidIndentCharacter()
InvalidIndentSize()
PipeWriterCanceled()
PipeWriter_DoesNotImplementUnflushedBytes()
InvalidNewLine()
PropertyGetterDisallowNull()
PropertySetterDisallowNull()
ConstructorParameterDisallowNull()
JsonSchemaExporter_ReferenceHandlerPreserve_NotSupported()
JsonSchemaExporter_DepthTooLarge()
ArgumentOutOfRange_Generic_MustBeNonNegative()
Argument_InvalidOffLen()
CannotWriteWithinString()
CannotMixEncodings()
DuplicatePropertiesNotAllowed_JsonPropertyInfo()
DuplicatePropertiesNotAllowed_NameSpan()
DuplicatePropertiesNotAllowed()
PipeReaderCanceled()