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