21 references to WaitForShutdownAsync
Aspire.Hosting.Azure.Tests (16)
AzureDeployerTests.cs (15)
171
await app.
WaitForShutdownAsync
();
225
await app.
WaitForShutdownAsync
();
280
await app.
WaitForShutdownAsync
();
340
await app.
WaitForShutdownAsync
();
406
await app.
WaitForShutdownAsync
();
501
await app.
WaitForShutdownAsync
();
613
await app.
WaitForShutdownAsync
();
709
await app.
WaitForShutdownAsync
();
771
await app.
WaitForShutdownAsync
();
808
await app.
WaitForShutdownAsync
();
979
await app.
WaitForShutdownAsync
();
1304
await app.
WaitForShutdownAsync
();
1355
await app.
WaitForShutdownAsync
();
1393
await app.
WaitForShutdownAsync
();
1426
await app.
WaitForShutdownAsync
();
AzureResourceOptionsTests.cs (1)
42
await app.
WaitForShutdownAsync
();
Aspire.Hosting.Tests (1)
ProjectResourceTests.cs (1)
841
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
();