Implemented interface member:
method
PromptMessageBoxAsync
Aspire.Hosting.IInteractionService.PromptMessageBoxAsync(System.String, System.String, Aspire.Hosting.MessageBoxInteractionOptions, System.Threading.CancellationToken)
3 references to PromptMessageBoxAsync
Aspire.Hosting.Tests (3)
Dashboard\DashboardServiceTests.cs (2)
246var resultTask = interactionService.PromptMessageBoxAsync( 411_ = interactionService.PromptMessageBoxAsync(
InteractionServiceTests.cs (1)
171() => interactionService.PromptMessageBoxAsync("Are you sure?", "Confirmation")).DefaultTimeout();