3 implementations of DisplayError
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
408public void DisplayError(string errorMessage, IReadOnlyList<InteractionMessageAction> actions, bool allowMarkup = false)
Aspire.Cli.Tests (2)
Projects\ExtensionGuestLauncherTests.cs (1)
204public void DisplayError(string errorMessage, IReadOnlyList<InteractionMessageAction> actions, bool allowMarkup = false) => throw new NotImplementedException();
TestServices\TestExtensionInteractionService.cs (1)
131public void DisplayError(string errorMessage, IReadOnlyList<InteractionMessageAction> actions, bool allowMarkup = false)