21 references to WaitForShutdownAsync
Aspire.Hosting.Azure.Tests (16)
AzureDeployerTests.cs (15)
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
();
1318
await app.
WaitForShutdownAsync
();
1369
await app.
WaitForShutdownAsync
();
1407
await app.
WaitForShutdownAsync
();
1440
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
();