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.