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
1066
var exitCode = await project.
RunAsync
(context, CancellationToken.None);
1172
var exitCode = await project.
RunAsync
(context, CancellationToken.None);
1236
var runTask = project.
RunAsync
(context, cancellationSource.Token);