8 implementations of Console
aspire (2)
Interaction\ConsoleInteractionService.cs (1)
32public ConsoleOutput Console { get; set; }
Interaction\ExtensionInteractionService.cs (1)
364public ConsoleOutput Console
Aspire.Cli.Tests (6)
Commands\NewCommandTests.cs (1)
1355public ConsoleOutput Console { get; set; }
Commands\PublishCommandPromptingIntegrationTests.cs (1)
854public ConsoleOutput Console { get; set; }
Commands\UpdateCommandTests.cs (1)
1033public ConsoleOutput Console
Templating\DotNetTemplateFactoryTests.cs (1)
455public ConsoleOutput Console { get; set; }
TestServices\TestConsoleInteractionService.cs (1)
14public ConsoleOutput Console { get; set; }
TestServices\TestExtensionInteractionService.cs (1)
15public 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)
1036set => _innerService.Console = value;
1 reference to Console
Aspire.Cli.Tests (1)
Commands\UpdateCommandTests.cs (1)
1035get => _innerService.Console;