6 references to PageFacingUp
aspire (2)
Commands\BaseCommand.cs (1)
222KnownEmojis.PageFacingUp,
Diagnostics\StartupErrorWriter.cs (1)
66var prefix = ConsoleHelpers.FormatEmojiPrefix(KnownEmojis.PageFacingUp, _errorConsole);
Aspire.Cli.Tests (4)
Interaction\ConsoleInteractionServiceTests.cs (3)
688var exception = Record.Exception(() => interactionService.DisplayMessage(KnownEmojis.PageFacingUp, message)); 715KnownEmojis.PageFacingUp, 904var exception = Record.Exception(() => interactionService.DisplayMessage(KnownEmojis.PageFacingUp, $"See logs at {path}"));
Interaction\ExtensionInteractionServiceTests.cs (1)
51KnownEmojis.PageFacingUp,