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