3 implementations of PromptInputsAsync
Aspire.Hosting (1)
InteractionService.cs (1)
91public async Task<InteractionResult<IReadOnlyList<InteractionInput>>> PromptInputsAsync(string title, string? message, IReadOnlyList<InteractionInput> inputs, InputsDialogInteractionOptions? options = null, CancellationToken cancellationToken = default)
Aspire.Hosting.Azure.Tests (1)
tests\Shared\TestInteractionService.cs (1)
33public async Task<InteractionResult<IReadOnlyList<InteractionInput>>> PromptInputsAsync(string title, string? message, IReadOnlyList<InteractionInput> inputs, InputsDialogInteractionOptions? options = null, CancellationToken cancellationToken = default)
Aspire.Hosting.Tests (1)
tests\Shared\TestInteractionService.cs (1)
33public async Task<InteractionResult<IReadOnlyList<InteractionInput>>> PromptInputsAsync(string title, string? message, IReadOnlyList<InteractionInput> inputs, InputsDialogInteractionOptions? options = null, CancellationToken cancellationToken = default)
5 references to PromptInputsAsync
Aspire.Hosting (1)
Orchestrator\ParameterProcessor.cs (1)
157var valuesPrompt = await interactionService.PromptInputsAsync(
Aspire.Hosting.Azure (1)
Provisioning\Internal\DefaultProvisioningContextProvider.cs (1)
96var result = await interactionService.PromptInputsAsync(
Publishers.AppHost (1)
DistributedApplicationBuilderExtensions.cs (1)
33var multiInputResult = await interactionService.PromptInputsAsync(
Stress.AppHost (2)
InteractionCommands.cs (2)
139var result = await interactionService.PromptInputsAsync( 225var result = await interactionService.PromptInputsAsync(