You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My suggestion is not to have a separate Operation class but instead use Microsoft.AspNetCore.JsonPatch.Operations.Operation which is basically the same.
So, through this, I can convert your diff after formatting it to IList into JsonPatchDocument through constructor, which currently I cant since even though your operation class is exactly same with microsoft one, it cannot cast.
Best,
The text was updated successfully, but these errors were encountered:
Hi,
My suggestion is not to have a separate Operation class but instead use Microsoft.AspNetCore.JsonPatch.Operations.Operation which is basically the same.
So, through this, I can convert your diff after formatting it to IList into JsonPatchDocument through constructor, which currently I cant since even though your operation class is exactly same with microsoft one, it cannot cast.
Best,
The text was updated successfully, but these errors were encountered: