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