Implemented interface member:
method
DisplayMessage
Aspire.Cli.Interaction.IInteractionService.DisplayMessage(System.String, System.String)
7 references to DisplayMessage
aspire (4)
Interaction\ConsoleInteractionService.cs (3)
201
DisplayMessage
("cross_mark", $"[red bold]{errorMessage.EscapeMarkup()}[/]");
255
DisplayMessage
("check_mark", message);
276
DisplayMessage
("stop_sign", $"[teal bold]{InteractionServiceStrings.StoppingAspire}[/]");
Interaction\ExtensionInteractionService.cs (1)
240
_consoleInteractionService.
DisplayMessage
(emoji, message);
Aspire.Cli.Tests (3)
Interaction\ConsoleInteractionServiceTests.cs (3)
406
var exception = Record.Exception(() => interactionService.
DisplayMessage
("page_facing_up", message.EscapeMarkup()));
491
var exception = Record.Exception(() => interactionService.
DisplayMessage
("page_facing_up", $"See logs at {path}"));
516
var exception = Record.Exception(() => interactionService.
DisplayMessage
("page_facing_up", $"See logs at {path}"));