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