2 implementations of PromptInputsAsync
Aspire.Hosting (1)
InteractionService.cs (1)
90public async Task<InteractionResult<IReadOnlyList<InteractionInput>>> PromptInputsAsync(string title, string? message, IReadOnlyList<InteractionInput> inputs, InputsDialogInteractionOptions? options = null, CancellationToken cancellationToken = default)
Aspire.Hosting.Tests (1)
TestInteractionService.cs (1)
33public async Task<InteractionResult<IReadOnlyList<InteractionInput>>> PromptInputsAsync(string title, string? message, IReadOnlyList<InteractionInput> inputs, InputsDialogInteractionOptions? options = null, CancellationToken cancellationToken = default)
4 references to PromptInputsAsync
Aspire.Hosting (1)
Orchestrator\ParameterProcessor.cs (1)
163var valuesPrompt = await interactionService.PromptInputsAsync(
Publishers.AppHost (1)
DistributedApplicationBuilderExtensions.cs (1)
33var multiInputResult = await interactionService.PromptInputsAsync(
Stress.AppHost (2)
InteractionCommands.cs (2)
136var result = await interactionService.PromptInputsAsync( 181var result = await interactionService.PromptInputsAsync(