Results 3 issues of msanaei

In [this page](https://github.com/bilal-fazlani/tracker-enabled-dbcontext/wiki/3.2-Fluent-Api) 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...

I have following entities in my `DbContext`: [![enter image description here](http://i.stack.imgur.com/j3UsT.png)](http://i.stack.imgur.com/j3UsT.png) ``` public class A { public A() { Bs = new List(); } public ICollection Bs { set; get;...

I installed MiniProfiler.Windows 1.0.0 Nuget package in my EF 6.1 winform project (.NET 4) and used in following code: ``` public class MiniProfilerQueryHandlerDecorator : IQueryHandler where TQuery : IQueryParameter {...