1 write to Error
aspire (1)
ConsoleEnvironment.cs (1)
24
Error
= error;
7 references to Error
aspire (7)
Interaction\BannerService.cs (1)
49
_console = consoleEnvironment.
Error
; // Use stderr to avoid interfering with command output
Interaction\ConsoleInteractionService.cs (1)
96
_errorConsole = consoleEnvironment.
Error
;
Program.cs (5)
846
consoleEnvironment.
Error
.WriteLine();
847
consoleEnvironment.
Error
.MarkupLine(string.Format(CultureInfo.CurrentCulture, RootCommandStrings.FirstTimeUseTelemetryNotice, MarkupHelpers.SafeLink(interactionService, telemetryUrl)));
848
consoleEnvironment.
Error
.WriteLine();
881
consoleEnvironment.
Error
.WriteLine();
883
consoleEnvironment.
Error
.WriteLine();