Implemented interface member:
method
DisplayMessage
Aspire.Cli.Interaction.IInteractionService.DisplayMessage(System.String, System.String)
3 references to DisplayMessage
aspire (3)
Interaction\InteractionService.cs (3)
87
DisplayMessage
("thumbs_down", $"[red bold]{errorMessage}[/]");
97
DisplayMessage
("thumbs_up", message);
135
DisplayMessage
("stop_sign", "[yellow bold]Operation cancelled by user action.[/]");