16 instantiations of ConsoleInteractionService
aspire (2)
Program.cs (2)
252var consoleInteractionService = new ConsoleInteractionService(ansiConsole, executionContext); 269return new ConsoleInteractionService(ansiConsole, executionContext);
Aspire.Cli.Tests (14)
Interaction\ConsoleInteractionServiceTests.cs (8)
17var interactionService = new ConsoleInteractionService(AnsiConsole.Console, executionContext); 38var interactionService = new ConsoleInteractionService(console, executionContext); 63var interactionService = new ConsoleInteractionService(console, executionContext); 88var interactionService = new ConsoleInteractionService(console, executionContext); 119var interactionService = new ConsoleInteractionService(console, executionContext); 146var interactionService = new ConsoleInteractionService(console, executionContext); 171var interactionService = new ConsoleInteractionService(console, executionContext); 198var interactionService = new ConsoleInteractionService(console, executionContext);
Interaction\SpectreConsoleLoggerProviderTests.cs (5)
33return new ConsoleInteractionService(ansiConsole, context); 66return new ConsoleInteractionService(ansiConsole, context); 104return new ConsoleInteractionService(ansiConsole, context); 147return new ConsoleInteractionService(ansiConsole, context); 187return new ConsoleInteractionService(ansiConsole, context);
Utils\CliTestHelper.cs (1)
226return new ConsoleInteractionService(ansiConsole, executionContext);
11 references to ConsoleInteractionService
aspire (3)
Interaction\ExtensionInteractionService.cs (2)
25private readonly ConsoleInteractionService _consoleInteractionService; 32public ExtensionInteractionService(ConsoleInteractionService consoleInteractionService, IExtensionBackchannel backchannel, bool extensionPromptEnabled, CancellationToken? cancellationToken = null)
Program.cs (1)
252var consoleInteractionService = new ConsoleInteractionService(ansiConsole, executionContext);
Aspire.Cli.Tests (8)
Interaction\ConsoleInteractionServiceTests.cs (8)
17var interactionService = new ConsoleInteractionService(AnsiConsole.Console, executionContext); 38var interactionService = new ConsoleInteractionService(console, executionContext); 63var interactionService = new ConsoleInteractionService(console, executionContext); 88var interactionService = new ConsoleInteractionService(console, executionContext); 119var interactionService = new ConsoleInteractionService(console, executionContext); 146var interactionService = new ConsoleInteractionService(console, executionContext); 171var interactionService = new ConsoleInteractionService(console, executionContext); 198var interactionService = new ConsoleInteractionService(console, executionContext);