1 write to Error
aspire (1)
ConsoleEnvironment.cs (1)
24Error = error;
6 references to Error
aspire (6)
Interaction\BannerService.cs (1)
47_console = consoleEnvironment.Error; // Use stderr to avoid interfering with command output
Interaction\ConsoleInteractionService.cs (1)
32_errorConsole = consoleEnvironment.Error;
Program.cs (4)
203new SpectreConsoleLoggerProvider(sp.GetRequiredService<ConsoleEnvironment>().Error.Profile.Out.Writer)); 503consoleEnvironment.Error.WriteLine(); 504consoleEnvironment.Error.WriteLine(RootCommandStrings.FirstTimeUseTelemetryNotice); 505consoleEnvironment.Error.WriteLine();