4 references to ConsoleInteractionService
aspire (2)
Program.cs (2)
702
var consoleInteractionService = new
ConsoleInteractionService
(consoleEnvironment, executionContext, hostEnvironment);
715
return new
ConsoleInteractionService
(consoleEnvironment, executionContext, hostEnvironment);
Aspire.Cli.Tests (2)
Interaction\ConsoleInteractionServiceTests.cs (1)
20
return new
ConsoleInteractionService
(consoleEnvironment, executionContext, hostEnvironment ?? TestHelpers.CreateInteractiveHostEnvironment());
Utils\CliTestHelper.cs (1)
380
return new
ConsoleInteractionService
(consoleEnvironment, executionContext, hostEnvironment);