I have a context class that inherits from an abstract base AuditableDbContext : DbContext. The AuditableDbContext takes two parameters, one for the
AuditableDbContext : DbContext
AuditableDbContext
You will need to do this in the static constructor or better still PRIOR to instantiating the Context.
static MyDbContext() { Database.SetInitializer(null); }