2 references to ExecuteNonInteractiveWithResultAsync
aspire (2)
Commands\StopCommand.cs (2)
127: await ExecuteNonInteractiveWithResultAsync(passedAppHostProjectFile, cancellationToken, treatNotRunningAsSuccess: true).ConfigureAwait(false); 192var result = await ExecuteNonInteractiveWithResultAsync(passedAppHostProjectFile, cancellationToken).ConfigureAwait(false);