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