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.
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.