Implemented interface member:
method
DisplayMessage
Aspire.Cli.Interaction.IInteractionService.DisplayMessage(Aspire.Cli.Interaction.KnownEmoji, System.String, System.Boolean)
8 references to DisplayMessage
aspire (4)
Interaction\ConsoleInteractionService.cs (3)
297
DisplayMessage
(KnownEmojis.CrossMark, $"[red bold]{errorMessage.EscapeMarkup()}[/]", allowMarkup: true);
350
DisplayMessage
(KnownEmojis.CheckMark, message, allowMarkup);
386
DisplayMessage
(KnownEmojis.StopSign, $"[teal bold]{InteractionServiceStrings.StoppingAspire}[/]", allowMarkup: true);
Interaction\ExtensionInteractionService.cs (1)
317
_consoleInteractionService.
DisplayMessage
(emoji, message, allowMarkup);
Aspire.Cli.Tests (4)
Interaction\ConsoleInteractionServiceTests.cs (4)
406
var exception = Record.Exception(() => interactionService.
DisplayMessage
(KnownEmojis.PageFacingUp, message));
492
var exception = Record.Exception(() => interactionService.
DisplayMessage
(KnownEmojis.PageFacingUp, $"See logs at {path}"));
519
var exception = Record.Exception(() => interactionService.
DisplayMessage
(KnownEmojis.FileFolder, message, allowMarkup: true));
547
var exception = Record.Exception(() => interactionService.
DisplayMessage
(KnownEmojis.FileFolder, message, allowMarkup: true));