Implemented interface member:
method
DisplayMessage
Aspire.Cli.Interaction.IInteractionService.DisplayMessage(System.String, System.String)
4 references to DisplayMessage
aspire (4)
Interaction\ConsoleInteractionService.cs (3)
102DisplayMessage("thumbs_down", $"[red bold]{errorMessage}[/]"); 133DisplayMessage("thumbs_up", message); 173DisplayMessage("stop_sign", $"[teal bold]{InteractionServiceStrings.StoppingAspire}[/]");
Interaction\ExtensionInteractionService.cs (1)
166_consoleInteractionService.DisplayMessage(emoji, message);