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