21 references to WaitForShutdownAsync
Aspire.Hosting.Azure.Tests (16)
AzureDeployerTests.cs (15)
172
await app.
WaitForShutdownAsync
();
226
await app.
WaitForShutdownAsync
();
281
await app.
WaitForShutdownAsync
();
341
await app.
WaitForShutdownAsync
();
407
await app.
WaitForShutdownAsync
();
503
await app.
WaitForShutdownAsync
();
615
await app.
WaitForShutdownAsync
();
711
await app.
WaitForShutdownAsync
();
773
await app.
WaitForShutdownAsync
();
810
await app.
WaitForShutdownAsync
();
981
await app.
WaitForShutdownAsync
();
1308
await app.
WaitForShutdownAsync
();
1359
await app.
WaitForShutdownAsync
();
1397
await app.
WaitForShutdownAsync
();
1430
await app.
WaitForShutdownAsync
();
AzureResourceOptionsTests.cs (1)
42
await app.
WaitForShutdownAsync
();
Aspire.Hosting.Tests (1)
ProjectResourceTests.cs (1)
827
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
();