23 references to WaitForShutdownAsync
Aspire.Hosting.Azure.Tests (18)
AzureDeployerTests.cs (17)
173
await app.
WaitForShutdownAsync
();
228
await app.
WaitForShutdownAsync
();
284
await app.
WaitForShutdownAsync
();
345
await app.
WaitForShutdownAsync
();
412
await app.
WaitForShutdownAsync
();
508
await app.
WaitForShutdownAsync
();
620
await app.
WaitForShutdownAsync
();
717
await app.
WaitForShutdownAsync
();
780
await app.
WaitForShutdownAsync
();
817
await app.
WaitForShutdownAsync
();
991
await app.
WaitForShutdownAsync
();
1075
await app.
WaitForShutdownAsync
();
1162
await app.
WaitForShutdownAsync
();
1404
await app.
WaitForShutdownAsync
();
1455
await app.
WaitForShutdownAsync
();
1493
await app.
WaitForShutdownAsync
();
1526
await app.
WaitForShutdownAsync
();
AzureResourceOptionsTests.cs (1)
42
await app.
WaitForShutdownAsync
();
Aspire.Hosting.Tests (1)
ProjectResourceTests.cs (1)
874
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
();