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