Skip to content

Integrate with ASP.NET Core Json Patch support #551

@jmezach

Description

@jmezach

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions