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