EfCoreJsonValueConverter
EfCoreJsonValueConverter copied to clipboard
Support ChangingAndChangedNotifications tracking strategy
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
?