Implemented interface member:
method
DisplayError
Aspire.Cli.Interaction.IInteractionService.DisplayError(System.String)
5 references to DisplayError
aspire (3)
Interaction\ConsoleInteractionService.cs (1)
189
DisplayError
(InteractionServiceStrings.AppHostNotCompatibleConsiderUpgrading);
Interaction\ExtensionInteractionService.cs (2)
60
_consoleInteractionService.
DisplayError
(ex.Message);
233
_consoleInteractionService.
DisplayError
(errorMessage);
Aspire.Cli.Tests (2)
Interaction\ConsoleInteractionServiceTests.cs (2)
65
var exception = Record.Exception(() => interactionService.
DisplayError
(errorMessage));
462
var exception = Record.Exception(() => interactionService.
DisplayError
(errorMessage));