21 references to ConsoleInteractionService
aspire (2)
Program.cs (2)
299var consoleInteractionService = new ConsoleInteractionService(ansiConsole, executionContext, hostEnvironment); 312return new ConsoleInteractionService(ansiConsole, executionContext, hostEnvironment);
Aspire.Cli.Tests (19)
Interaction\ConsoleInteractionServiceTests.cs (13)
18var interactionService = new ConsoleInteractionService(AnsiConsole.Console, executionContext, TestHelpers.CreateInteractiveHostEnvironment()); 31var interactionService = new ConsoleInteractionService(AnsiConsole.Console, executionContext, TestHelpers.CreateInteractiveHostEnvironment()); 52var interactionService = new ConsoleInteractionService(console, executionContext, TestHelpers.CreateInteractiveHostEnvironment()); 77var interactionService = new ConsoleInteractionService(console, executionContext, TestHelpers.CreateInteractiveHostEnvironment()); 102var interactionService = new ConsoleInteractionService(console, executionContext, TestHelpers.CreateInteractiveHostEnvironment()); 133var interactionService = new ConsoleInteractionService(console, executionContext, TestHelpers.CreateInteractiveHostEnvironment()); 160var interactionService = new ConsoleInteractionService(console, executionContext, TestHelpers.CreateInteractiveHostEnvironment()); 185var interactionService = new ConsoleInteractionService(console, executionContext, TestHelpers.CreateInteractiveHostEnvironment()); 212var interactionService = new ConsoleInteractionService(console, executionContext, TestHelpers.CreateInteractiveHostEnvironment()); 232var interactionService = new ConsoleInteractionService(AnsiConsole.Console, executionContext, hostEnvironment); 246var interactionService = new ConsoleInteractionService(AnsiConsole.Console, executionContext, hostEnvironment); 261var interactionService = new ConsoleInteractionService(AnsiConsole.Console, executionContext, hostEnvironment); 276var interactionService = new ConsoleInteractionService(AnsiConsole.Console, executionContext, hostEnvironment);
Interaction\SpectreConsoleLoggerProviderTests.cs (5)
33return new ConsoleInteractionService(ansiConsole, context, TestHelpers.CreateInteractiveHostEnvironment()); 66return new ConsoleInteractionService(ansiConsole, context, TestHelpers.CreateInteractiveHostEnvironment()); 104return new ConsoleInteractionService(ansiConsole, context, TestHelpers.CreateInteractiveHostEnvironment()); 147return new ConsoleInteractionService(ansiConsole, context, TestHelpers.CreateInteractiveHostEnvironment()); 187return new ConsoleInteractionService(ansiConsole, context, TestHelpers.CreateInteractiveHostEnvironment());
Utils\CliTestHelper.cs (1)
252return new ConsoleInteractionService(ansiConsole, executionContext, hostEnvironment);