1 write to _runner
aspire (1)
Commands\RunCommand.cs (1)
57_runner = runner;
4 references to _runner
aspire (4)
Commands\RunCommand.cs (4)
113await _certificateService.EnsureCertificatesTrustedAsync(_runner, cancellationToken); 135var buildExitCode = await AppHostHelper.BuildAppHostAsync(_runner, _interactionService, effectiveAppHostProjectFile, buildOptions, cancellationToken); 146appHostCompatibilityCheck = await AppHostHelper.CheckAppHostCompatibilityAsync(_runner, _interactionService, effectiveAppHostProjectFile, _telemetry, cancellationToken); 164var pendingRun = _runner.RunAsync(