1 write to Error
aspire (1)
ConsoleEnvironment.cs (1)
24Error = error;
5 references to Error
aspire (5)
Interaction\BannerService.cs (1)
47_console = consoleEnvironment.Error; // Use stderr to avoid interfering with command output
Interaction\ConsoleInteractionService.cs (1)
40_errorConsole = consoleEnvironment.Error;
Program.cs (3)
592consoleEnvironment.Error.WriteLine(); 593consoleEnvironment.Error.WriteLine(RootCommandStrings.FirstTimeUseTelemetryNotice); 594consoleEnvironment.Error.WriteLine();