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)
40_errorConsole = consoleEnvironment.Error;
Program.cs (4)
205new SpectreConsoleLoggerProvider(sp.GetRequiredService<ConsoleEnvironment>().Error.Profile.Out.Writer)); 513consoleEnvironment.Error.WriteLine(); 514consoleEnvironment.Error.WriteLine(RootCommandStrings.FirstTimeUseTelemetryNotice); 515consoleEnvironment.Error.WriteLine();