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