2 references to TestOperationNotSupported
Microsoft.AspNetCore.JsonPatch.SystemTextJson (2)
Operations\Operation.cs (1)
62
throw new NotSupportedException(Resources.
TestOperationNotSupported
);
Operations\OperationOfT.cs (1)
62
throw new JsonPatchException(new JsonPatchError(objectToApplyTo, this, Resources.
TestOperationNotSupported
));