1 override of RunAsync
Aspire.Hosting.Testing (1)
DistributedApplicationTestingBuilder.cs (1)
268public override async Task RunAsync(CancellationToken cancellationToken)
13 references to RunAsync
Aspire.Cli.Tests (1)
Hosting\CliOrphanDetectorTests.cs (1)
112var pendingRun = app.RunAsync();
Aspire.Hosting (3)
DistributedApplication.cs (3)
399/// When the .NET Aspire app host is launched via <see cref="DistributedApplication.RunAsync"/> there are 437/// When the .NET Aspire app host is launched via <see cref="DistributedApplication.RunAsync"/> there are 456RunAsync().Wait();
Aspire.Hosting.Azure.Tests (2)
AzureAppServiceTests.cs (1)
348await app.RunAsync();
AzureContainerAppsTests.cs (1)
1562await app.RunAsync();
Aspire.Hosting.Docker.Tests (2)
DockerComposePublisherTests.cs (1)
156await app.RunAsync().WaitAsync(TimeSpan.FromSeconds(60));
DockerComposeTests.cs (1)
140await app.RunAsync();
Aspire.Hosting.Kubernetes.Tests (1)
KubernetesEnvironmentResourceTests.cs (1)
87await app.RunAsync();
Aspire.Hosting.Tests (1)
PublishingTests.cs (1)
253var ex = await Assert.ThrowsAsync<DistributedApplicationException>(() => app.RunAsync());
Orleans.AppHost (1)
Program.cs (1)
39await app.RunAsync();
TestProject.AppHost (1)
TestProgram.cs (1)
136await app.RunAsync(cancellationToken);
Yarp.AppHost (1)
Program.cs (1)
32await app.RunAsync();