1 write to Error
aspire (1)
ConsoleEnvironment.cs (1)
24Error = error;
8 references to Error
aspire (8)
Interaction\ConsoleInteractionService.cs (1)
32_errorConsole = consoleEnvironment.Error;
Program.cs (7)
123new SpectreConsoleLoggerProvider(sp.GetRequiredService<ConsoleEnvironment>().Error.Profile.Out.Writer)); 351consoleEnvironment.Error.Markup(":waving_hand:"); 352consoleEnvironment.Error.Write("\u001b[4G"); 353consoleEnvironment.Error.MarkupLine(RootCommandStrings.FirstTimeUseWelcome); 355consoleEnvironment.Error.WriteLine(); 356consoleEnvironment.Error.WriteLine(RootCommandStrings.FirstTimeUseTelemetryNotice); 357consoleEnvironment.Error.WriteLine();