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