EfCoreJsonValueConverter icon indicating copy to clipboard operation
EfCoreJsonValueConverter copied to clipboard

Support ChangingAndChangedNotifications tracking strategy

Open YZahringer opened this issue 5 years ago • 0 comments

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?

YZahringer avatar Jan 19 '20 11:01 YZahringer