5 references to Error
aspire (5)
Commands\RunCommand.cs (1)
637_interactionService.Console = ConsoleOutput.Error;
Interaction\ConsoleInteractionService.cs (3)
27/// Console used for human-readable messages; routes to stderr when <see cref="Console"/> is set to <see cref="ConsoleOutput.Error"/>. 29private IAnsiConsole MessageConsole => Console == ConsoleOutput.Error ? _errorConsole : _outConsole; 233var target = effectiveConsole == ConsoleOutput.Error ? _errorConsole : _outConsole;
Interaction\IInteractionService.cs (1)
32/// When set to <see cref="ConsoleOutput.Error"/>, display methods route output to stderr