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