1 write to _interactionService
aspire (1)
Commands\ExecCommand.cs (1)
47
_interactionService
= interactionService;
22 references to _interactionService
aspire (22)
Commands\ExecCommand.cs (22)
98
appHostCompatibilityCheck = await AppHostHelper.CheckAppHostCompatibilityAsync(_runner,
_interactionService
, effectiveAppHostProjectFile, _telemetry, cancellationToken);
120
_interactionService
.DisplayError(ExecCommandStrings.TargetResourceNotSpecified);
128
_interactionService
.DisplayError(ExecCommandStrings.FailedToParseCommand);
158
backchannel = await
_interactionService
.ShowStatusAsync(
166
_interactionService
.DisplayMessage(emoji: "bug", InteractionServiceStrings.WaitingForDebuggerToAttachToAppHost);
176
commandExitCode = 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);
258
return
_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());