Implemented interface member:
method
DisplayMessage
Aspire.Cli.Interaction.IInteractionService.DisplayMessage(System.String, System.String)
3 references to DisplayMessage
aspire (3)
Interaction\ConsoleInteractionService.cs (3)
93DisplayMessage("thumbs_down", $"[red bold]{errorMessage}[/]"); 103DisplayMessage("thumbs_up", message); 143DisplayMessage("stop_sign", $"[teal bold]{InteractionServiceStrings.StoppingAspire}[/]");