1 write to _interactionService
aspire (1)
Commands\TerminalPsCommand.cs (1)
62
_interactionService
= services.InteractionService;
10 references to _interactionService
aspire (10)
Commands\TerminalPsCommand.cs (10)
100
return CommandResult.FromExitCode(AppHostConnectionResultHandler.DisplayFailureAsInformation(connectionResult,
_interactionService
));
104
_interactionService
.DisplayRawText("[]", ConsoleOutput.Standard);
107
_interactionService
.DisplayMessage(KnownEmojis.Information, connectionResult.ErrorMessage);
118
_interactionService
.DisplayError(
123
var response = await
_interactionService
.ShowStatusAsync(
131
_interactionService
.DisplayRawText("[]", ConsoleOutput.Standard);
135
_interactionService
.DisplayMessage(KnownEmojis.Information,
201
_interactionService
.DisplayRawText(json, ConsoleOutput.Standard);
254
_interactionService
.DisplayRenderable(table);
300
_interactionService
.DisplayRenderable(peers);