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