bilal-fazlani / tracker-enabled-dbcontext

Tracker-enabled DbContext offers you to implement full auditing in your database
https://tracker-enabled-dbcontext.bilal-fazlani.com/
Other
217 stars 110 forks source link

[TrackChanges] everywhere #146

Open ScarlettCode opened 7 years ago

ScarlettCode commented 7 years ago

We basically track everything but something [TrackChanges] gets left off stuff. Would it be beneficial to be able to configure thing so that either you specify things to be tracked (how it works now) or you track everything and you can explicitly turn off tracking for specific things?

Or another option is to create a Roslyn analyzer that warns when you missing track changes on something. Any thoughts?