* 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. |
||
|---|---|---|
| .. | ||
| Fakes | ||
| Internal | ||
| testroot | ||
| ConfigureBuilderTests.cs | ||
| HostingApplicationTests.cs | ||
| HostingEnvironmentExtensionsTests.cs | ||
| Microsoft.AspNetCore.Hosting.Tests.csproj | ||
| StartupManagerTests.cs | ||
| WebHostBuilderTests.cs | ||
| WebHostConfigurationsTests.cs | ||
| WebHostTests.cs | ||