aspnetcore/test
David Fowler c6346cbde5 Review feedback for IApplicationLifetimeEvents
- Renamed the type to IHostedService and added Start and Stop.
- Split up the IHostedService execution and IApplicationLifetime to avoid
circular references
- Trigger IHostedService.Start after starting the server
- Trigger IHostedService.Stop before disposing the service provider

#895 #894
2016-12-13 21:22:33 -08:00
..
Microsoft.AspNetCore.Hosting.FunctionalTests
Microsoft.AspNetCore.Hosting.TestSites
Microsoft.AspNetCore.Hosting.Tests Review feedback for IApplicationLifetimeEvents 2016-12-13 21:22:33 -08:00
Microsoft.AspNetCore.TestHost.Tests