aspnetcore/test/Microsoft.AspNetCore.Hostin...
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
..
Fakes
Internal Added EventSource to Hosting 2016-11-30 14:22:46 -08:00
testroot
ConfigureBuilderTests.cs
HostingApplicationTests.cs Added EventSource to Hosting 2016-11-30 14:22:46 -08:00
HostingEnvironmentExtensionsTests.cs
Microsoft.AspNetCore.Hosting.Tests.xproj
StartupManagerTests.cs
WebHostBuilderTests.cs
WebHostConfigurationsTests.cs
WebHostTests.cs Review feedback for IApplicationLifetimeEvents 2016-12-13 21:22:33 -08:00
project.json