aspnet / JsonPatch

[Archived] JSON PATCH library. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
103 stars 48 forks source link

Apply JsonPatch when set of properties are different in DTO than Entity #127

Closed sachinpachori closed 6 years ago

sachinpachori commented 6 years ago

This is a common scenario where your DTO/viewmodel could be different from the Entities. In this case how to use this JSONPatch with ApplyTo function. If possible, I think you should work on providing this feature.

aspnet-hello commented 6 years ago

This issue was moved to aspnet/Home#2422