Implemented interface member:
method
DisplayError
Aspire.Cli.Interaction.IInteractionService.DisplayError(System.String)
4 references to DisplayError
aspire (3)
Interaction\ConsoleInteractionService.cs (1)
109
DisplayError
(InteractionServiceStrings.AppHostNotCompatibleConsiderUpgrading);
Interaction\ExtensionInteractionService.cs (2)
56
_consoleInteractionService.
DisplayError
(ex.Message);
178
_consoleInteractionService.
DisplayError
(errorMessage);
Aspire.Cli.Tests (1)
Interaction\ConsoleInteractionServiceTests.cs (1)
42
var exception = Record.Exception(() => interactionService.
DisplayError
(errorMessage));