Implemented interface member:
method
PromptInputAsync
Aspire.Hosting.IInteractionService.PromptInputAsync(System.String, System.String, System.String, System.String, Aspire.Hosting.InputsDialogInteractionOptions, System.Threading.CancellationToken)
3 references to PromptInputAsync
Aspire.Hosting.Tests (3)
Publishing\PipelineActivityReporterTests.cs (3)
520
var promptTask = _interactionService.
PromptInputAsync
("Test Prompt", "test-description", "text-label", "test-placeholder");
545
var promptTask = _interactionService.
PromptInputAsync
("Test Prompt", "test-description", "text-label", "test-placeholder");
574
var promptTask = _interactionService.
PromptInputAsync
("Test Prompt", "test-description", "text-label", "test-placeholder");