aspnetcore/test
Praburaj 718d923c7d Adding IApplicationLifetime to the manifest
Since IApplicationLifetime is not added to the manifest, while calling HostingServices.Create() before invoking ConfigureServices() we end up creating a new instance of IApplicationLifetime. So the Cancellationtoken that hosting triggers on appshutdown is different from what the app is exposed.
2015-03-04 15:48:31 -08:00
..
Microsoft.AspNet.Hosting.Tests Adding IApplicationLifetime to the manifest 2015-03-04 15:48:31 -08:00
Microsoft.AspNet.TestHost.Tests