1

Closed

SimpleInjector.MVC NuGet package does not work with Entity Framework

description

The SimpleInjector.MVC NuGet package triggers Verify() very early in the application lifetime (pre-init), which fails when creating a new Entity Framework ObjectContext.
 
Since Entity Framework is the default Microsoft O/RM, many Simple Injector MVC users can be affected. The package should be changed so that (at least) verify is called later in the application lifetime.
Closed Jul 12, 2012 at 7:18 PM by dot_NET_Junkie

comments

wrote Jul 12, 2012 at 7:18 PM

Resolved with changeset 92736.