Innofactor / EfCoreJsonValueConverter

JSON ValueConverter for EF Core 3.0+
GNU Lesser General Public License v3.0
96 stars 17 forks source link

Editing a field in JSON property does not mark property as updated #1

Closed jukkahyv closed 6 years ago

jukkahyv commented 6 years ago

EF does not detect changes to complex JSON property. Related discussion: https://github.com/aspnet/EntityFrameworkCore/pull/10969

I also created another repro project: https://github.com/jukkahyv/efcore-valueconverter-complextype-changetracking

jukkahyv commented 6 years ago

fixed with custom valuecomparer