6internal static class SR
343 string result =
null;
354 internal static string Format(
string resourceFormat,
object p1)
358 return string.Join(
", ", resourceFormat, p1);
360 return string.Format(resourceFormat, p1);
363 internal static string Format(
string resourceFormat,
object p1,
object p2)
367 return string.Join(
", ", resourceFormat, p1, p2);
369 return string.Format(resourceFormat, p1, p2);
372 internal static string Format(
string resourceFormat,
object p1,
object p2,
object p3)
376 return string.Join(
", ", resourceFormat, p1, p2, p3);
378 return string.Format(resourceFormat, p1, p2, p3);
381 internal static string Format(
string resourceFormat, params
object[] args)
387 return resourceFormat +
", " +
string.Join(
", ", args);
389 return string.Format(resourceFormat, args);
391 return resourceFormat;
static bool TryGetSwitch(string switchName, out bool isEnabled)
virtual ? string GetString(string name)
static string ExpectedStartOfPropertyNotFound
static string InvalidCharacterAfterEscapeWithinString
static string CannotTranscodeInvalidUtf8
static string NodeArrayTooSmall
static string FormatUInt32
static string CannotWriteValueWithinObject
static string TrailingCommaNotAllowedBeforeArrayEnd
static string DeserializePolymorphicInterface
static string NodeUnableToConvertElement
static string InvalidLeadingZeroInNumber
static string MetadataPreservedArrayPropertyNotFound
static string DeserializeUnableToConvertValue
static string FormatInt16
static string SerializeUnableToSerialize
static string MetadataReferenceNotFound
static string NodeWrongType
static string FormatDateTime
static string JsonDocumentDoesNotSupportComments
static string ObjectDepthTooLarge
static string UnexpectedEndOfDataWhileReadingComment
static string CannotWriteValueAfterPrimitiveOrClose
static string CannotStartObjectArrayAfterPrimitiveOrClose
static string InvalidEndOfJsonNonPrimitive
static string SerializationConverterOnAttributeNotCompatible
static string NodeElementWrongType
static string FormatDateTimeOffset
static string NodeAlreadyHasParent
static string CannotEncodeInvalidUTF16
static string InvalidCharacterAtStartOfComment
static string InvalidCharacterWithinString
static string SerializationDuplicateAttribute
static string ValueTooLarge
static string CannotReadInvalidUTF16
static string CannotWriteEndAfterProperty
static string NodeCollectionIsReadOnly
static string FormatSingle
static string ExpectedTrue
static string InvalidCast
static string FailedToGetLargerSpan
static ResourceManager s_resourceManager
static string MetadataPreservedArrayFailed
static string SerializerOptionsImmutable
static string SerializeTypeInstanceNotSupported
static string NodeArrayIndexNegative
static string DefaultIgnoreConditionAlreadySpecified
static string ConstructorMaxOf64Parameters
static string CannotPopulateCollection
static string ConstructorParamIncompleteBinding
static string NodeJsonObjectCustomConverterNotAllowedOnExtensionProperty
static string ConverterForPropertyMustBeValid
static string SerializationNotSupportedType
static string MetadataInvalidPropertyWithLeadingDollarSign
static string MetadataValueWasNotString
static string ExpectedJsonTokens
static string MissingFSharpCoreMember
static string RequiredDigitNotFoundAfterDecimal
static string TypeRequiresAsyncSerialization
static string InvalidComparison
static string JsonElementHasWrongType
static string NoMetadataForType
static string Format(string resourceFormat, object p1)
static string PropertyNameTooLarge
static string FSharpDiscriminatedUnionsNotSupported
static string DefaultIgnoreConditionInvalid
static string CannotDecodeInvalidBase64
static string CommentHandlingMustBeValid
static string Format(string resourceFormat, object p1, object p2)
static string IgnoreConditionOnValueTypeInvalid
static string CannotEncodeInvalidUTF8
static string SerializationConverterNotCompatible
static string ArrayDepthTooLarge
static string NodeDuplicateKey
static string MetadataReferenceCannotContainOtherProperties
static string NamingPolicyReturnNull
static string MetadataDuplicateIdFound
static string SerializerCycleDetected
static string SerializationConverterOnAttributeInvalid
static string ExpectedSeparatorAfterPropertyNameNotFound
static string InvalidHexCharacterWithinString
static string ExpectedStartOfPropertyOrValueNotFound
static string CannotWritePropertyWithinArray
static string SerializationInvalidBufferSize
static string FormatDecimal
static string DeserializeNoConstructor
static string SerializationDuplicateTypeAttribute
static string MetadataInvalidReferenceToValueType
static string ObjectWithParameterizedCtorRefMetadataNotHonored
static string SerializerPropertyNameConflict
static string CannotSerializeInvalidMember
static string OptionsAlreadyBoundToContext
static ResourceManager ResourceManager
static string MetadataInvalidTokenAfterValues
static string EndOfStringNotFound
static string ExpectedStartOfPropertyOrValueAfterComment
static string NodeUnableToConvert
static string MetadataCannotParsePreservedObjectToImmutable
static string NodeElementCannotBeObjectOrArray
static string SerializationConverterRead
static string DeserializeUnableToAssignValue
static string CannotSerializeInvalidType
static string RequiredDigitNotFoundAfterSign
static string ExpectedOneCompleteToken
static string EndOfCommentNotFound
static string CannotWriteCommentWithEmbeddedDelimiter
static string ExpectedFalse
static string TrailingCommaNotAllowedBeforeObjectEnd
static string DeserializeWrongType
static string StreamNotWritable
static string FormatUInt64
static string SerializationDataExtensionPropertyInvalid
static string ExtensionDataCannotBindToCtorParam
static string FormatBoolean
static string MetadataIdIsNotFirstProperty
static string SerializerPropertyNameNull
static string FormatDouble
static string CannotTranscodeInvalidUtf16
static string NoMetadataForTypeCtorParams
static string MultipleMembersBindWithConstructorParameter
static string FormatUInt16
static string JsonSerializerDoesNotSupportComments
static string NotEnoughData
static string RequiredDigitNotFoundEndOfData
static string BufferMaximumSizeExceeded
static string MetadataPreservedArrayInvalidProperty
static string ExpectedNextDigitEValueNotFound
static string GetResourceString(string resourceKey)
static bool UsingResourceKeys()
static string SerializerContextOptionsImmutable
static string FormatSByte
static string CannotReadIncompleteUTF16
static string MaxDepthMustBePositive
static string ExpectedEndOfDigitNotFound
static string MismatchedObjectArray
static string JsonIncludeOnNonPublicInvalid
static string Format(string resourceFormat, object p1, object p2, object p3)
static string FormatTimeSpan
static string DictionaryKeyTypeNotSupported
static readonly bool s_usingResourceKeys
static string NoMetadataForTypeProperties
static string ExpectedStartOfValueNotFound
static string ExpectedEndAfterSingleJson
static string NodeValueNotAllowed
static string ExpectedValueAfterPropertyNameNotFound
static string FoundInvalidCharacter
static string CannotWritePropertyAfterProperty
static string DeserializeUnableToAssignNull
static string FieldCannotBeVirtual
static string FormatInt32
static string SpecialNumberValuesNotSupported
static string SerializationNotSupportedParentType
static string NodeCycleDetected
static string BuiltInConvertersNotRooted
static string ZeroDepthAtEnd
static string ConverterCanConvertMultipleTypes
static string NumberHandlingOnPropertyInvalid
static string UnexpectedEndOfLineSeparator
static string Format(string resourceFormat, params object[] args)
static string DepthTooLarge
static string SerializerConverterFactoryReturnsNull
static string MetadataReferenceOfTypeCannotBeAssignedToType
static string FormatInt64
static string CannotStartObjectArrayWithoutProperty
static string SerializerConverterFactoryReturnsJsonConverterFactory
static string SerializationConverterWrite
static string ExpectedNull