Implemented interface member:
method
DisplayError
Aspire.Cli.Interaction.IInteractionService.DisplayError(System.String)
3 references to DisplayError
aspire (2)
Interaction\ConsoleInteractionService.cs (1)
91
DisplayError
(InteractionServiceStrings.AppHostNotCompatibleConsiderUpgrading);
Interaction\ExtensionInteractionService.cs (1)
168
_consoleInteractionService.
DisplayError
(errorMessage);
Aspire.Cli.Tests (1)
Interaction\ConsoleInteractionServiceTests.cs (1)
40
var exception = Record.Exception(() => interactionService.
DisplayError
(errorMessage));