aspnetcore/test/Microsoft.AspNetCore.Hostin...
John Luo 9479f0910a Merge branch 'release' into dev 2016-04-27 14:04:41 -07:00
..
Fakes Merge branch 'release' into dev 2016-04-26 10:18:15 -07:00
testroot
ConfigureBuilderTests.cs This change introduces a new service `IStartup` that can be registered in the hosting container to override any startup logic. `UseStartup` overloads have been changed to detect `IStartup` and directly put it in the container, or to wrapping it with a `ConventionBasedStartup` implementation to preserve the existing behavior. 2016-04-18 21:33:03 -07:00
HostingEnvironmentExtensionsTests.cs Additional fiels in HostingEnvironment and Renames 2016-03-14 16:21:56 -07:00
Microsoft.AspNetCore.Hosting.Tests.xproj
StartupManagerTests.cs This change introduces a new service `IStartup` that can be registered in the hosting container to override any startup logic. `UseStartup` overloads have been changed to detect `IStartup` and directly put it in the container, or to wrapping it with a `ConventionBasedStartup` implementation to preserve the existing behavior. 2016-04-18 21:33:03 -07:00
WebHostBuilderTests.cs Merge branch 'release' into dev 2016-04-27 14:04:41 -07:00
WebHostConfigurationsTests.cs Merge branch 'release' into dev 2016-04-27 14:04:41 -07:00
WebHostTests.cs Don't dispose the server anymore, the container does it 2016-04-18 22:47:28 -07:00
project.json Use latest build of dotnet-test-xunit 2016-04-19 14:54:01 -07:00