Innofactor / EfCoreJsonValueConverter

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

Support ChangingAndChangedNotifications tracking strategy #8

Open YZahringer opened 4 years ago

YZahringer commented 4 years ago

Object change detection does not work with ChangeTrackingStrategy.ChangingAndChangedNotifications because JsonValueComparer is not called. JsonValueComparer is only called with ChangeTrackingStrategy.Snapshot.

Is there a way to detect changes with ChangeTrackingStrategy.ChangingAndChangedNotifications?