3 implementations of PromptInputsAsync
Aspire.Hosting (1)
InteractionService.cs (1)
91
public 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)
33
public 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)
33
public 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)
157
var valuesPrompt = await interactionService.
PromptInputsAsync
(
Aspire.Hosting.Azure (1)
Provisioning\Internal\DefaultProvisioningContextProvider.cs (1)
96
var result = await interactionService.
PromptInputsAsync
(
Publishers.AppHost (1)
DistributedApplicationBuilderExtensions.cs (1)
33
var multiInputResult = await interactionService.
PromptInputsAsync
(
Stress.AppHost (2)
InteractionCommands.cs (2)
139
var result = await interactionService.
PromptInputsAsync
(
225
var result = await interactionService.
PromptInputsAsync
(