1 write to _runner
aspire (1)
Commands\RunCommand.cs (1)
36
_runner
= runner;
4 references to _runner
aspire (4)
Commands\RunCommand.cs (4)
89
await _certificateService.EnsureCertificatesTrustedAsync(
_runner
, cancellationToken);
101
var buildExitCode = await AppHostHelper.BuildAppHostAsync(
_runner
, _interactionService, effectiveAppHostProjectFile, buildOptions, cancellationToken);
111
appHostCompatibilityCheck = await AppHostHelper.CheckAppHostCompatibilityAsync(
_runner
, _interactionService, effectiveAppHostProjectFile, cancellationToken);
128
var pendingRun =
_runner
.RunAsync(