6 references to RunAsync
Aspire.Hosting (3)
DistributedApplication.cs (3)
291/// When the .NET Aspire app host is launched via <see cref="DistributedApplication.RunAsync"/> there are 320/// When the .NET Aspire app host is launched via <see cref="DistributedApplication.RunAsync"/> there are 339RunAsync().Wait();
Dapr.AppHost (1)
Program.cs (1)
27await app.RunAsync();
Orleans.AppHost (1)
Program.cs (1)
39await app.RunAsync();
TestProject.AppHost (1)
TestProgram.cs (1)
132await app.RunAsync(cancellationToken);