Dapper.Contrib icon indicating copy to clipboard operation
Dapper.Contrib copied to clipboard

Snapshotter allow public access to original clone?

Open guiohm opened this issue 5 years ago • 0 comments

Hi, I'm using Snapshotter to detect changes and trigger updates. I also use it to trigger events depending on which field changed and the value before and after. I obviously have the value after change because it's the current value of the object being tracked, but I have no way of accessing the old value because the cloned object is private.

Could we make this public? Or Is there another intended way of using it? It's a waste of ressources of force to clone the object outside AND inside the snapshotter.

guiohm avatar Oct 20 '20 08:10 guiohm