joelweiss/ChangeTracking

Is it possible to ignore certain properties?

f135ta opened this issue · 5 comments

I might be missing something really simple, but I cant see any way to exclude certain properties from being tracked. Is it possible?

To the point.. Thanks!

I've solved this..

@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?

@mattbrailsford Fair idea, will keep it in mind