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