1 write to _interactionService
aspire (1)
Commands\PsCommand.cs (1)
88_interactionService = interactionService;
5 references to _interactionService
aspire (5)
Commands\PsCommand.cs (5)
105var connections = await _interactionService.ShowStatusAsync( 118_interactionService.DisplayRawText("[]", ConsoleOutput.Standard); 122_interactionService.DisplayMessage(KnownEmojis.Information, SharedCommandStrings.AppHostNotRunning); 139_interactionService.DisplayRawText(json, ConsoleOutput.Standard); 226_interactionService.DisplayRenderable(table);