8 implementations of Console
aspire (2)
Interaction\ConsoleInteractionService.cs (1)
59
public ConsoleOutput
Console
{ get; set; }
Interaction\ExtensionInteractionService.cs (1)
596
public ConsoleOutput
Console
Aspire.Cli.Tests (6)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
1141
public ConsoleOutput
Console
{ get; set; }
Commands\UpdateCommandTests.cs (1)
3507
public ConsoleOutput
Console
Projects\ExtensionGuestLauncherTests.cs (1)
225
public ConsoleOutput
Console
{ get; set; }
Templating\DotNetTemplateFactoryTests.cs (1)
373
public ConsoleOutput
Console
{ get; set; }
TestServices\TestExtensionInteractionService.cs (1)
18
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)
122
InteractionService.
Console
= ConsoleOutput.Error;
Commands\Sdk\SdkExportCommand.cs (1)
65
InteractionService.
Console
= ConsoleOutput.Error;
Aspire.Cli.Tests (1)
Commands\UpdateCommandTests.cs (1)
3510
set => _innerService.
Console
= value;
1 reference to Console
Aspire.Cli.Tests (1)
Commands\UpdateCommandTests.cs (1)
3509
get => _innerService.
Console
;