Implemented interface member:
method
PromptInputAsync
Aspire.Hosting.IInteractionService.PromptInputAsync(System.String, System.String, Aspire.Hosting.InteractionInput, Aspire.Hosting.InputsDialogInteractionOptions, System.Threading.CancellationToken)
10 references to PromptInputAsync
Aspire.Hosting (1)
InteractionService.cs (1)
108
return await
PromptInputAsync
(title, message, new InteractionInput { Name = InteractionHelpers.LabelToName(inputLabel), InputType = InputType.Text, Label = inputLabel, Required = true, Placeholder = placeHolder }, options, cancellationToken).ConfigureAwait(false);
Aspire.Hosting.Tests (9)
Dashboard\DashboardServiceTests.cs (2)
318
var resultTask = interactionService.
PromptInputAsync
(
365
var resultTask = interactionService.
PromptInputAsync
(
InteractionServiceTests.cs (7)
280
var resultTask = interactionService.
PromptInputAsync
(
317
var resultTask = interactionService.
PromptInputAsync
("Please provide", "please", input);
340
var resultTask = interactionService.
PromptInputAsync
("Please provide", "please", input);
363
var resultTask = interactionService.
PromptInputAsync
("Please provide", "please", input);
384
var resultTask = interactionService.
PromptInputAsync
("Please provide", "please", input);
407
var resultTask = interactionService.
PromptInputAsync
("Please provide", "please", input);
440
var resultTask = interactionService.
PromptInputAsync
("Please provide", "please", input);