6 implementations of PromptMessageBoxAsync
Aspire.Hosting (1)
Aspire.Hosting.Azure.Tests (1)
Aspire.Hosting.Browsers.Tests (1)
Aspire.Hosting.DevTunnels.Tests (1)
Aspire.Hosting.RemoteHost.Tests (1)
Aspire.Hosting.Tests (1)
10 references to PromptMessageBoxAsync
Aspire.Hosting (1)
Aspire.Hosting.Azure.Kusto (1)
Aspire.Hosting.DevTunnels (1)
Aspire.Hosting.EntityFrameworkCore (1)
Stress.AppHost (6)
InteractionCommands.cs (6)
21var resultTask2 = interactionService.PromptMessageBoxAsync("Command confirmation", "Are you really sure?", new MessageBoxInteractionOptions { Intent = MessageIntent.Warning, ShowSecondaryButton = true }, cancellationToken: commandContext.CancellationToken);
30_ = interactionService.PromptMessageBoxAsync("Command executed", "The command successfully executed.", new MessageBoxInteractionOptions { Intent = MessageIntent.Success, PrimaryButtonText = "Yeah!" });
55_ = interactionService.PromptMessageBoxAsync("Success <strong>bar</strong>", "The **command** successfully executed.", new MessageBoxInteractionOptions { Intent = MessageIntent.Success });
56_ = interactionService.PromptMessageBoxAsync("Success <strong>bar</strong>", "The **command** successfully executed.", new MessageBoxInteractionOptions { Intent = MessageIntent.Success, EnableMessageMarkdown = true });
57_ = interactionService.PromptMessageBoxAsync("Success <strong>bar</strong>", "Multiline 1\r\n\r\nMultiline 2", new MessageBoxInteractionOptions { Intent = MessageIntent.Success, EnableMessageMarkdown = true });
545return interactionService.PromptMessageBoxAsync(