aspnetcore/test/Microsoft.AspNetCore.Hostin...
David Fowler 6b095cf533
Allow overriding the hosting service provider (#1325)
- Use the IServiceProviderFactory<IServiceCollection>
- Assert creation and disposal service providers
- Updated the tests to verify that service providers are created and disposed
- Called CreateBuilder even in the default case in case the service collection is modified as part of it.
2018-01-31 16:03:40 -08:00
..
Fakes
Internal [Fixes #1012] Make it possible to override services when using UseStartup. 2017-08-23 14:32:51 -07:00
testroot
ConfigureBuilderTests.cs Detect duplicate startups in HostingStartupAssemblies (#1183) 2017-09-18 11:47:34 -07:00
HostingApplicationTests.cs
HostingEnvironmentExtensionsTests.cs Remove unneeded Skip conditions 2017-12-22 09:30:37 -08:00
Microsoft.AspNetCore.Hosting.Tests.csproj Update samples and tests to target netcoreapp2.1 2017-11-13 17:10:46 -08:00
StartupManagerTests.cs [Fixes #1012] Make it possible to override services when using UseStartup. 2017-08-23 14:32:51 -07:00
WebHostBuilderTests.cs Allow overriding the hosting service provider (#1325) 2018-01-31 16:03:40 -08:00
WebHostConfigurationsTests.cs Add option to suppress writing startup messages 2017-10-02 14:08:54 -07:00
WebHostTests.cs Remove unneeded Skip conditions 2017-12-22 09:30:37 -08:00