aspnetcore/test/Microsoft.AspNetCore.Hostin...
David Fowler 0a7cf6b5a0 Added support for Startup.ConfigureContainer
- Startup.ConfigureContainer allows users to configure a 3rd party DI
container in a first class way in the Startup class. 3rd party containers
plug in via IServiceProviderFactory<TContainerBuilder> configured in
IWebHostBuilder.ConfigureServices.
- Added tests
2016-08-17 10:44:27 -07:00
..
Fakes
Internal Added support for Startup.ConfigureContainer 2016-08-17 10:44:27 -07:00
testroot
ConfigureBuilderTests.cs
HostingApplicationTests.cs Prevent NullReferenceException when disposing Context.Scope (#782). 2016-06-09 15:58:31 -07:00
HostingEnvironmentExtensionsTests.cs
Microsoft.AspNetCore.Hosting.Tests.xproj One build to rule them all 2016-07-07 11:59:39 -07:00
StartupManagerTests.cs Added support for Startup.ConfigureContainer 2016-08-17 10:44:27 -07:00
WebHostBuilderTests.cs Replace some of PlatformAbstractions with RuntimeInformation 2016-05-31 10:38:03 -07:00
WebHostConfigurationsTests.cs Remove UseServer(string) overload 2016-05-20 21:55:26 -07:00
WebHostTests.cs Update shutdown logic for hosted applications 2016-07-21 11:14:51 -07:00
project.json Updating to RTM builds of xunit 2016-06-30 14:32:36 -07:00