Dapper.Contrib
Dapper.Contrib copied to clipboard
Snapshotter allow public access to original clone?
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.