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