aspnetcore/test
David Fowler e88ad84a72 Create a scoped service provider for the call to Configure (#1106)
* 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.
2017-06-19 14:14:20 -07:00
..
Microsoft.AspNetCore.Certificates.Configuration.Tests Change Certificates.Configuration to a Sources package 2017-06-02 12:21:43 -07:00
Microsoft.AspNetCore.Hosting.FunctionalTests Remove TestProjectHelpers from Server.IntegrationTesting 2017-05-22 15:55:24 -07:00
Microsoft.AspNetCore.Hosting.TestSites React to logging in DI changes (#1089) 2017-06-02 08:33:37 -07:00
Microsoft.AspNetCore.Hosting.Tests Create a scoped service provider for the call to Configure (#1106) 2017-06-19 14:14:20 -07:00
Microsoft.AspNetCore.TestHost.Tests
TestStartupAssembly1