3 implementations of PromptInputsAsync
Aspire.Hosting (1)
InteractionService.cs (1)
122public async Task<InteractionResult<InteractionInputCollection>> PromptInputsAsync(string title, string? message, IReadOnlyList<InteractionInput> inputs, InputsDialogInteractionOptions? options = null, CancellationToken cancellationToken = default)
Aspire.Hosting.Azure.Tests (1)
tests\Shared\TestInteractionService.cs (1)
36public async Task<InteractionResult<InteractionInputCollection>> PromptInputsAsync(string title, string? message, IReadOnlyList<InteractionInput> inputs, InputsDialogInteractionOptions? options = null, CancellationToken cancellationToken = default)
Aspire.Hosting.Tests (1)
tests\Shared\TestInteractionService.cs (1)
36public async Task<InteractionResult<InteractionInputCollection>> PromptInputsAsync(string title, string? message, IReadOnlyList<InteractionInput> inputs, InputsDialogInteractionOptions? options = null, CancellationToken cancellationToken = default)
17 references to PromptInputsAsync
Aspire.Hosting (3)
Orchestrator\ParameterProcessor.cs (3)
274var result = await interactionService.PromptInputsAsync( 356var result = await interactionService.PromptInputsAsync( 505var valuesPrompt = await interactionService.PromptInputsAsync(
Aspire.Hosting.Azure (7)
Provisioning\Internal\PublishModeProvisioningContextProvider.cs (6)
155var result = await _interactionService.PromptInputsAsync( 181var manualResult = await _interactionService.PromptInputsAsync( 254var result = await _interactionService.PromptInputsAsync( 280var manualResult = await _interactionService.PromptInputsAsync( 365var resourceGroupResult = await _interactionService.PromptInputsAsync( 446var locationResult = await _interactionService.PromptInputsAsync(
Provisioning\Internal\RunModeProvisioningContextProvider.cs (1)
273var result = await _interactionService.PromptInputsAsync(
Publishers.AppHost (1)
DistributedApplicationBuilderExtensions.cs (1)
43var multiInputResult = await interactionService.PromptInputsAsync(
Stress.AppHost (6)
InteractionCommands.cs (6)
96_ = await interactionService.PromptInputsAsync( 167var result = await interactionService.PromptInputsAsync( 245var result = await interactionService.PromptInputsAsync( 388var result = await interactionService.PromptInputsAsync( 487var result = await interactionService.PromptInputsAsync( 570var result = await interactionService.PromptInputsAsync(