6 references to ConsoleInteractionService
aspire (1)
Program.cs (1)
207
var consoleInteractionService = new
ConsoleInteractionService
(ansiConsole);
Aspire.Cli.Tests (5)
Interaction\ConsoleInteractionServiceTests.cs (4)
16
var interactionService = new
ConsoleInteractionService
(AnsiConsole.Console);
36
var interactionService = new
ConsoleInteractionService
(console);
60
var interactionService = new
ConsoleInteractionService
(console);
84
var interactionService = new
ConsoleInteractionService
(console);
Utils\CliTestHelper.cs (1)
193
return new
ConsoleInteractionService
(ansiConsole);