21 references to WaitForShutdownAsync
Aspire.Hosting.Azure.Tests (16)
AzureDeployerTests.cs (15)
158
await app.
WaitForShutdownAsync
();
196
await app.
WaitForShutdownAsync
();
237
await app.
WaitForShutdownAsync
();
283
await app.
WaitForShutdownAsync
();
341
await app.
WaitForShutdownAsync
();
426
await app.
WaitForShutdownAsync
();
548
await app.
WaitForShutdownAsync
();
632
await app.
WaitForShutdownAsync
();
680
await app.
WaitForShutdownAsync
();
715
await app.
WaitForShutdownAsync
();
874
await app.
WaitForShutdownAsync
();
1181
await app.
WaitForShutdownAsync
();
1232
await app.
WaitForShutdownAsync
();
1270
await app.
WaitForShutdownAsync
();
1303
await app.
WaitForShutdownAsync
();
AzureResourceOptionsTests.cs (1)
42
await app.
WaitForShutdownAsync
();
Aspire.Hosting.Tests (1)
ProjectResourceTests.cs (1)
839
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
();