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