6 instantiations of ConsoleInteractionService
aspire (1)
Program.cs (1)
207var consoleInteractionService = new ConsoleInteractionService(ansiConsole);
Aspire.Cli.Tests (5)
Interaction\ConsoleInteractionServiceTests.cs (4)
16var interactionService = new ConsoleInteractionService(AnsiConsole.Console); 36var interactionService = new ConsoleInteractionService(console); 60var interactionService = new ConsoleInteractionService(console); 84var interactionService = new ConsoleInteractionService(console);
Utils\CliTestHelper.cs (1)
193return new ConsoleInteractionService(ansiConsole);
8 references to ConsoleInteractionService
aspire (4)
Interaction\ExtensionInteractionService.cs (2)
23private readonly ConsoleInteractionService _consoleInteractionService; 30public ExtensionInteractionService(ConsoleInteractionService consoleInteractionService, IExtensionBackchannel backchannel, bool extensionPromptEnabled, CancellationToken? cancellationToken = null)
Program.cs (2)
207var consoleInteractionService = new ConsoleInteractionService(ansiConsole); 220builder.Services.AddSingleton<IInteractionService, ConsoleInteractionService>();
Aspire.Cli.Tests (4)
Interaction\ConsoleInteractionServiceTests.cs (4)
16var interactionService = new ConsoleInteractionService(AnsiConsole.Console); 36var interactionService = new ConsoleInteractionService(console); 60var interactionService = new ConsoleInteractionService(console); 84var interactionService = new ConsoleInteractionService(console);