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