Implemented interface member:
method
RunAsync
Aspire.Cli.Projects.IAppHostProject.RunAsync(Aspire.Cli.Projects.AppHostProjectContext, System.Threading.CancellationToken)
4 references to RunAsync
Aspire.Cli.Tests (4)
Projects\GuestAppHostProjectTests.cs (4)
1015/// <see cref="GuestAppHostProject.RunAsync"/> past the channel-write site (via a 1066var exitCode = await project.RunAsync(context, CancellationToken.None); 1172var exitCode = await project.RunAsync(context, CancellationToken.None); 1236var runTask = project.RunAsync(context, cancellationSource.Token);