24 references to WaitForShutdownAsync
Aspire.Hosting.Azure.Tests (19)
AzureDeployerTests.cs (18)
173
await app.
WaitForShutdownAsync
();
228
await app.
WaitForShutdownAsync
();
283
await app.
WaitForShutdownAsync
();
343
await app.
WaitForShutdownAsync
();
409
await app.
WaitForShutdownAsync
();
505
await app.
WaitForShutdownAsync
();
617
await app.
WaitForShutdownAsync
();
714
await app.
WaitForShutdownAsync
();
776
await app.
WaitForShutdownAsync
();
813
await app.
WaitForShutdownAsync
();
986
await app.
WaitForShutdownAsync
();
1070
await app.
WaitForShutdownAsync
();
1134
await app.
WaitForShutdownAsync
();
1179
await app.
WaitForShutdownAsync
();
1422
await app.
WaitForShutdownAsync
();
1473
await app.
WaitForShutdownAsync
();
1511
await app.
WaitForShutdownAsync
();
1544
await app.
WaitForShutdownAsync
();
AzureResourceOptionsTests.cs (1)
42
await app.
WaitForShutdownAsync
();
Aspire.Hosting.Tests (1)
ProjectResourceTests.cs (1)
875
await app.
WaitForShutdownAsync
();
Microsoft.Extensions.Hosting.Abstractions (2)
HostingAbstractionsHostExtensions.cs (2)
44
host.
WaitForShutdownAsync
().GetAwaiter().GetResult();
69
await host.
WaitForShutdownAsync
(token).ConfigureAwait(false);
Negotiate.Server (1)
Program.cs (1)
19
await host1.
WaitForShutdownAsync
(); // CTL+C
TestingAppHost1.AppHost (1)
Program.cs (1)
73
await app.
WaitForShutdownAsync
();