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)
875consoleEnvironment.Error.WriteLine(); 876consoleEnvironment.Error.MarkupLine(string.Format(CultureInfo.CurrentCulture, RootCommandStrings.FirstTimeUseTelemetryNotice, MarkupHelpers.SafeLink(interactionService, telemetryUrl))); 877consoleEnvironment.Error.WriteLine(); 910consoleEnvironment.Error.WriteLine(); 912consoleEnvironment.Error.WriteLine();