Implemented interface member:
method
PromptInputAsync
Aspire.Hosting.IInteractionService.PromptInputAsync(System.String, System.String, System.String, System.String, Aspire.Hosting.InputsDialogInteractionOptions, System.Threading.CancellationToken)
2 references to PromptInputAsync
Aspire.Hosting.Tests (2)
Publishing\PublishingActivityReporterTests.cs (2)
463
var exception = await Assert.ThrowsAsync<InvalidOperationException>(async () => await _interactionService.
PromptInputAsync
("Test Prompt", "test-description", "text-label", "test-placeholder"));
474
var promptTask = _interactionService.
PromptInputAsync
("Test Prompt", "test-description", "text-label", "test-placeholder");