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

Global level tracking does not work #177

Closed msanaei closed 1 year ago

msanaei commented 2 years ago

In this page you said Global level tracking is on by default but in my windows application project when I Install the package and initiate my Audit database(separate from my main Db), I have to use EntityTracker.TrackAllProperties<MyEntity>() to activate log changes, otherwise nothing saved.

bilal-fazlani commented 2 years ago

Global level tracking has to be enabled if you want to track entities. It's just a convenient toggle to turn off audit completely.