Implemented interface member:
method
RunAsync
Aspire.Cli.Projects.IAppHostProject.RunAsync(Aspire.Cli.Projects.AppHostProjectContext, System.Threading.CancellationToken)
3 references to RunAsync
Aspire.Cli.Tests (3)
Projects\GuestAppHostProjectTests.cs (3)
1012
/// <see cref="GuestAppHostProject.
RunAsync
"/> past the channel-write site (via a
1063
var exitCode = await project.
RunAsync
(context, CancellationToken.None);
1169
var exitCode = await project.
RunAsync
(context, CancellationToken.None);