1 write to _runner
aspire (1)
Commands\RunCommand.cs (1)
56
_runner
= runner;
4 references to _runner
aspire (4)
Commands\RunCommand.cs (4)
118
await _certificateService.EnsureCertificatesTrustedAsync(
_runner
, cancellationToken);
137
var buildExitCode = await AppHostHelper.BuildAppHostAsync(
_runner
, InteractionService, effectiveAppHostProjectFile, buildOptions, ExecutionContext.WorkingDirectory, cancellationToken);
148
appHostCompatibilityCheck = await AppHostHelper.CheckAppHostCompatibilityAsync(
_runner
, InteractionService, effectiveAppHostProjectFile, _telemetry, ExecutionContext.WorkingDirectory, cancellationToken);
166
var pendingRun =
_runner
.RunAsync(