* Create a scoped service provider for the call to Configure - This allows scoped dependencies to be injected into the Configure method. It means you can resolve the DbContext or any other scoped service without the hassle of the CreateScope boiler plate. As a side effect, it also makes Startup.Configure a bit more testable. |
||
|---|---|---|
| .. | ||
| Microsoft.AspNetCore.Certificates.Configuration.Tests | ||
| Microsoft.AspNetCore.Hosting.FunctionalTests | ||
| Microsoft.AspNetCore.Hosting.TestSites | ||
| Microsoft.AspNetCore.Hosting.Tests | ||
| Microsoft.AspNetCore.TestHost.Tests | ||
| TestStartupAssembly1 | ||