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