Implemented interface member:
method
DisplayMessage
Aspire.Cli.Interaction.IInteractionService.DisplayMessage(System.String, System.String)
4 references to DisplayMessage
aspire (4)
Interaction\ConsoleInteractionService.cs (3)
103DisplayMessage("cross_mark", $"[red bold]{errorMessage.EscapeMarkup()}[/]"); 140DisplayMessage("check_mark", message); 180DisplayMessage("stop_sign", $"[teal bold]{InteractionServiceStrings.StoppingAspire}[/]");
Interaction\ExtensionInteractionService.cs (1)
175_consoleInteractionService.DisplayMessage(emoji, message);