1 write to _interactionService
aspire (1)
Commands\ExecCommand.cs (1)
47_interactionService = interactionService;
22 references to _interactionService
aspire (22)
Commands\ExecCommand.cs (22)
98appHostCompatibilityCheck = await AppHostHelper.CheckAppHostCompatibilityAsync(_runner, _interactionService, effectiveAppHostProjectFile, _telemetry, cancellationToken); 120_interactionService.DisplayError(ExecCommandStrings.TargetResourceNotSpecified); 128_interactionService.DisplayError(ExecCommandStrings.FailedToParseCommand); 158backchannel = await _interactionService.ShowStatusAsync( 166_interactionService.DisplayMessage(emoji: "bug", InteractionServiceStrings.WaitingForDebuggerToAttachToAppHost); 176commandExitCode = await _interactionService.ShowStatusAsync<int?>( 185_interactionService.WriteConsoleLog(output.Text, output.LineNumber, output.Type, output.IsErrorMessage); 199_ = await _interactionService.ShowStatusAsync<int>( 220_interactionService.DisplayLines(runOutputCollector.GetLines()); 221_interactionService.DisplayError(RunCommandStrings.ProjectCouldNotBeRun); 231_interactionService.DisplayLines(runOutputCollector.GetLines()); 232_interactionService.DisplayError(RunCommandStrings.ProjectCouldNotBeRun); 238_interactionService.DisplayCancellationMessage(); 243_interactionService.DisplayError(InteractionServiceStrings.ProjectOptionDoesntExist); 248_interactionService.DisplayError(InteractionServiceStrings.ProjectOptionNotSpecifiedMultipleAppHostsFound); 253_interactionService.DisplayError(InteractionServiceStrings.ProjectOptionNotSpecifiedNoCsprojFound); 258return _interactionService.DisplayIncompatibleVersionError( 265_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, TemplatingStrings.CertificateTrustError, ex.Message)); 270_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.ErrorConnectingToAppHost, ex.Message)); 271_interactionService.DisplayLines(runOutputCollector.GetLines()); 276_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.UnexpectedErrorOccurred, ex.Message)); 277_interactionService.DisplayLines(runOutputCollector.GetLines());