Implemented interface member:
method
DisplayError
Aspire.Cli.Interaction.IExtensionInteractionService.DisplayError(System.String, System.Collections.Generic.IReadOnlyList<Aspire.Cli.Backchannel.InteractionMessageAction>, System.Boolean)
2 references to DisplayError
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
514
DisplayError
(errorMessage, diagnosticLogs.Select(log => log.Action).ToArray());
Aspire.Cli.Tests (1)
Interaction\ExtensionInteractionServiceTests.cs (1)
80
interactionService.
DisplayError
(