17 instantiations of ConsoleInteractionService
aspire (2)
Program.cs (2)
265
var consoleInteractionService = new
ConsoleInteractionService
(ansiConsole, executionContext);
282
return new
ConsoleInteractionService
(ansiConsole, executionContext);
Aspire.Cli.Tests (15)
Interaction\ConsoleInteractionServiceTests.cs (9)
17
var interactionService = new
ConsoleInteractionService
(AnsiConsole.Console, executionContext);
30
var interactionService = new
ConsoleInteractionService
(AnsiConsole.Console, executionContext);
51
var interactionService = new
ConsoleInteractionService
(console, executionContext);
76
var interactionService = new
ConsoleInteractionService
(console, executionContext);
101
var interactionService = new
ConsoleInteractionService
(console, executionContext);
132
var interactionService = new
ConsoleInteractionService
(console, executionContext);
159
var interactionService = new
ConsoleInteractionService
(console, executionContext);
184
var interactionService = new
ConsoleInteractionService
(console, executionContext);
211
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)
243
return new
ConsoleInteractionService
(ansiConsole, executionContext);
12 references to ConsoleInteractionService
aspire (3)
Interaction\ExtensionInteractionService.cs (2)
27
private readonly
ConsoleInteractionService
_consoleInteractionService;
34
public ExtensionInteractionService(
ConsoleInteractionService
consoleInteractionService, IExtensionBackchannel backchannel, bool extensionPromptEnabled, CancellationToken? cancellationToken = null)
Program.cs (1)
265
var
consoleInteractionService = new ConsoleInteractionService(ansiConsole, executionContext);
Aspire.Cli.Tests (9)
Interaction\ConsoleInteractionServiceTests.cs (9)
17
var
interactionService = new ConsoleInteractionService(AnsiConsole.Console, executionContext);
30
var
interactionService = new ConsoleInteractionService(AnsiConsole.Console, executionContext);
51
var
interactionService = new ConsoleInteractionService(console, executionContext);
76
var
interactionService = new ConsoleInteractionService(console, executionContext);
101
var
interactionService = new ConsoleInteractionService(console, executionContext);
132
var
interactionService = new ConsoleInteractionService(console, executionContext);
159
var
interactionService = new ConsoleInteractionService(console, executionContext);
184
var
interactionService = new ConsoleInteractionService(console, executionContext);
211
var
interactionService = new ConsoleInteractionService(console, executionContext);