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