Is it possible to ignore certain properties?
f135ta opened this issue · 5 comments
f135ta commented
I might be missing something really simple, but I cant see any way to exclude certain properties from being tracked. Is it possible?
joelweiss commented
No
f135ta commented
To the point.. Thanks!
f135ta commented
I've solved this..
mattbrailsford commented
@f135ta how did you solve this?
@joelweiss maybe it could be possible to pass a flag so as not to throw an exception if a property isn't virtual and thus, to ignore a property, you could just not make it virtual?
joelweiss commented
@mattbrailsford Fair idea, will keep it in mind