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