added context specific tracking enabled indicator in ITrackerContext and utilized GlobalTrackingConfig.Enabled and local tracking enabled property in SaveChanges methods when determining if tracking is enabled. Included unit test for TrackerContext and TrackerIdentityContext.
This allows a user to turn on/off db tracking in the middle of a single dbcontext instance.
We had discussed this functionality in the past but I did not come around to implementing until now.
added context specific tracking enabled indicator in ITrackerContext and utilized GlobalTrackingConfig.Enabled and local tracking enabled property in SaveChanges methods when determining if tracking is enabled. Included unit test for TrackerContext and TrackerIdentityContext.
This allows a user to turn on/off db tracking in the middle of a single dbcontext instance.
We had discussed this functionality in the past but I did not come around to implementing until now.