Implemented interface member:
method
PromptNotificationAsync
Aspire.Hosting.IInteractionService.PromptNotificationAsync(System.String, System.String, Aspire.Hosting.NotificationInteractionOptions, System.Threading.CancellationToken)
2 references to PromptNotificationAsync
Aspire.Hosting.Tests (2)
InteractionServiceTests.cs (1)
171() => interactionService.PromptNotificationAsync("Are you sure?", "Confirmation")).DefaultTimeout();
Publishing\PipelineActivityReporterTests.cs (1)
549var notificationTask = _interactionService.PromptNotificationAsync("Test Notification", "This is a test notification message", notificationOptions);