1 write to Error
aspire (1)
ConsoleEnvironment.cs (1)
24Error = 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)
846consoleEnvironment.Error.WriteLine(); 847consoleEnvironment.Error.MarkupLine(string.Format(CultureInfo.CurrentCulture, RootCommandStrings.FirstTimeUseTelemetryNotice, MarkupHelpers.SafeLink(interactionService, telemetryUrl))); 848consoleEnvironment.Error.WriteLine(); 881consoleEnvironment.Error.WriteLine(); 883consoleEnvironment.Error.WriteLine();