aspnetcore/test/Microsoft.AspNetCore.Hostin...
David Fowler a78b9c7490
Support the Extensions.Abstractions from Hosting.Abstractions (#1259)
- The goal here is to enable components that use hosting abstractions to use
the web host. It lets us start to decouple components from the web host abstractions
where possible while not breaking any existing components. This will allow things
to work in both the generic host and the web host. The one snafu is the WebHostBuilderContext
which has an IHostingEnvironment typed as the AspNetCore.Abstractions type.
- Updated tests.

#1218
2017-11-09 21:24:30 -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 Add fallback when resolving application name 2017-08-24 11:00:01 -07:00
Microsoft.AspNetCore.Hosting.Tests.csproj Pin tool and package versions to make build more repeatable 2017-10-31 13:04:32 -07:00
StartupManagerTests.cs [Fixes #1012] Make it possible to override services when using UseStartup. 2017-08-23 14:32:51 -07:00
WebHostBuilderTests.cs Support the Extensions.Abstractions from Hosting.Abstractions (#1259) 2017-11-09 21:24:30 -08:00
WebHostConfigurationsTests.cs Add option to suppress writing startup messages 2017-10-02 14:08:54 -07:00
WebHostTests.cs Support the Extensions.Abstractions from Hosting.Abstractions (#1259) 2017-11-09 21:24:30 -08:00