aspnetcore/src/Microsoft.AspNetCore.Hosting
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
..
Builder
Internal
Properties
Server/Features
Startup Enable configuring the default service provider (#943) 2017-02-14 21:25:43 -08:00
compiler/resources
Microsoft.AspNetCore.Hosting.csproj
Resources.resx
WebHostBuilder.cs Added default MiddlewareFactory service as scoped (#940) 2017-02-14 15:58:18 -08:00
WebHostBuilderExtensions.cs Enable configuring the default service provider (#943) 2017-02-14 21:25:43 -08:00
WebHostExtensions.cs
baseline.net45.json
baseline.netcore.json