-
-
Notifications
You must be signed in to change notification settings - Fork 524
Closed
Labels
Description
Are there any plans to integrate Marten's patching support with ASP.NET Core's JSON patch support?
I've tried integrating them myself, but the API provided doesn't really mix well with Marten's patch API. Specifically the idea is that you apply the JsonPatchDocument to an existing instance, but that would require loading the document which is not what Marten's patch support is about.
Ideally I would like Marten to be able to process a JsonPatchDocument directly.