1 write to _interactionService
aspire (1)
Commands\PsCommand.cs (1)
65_interactionService = interactionService;
6 references to _interactionService
aspire (6)
Commands\PsCommand.cs (6)
88connections = await _interactionService.ShowStatusAsync( 101_interactionService.DisplayPlainText("[]"); 105_interactionService.DisplayMessage("information", PsCommandStrings.NoRunningAppHostsFound); 121_interactionService.DisplayRawText(json); 216_interactionService.DisplayPlainText(header); 226_interactionService.DisplayPlainText(row);