6 references to ConsoleHelpers
aspire (6)
Commands\DoctorCommand.cs (1)
131var iconPrefix = ConsoleHelpers.FormatEmojiPrefix(icon, _ansiConsole);
Diagnostics\StartupErrorWriter.cs (2)
55var prefix = emoji is not null ? ConsoleHelpers.FormatEmojiPrefix(emoji.Value, _errorConsole) : string.Empty; 66var prefix = ConsoleHelpers.FormatEmojiPrefix(KnownEmojis.PageFacingUp, _errorConsole);
Interaction\ConsoleInteractionService.cs (3)
54statusText = ConsoleHelpers.FormatEmojiPrefix(e, MessageConsole) + statusText; 96statusText = ConsoleHelpers.FormatEmojiPrefix(e, MessageConsole) + statusText; 303MessageConsole.MarkupLine(ConsoleHelpers.FormatEmojiPrefix(emoji, MessageConsole) + displayMessage);