1 write to _interactionService
aspire (1)
Commands\PsCommand.cs (1)
52
_interactionService
= interactionService;
6 references to _interactionService
aspire (6)
Commands\PsCommand.cs (6)
75
connections = await
_interactionService
.ShowStatusAsync(
88
_interactionService
.DisplayPlainText("[]");
92
_interactionService
.DisplayMessage("information", PsCommandStrings.NoRunningAppHostsFound);
108
_interactionService
.DisplayPlainText(json);
168
_interactionService
.DisplayPlainText(header);
175
_interactionService
.DisplayPlainText(row);