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)
460
var promptTask = _interactionService.
PromptInputAsync
("Test Prompt", "test-description", "text-label", "test-placeholder");
485
var promptTask = _interactionService.
PromptInputAsync
("Test Prompt", "test-description", "text-label", "test-placeholder");
514
var promptTask = _interactionService.
PromptInputAsync
("Test Prompt", "test-description", "text-label", "test-placeholder");