8 implementations of Console
aspire (2)
Interaction\ConsoleInteractionService.cs (1)
59
public ConsoleOutput
Console
{ get; set; }
Interaction\ExtensionInteractionService.cs (1)
483
public ConsoleOutput
Console
Aspire.Cli.Tests (6)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
1141
public ConsoleOutput
Console
{ get; set; }
Commands\UpdateCommandTests.cs (1)
3502
public ConsoleOutput
Console
Projects\ExtensionGuestLauncherTests.cs (1)
162
public ConsoleOutput
Console
{ get; set; }
Templating\DotNetTemplateFactoryTests.cs (1)
373
public ConsoleOutput
Console
{ get; set; }
TestServices\TestExtensionInteractionService.cs (1)
16
public ConsoleOutput
Console
{ get; set; }
TestServices\TestInteractionService.cs (1)
19
public ConsoleOutput
Console
{ get; set; }
4 writes to Console
aspire (3)
Commands\BaseCommand.cs (1)
83
InteractionService.
Console
= ConsoleOutput.Error;
Commands\ResourceCommand.cs (1)
121
InteractionService.
Console
= ConsoleOutput.Error;
Commands\Sdk\SdkExportCommand.cs (1)
65
InteractionService.
Console
= ConsoleOutput.Error;
Aspire.Cli.Tests (1)
Commands\UpdateCommandTests.cs (1)
3505
set => _innerService.
Console
= value;
1 reference to Console
Aspire.Cli.Tests (1)
Commands\UpdateCommandTests.cs (1)
3504
get => _innerService.
Console
;