We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6346cb commit 80ae7f0Copy full SHA for 80ae7f0
test/Microsoft.AspNetCore.Hosting.Tests/WebHostTests.cs
@@ -426,7 +426,7 @@ public void WebHostDisposeApplicationFiresStopOnHostedService()
426
}
427
428
[Fact]
429
- public void WebHostNotifiesAllIApplicationLifetimeEventsCallbacksAndIHostedServicesEvenIfTheyThrow()
+ public void WebHostNotifiesAllIHostedServicesAndIApplicationLifetimeCallbacksEvenIfTheyThrow()
430
{
431
bool[] events1 = null;
432
bool[] events2 = null;
0 commit comments