Implemented interface member:
method
DisplayError
Aspire.Cli.Interaction.IInteractionService.DisplayError(System.String)
3 references to DisplayError
aspire (2)
Interaction\ConsoleInteractionService.cs (1)
91DisplayError(InteractionServiceStrings.AppHostNotCompatibleConsiderUpgrading);
Interaction\ExtensionInteractionService.cs (1)
168_consoleInteractionService.DisplayError(errorMessage);
Aspire.Cli.Tests (1)
Interaction\ConsoleInteractionServiceTests.cs (1)
40var exception = Record.Exception(() => interactionService.DisplayError(errorMessage));