3 references to ConsoleInteractionService
aspire (1)
Program.cs (1)
201
var consoleInteractionService = new
ConsoleInteractionService
(ansiConsole);
Aspire.Cli.Tests (2)
Interaction\ConsoleInteractionServiceTests.cs (1)
16
var interactionService = new
ConsoleInteractionService
(AnsiConsole.Console);
Utils\CliTestHelper.cs (1)
189
return new
ConsoleInteractionService
(ansiConsole);