9 implementations of Console
aspire (2)
Interaction\ConsoleInteractionService.cs (1)
32
public ConsoleOutput
Console
{ get; set; }
Interaction\ExtensionInteractionService.cs (1)
381
public ConsoleOutput
Console
Aspire.Cli.Tests (7)
Commands\NewCommandTests.cs (1)
1522
public ConsoleOutput
Console
{ get; set; }
Commands\PublishCommandPromptingIntegrationTests.cs (1)
854
public ConsoleOutput
Console
{ get; set; }
Commands\UpdateCommandTests.cs (1)
1031
public ConsoleOutput
Console
Projects\ExtensionGuestLauncherTests.cs (1)
158
public ConsoleOutput
Console
{ get; set; }
Templating\DotNetTemplateFactoryTests.cs (1)
455
public ConsoleOutput
Console
{ get; set; }
TestServices\TestExtensionInteractionService.cs (1)
16
public ConsoleOutput
Console
{ get; set; }
TestServices\TestInteractionService.cs (1)
18
public ConsoleOutput
Console
{ get; set; }
2 writes to Console
aspire (1)
Commands\BaseCommand.cs (1)
47
interactionService.
Console
= ConsoleOutput.Error;
Aspire.Cli.Tests (1)
Commands\UpdateCommandTests.cs (1)
1034
set => _innerService.
Console
= value;
1 reference to Console
Aspire.Cli.Tests (1)
Commands\UpdateCommandTests.cs (1)
1033
get => _innerService.
Console
;