1 write to Error
aspire (1)
ConsoleEnvironment.cs (1)
24
Error
= 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)
203
new SpectreConsoleLoggerProvider(sp.GetRequiredService<ConsoleEnvironment>().
Error
.Profile.Out.Writer));
503
consoleEnvironment.
Error
.WriteLine();
504
consoleEnvironment.
Error
.WriteLine(RootCommandStrings.FirstTimeUseTelemetryNotice);
505
consoleEnvironment.
Error
.WriteLine();