artifacts\obj\Microsoft.AspNetCore.JsonPatch\Release\netstandard2.0\Microsoft.AspNetCore.JsonPatch.Resources.cs (43)
19var value = GetResourceString(resourceKey);
31internal static string @CannotCopyProperty => GetResourceString("CannotCopyProperty");
34=> string.Format(Culture, GetResourceString("CannotCopyProperty"), p0);
37internal static string @CannotDeterminePropertyType => GetResourceString("CannotDeterminePropertyType");
40=> string.Format(Culture, GetResourceString("CannotDeterminePropertyType"), p0);
43internal static string @CannotPerformOperation => GetResourceString("CannotPerformOperation");
46=> string.Format(Culture, GetResourceString("CannotPerformOperation"), p0, p1);
49internal static string @CannotReadProperty => GetResourceString("CannotReadProperty");
52=> string.Format(Culture, GetResourceString("CannotReadProperty"), p0);
55internal static string @CannotUpdateProperty => GetResourceString("CannotUpdateProperty");
58=> string.Format(Culture, GetResourceString("CannotUpdateProperty"), p0);
61internal static string @ExpressionTypeNotSupported => GetResourceString("ExpressionTypeNotSupported");
64=> string.Format(Culture, GetResourceString("ExpressionTypeNotSupported"), p0);
67internal static string @IndexOutOfBounds => GetResourceString("IndexOutOfBounds");
70=> string.Format(Culture, GetResourceString("IndexOutOfBounds"), p0);
73internal static string @InvalidIndexValue => GetResourceString("InvalidIndexValue");
76=> string.Format(Culture, GetResourceString("InvalidIndexValue"), p0);
79internal static string @InvalidJsonPatchDocument => GetResourceString("InvalidJsonPatchDocument");
81internal static string @InvalidJsonPatchOperation => GetResourceString("InvalidJsonPatchOperation");
84=> string.Format(Culture, GetResourceString("InvalidJsonPatchOperation"), p0);
87internal static string @InvalidPathSegment => GetResourceString("InvalidPathSegment");
90=> string.Format(Culture, GetResourceString("InvalidPathSegment"), p0);
93internal static string @InvalidValueForPath => GetResourceString("InvalidValueForPath");
96=> string.Format(Culture, GetResourceString("InvalidValueForPath"), p0);
99internal static string @InvalidValueForProperty => GetResourceString("InvalidValueForProperty");
102=> string.Format(Culture, GetResourceString("InvalidValueForProperty"), p0);
105internal static string @ParameterMustMatchType => GetResourceString("ParameterMustMatchType");
108=> string.Format(Culture, GetResourceString("ParameterMustMatchType"), p0, p1);
111internal static string @PatchNotSupportedForArrays => GetResourceString("PatchNotSupportedForArrays");
114=> string.Format(Culture, GetResourceString("PatchNotSupportedForArrays"), p0);
117internal static string @PatchNotSupportedForNonGenericLists => GetResourceString("PatchNotSupportedForNonGenericLists");
120=> string.Format(Culture, GetResourceString("PatchNotSupportedForNonGenericLists"), p0);
123internal static string @TargetLocationAtPathSegmentNotFound => GetResourceString("TargetLocationAtPathSegmentNotFound");
126=> string.Format(Culture, GetResourceString("TargetLocationAtPathSegmentNotFound"), p0);
129internal static string @TargetLocationNotFound => GetResourceString("TargetLocationNotFound");
132=> string.Format(Culture, GetResourceString("TargetLocationNotFound"), p0, p1);
135internal static string @TestOperationNotSupported => GetResourceString("TestOperationNotSupported");
137internal static string @ValueAtListPositionNotEqualToTestValue => GetResourceString("ValueAtListPositionNotEqualToTestValue");
140=> string.Format(Culture, GetResourceString("ValueAtListPositionNotEqualToTestValue"), p0, p1, p2);
143internal static string @ValueForTargetSegmentCannotBeNullOrEmpty => GetResourceString("ValueForTargetSegmentCannotBeNullOrEmpty");
146=> string.Format(Culture, GetResourceString("ValueForTargetSegmentCannotBeNullOrEmpty"), p0);
149internal static string @ValueNotEqualToTestValue => GetResourceString("ValueNotEqualToTestValue");
152=> string.Format(Culture, GetResourceString("ValueNotEqualToTestValue"), p0, p1, p2);