6 references to RunAsync
Aspire.Cli.Tests (1)
Hosting\CliOrphanDetectorTests.cs (1)
115var pendingRun = app.RunAsync();
Aspire.Hosting (3)
DistributedApplication.cs (3)
344/// When the .NET Aspire app host is launched via <see cref="DistributedApplication.RunAsync"/> there are 373/// When the .NET Aspire app host is launched via <see cref="DistributedApplication.RunAsync"/> there are 392RunAsync().Wait();
Orleans.AppHost (1)
Program.cs (1)
39await app.RunAsync();
TestProject.AppHost (1)
TestProgram.cs (1)
135await app.RunAsync(cancellationToken);