aspnetcore/test/Microsoft.AspNetCore.Hostin...
David Fowler d57d729d13 Enable configuring the default service provider (#943)
* Enable configuring the default service provider
- Added UseDefaultServiceProvider method
- Made DelegateStartup use the IServiceProviderFactory. One downside
here is that we can't use 3rd party DI containers with the Configure
delegate since it's hardcoded to the the specific Startup type but that's
not a regression.
2017-02-14 21:25:43 -08:00
..
Fakes
Internal
testroot
ConfigureBuilderTests.cs
HostingApplicationTests.cs
HostingEnvironmentExtensionsTests.cs
Microsoft.AspNetCore.Hosting.Tests.csproj Bump test projects up to .NET 4.5.2 2017-02-14 09:01:18 -08:00
StartupManagerTests.cs
WebHostBuilderTests.cs Enable configuring the default service provider (#943) 2017-02-14 21:25:43 -08:00
WebHostConfigurationsTests.cs
WebHostTests.cs