4 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)
33public async Task<InteractionResult<InteractionInputCollection>> PromptInputsAsync(string title, string? message, IReadOnlyList<InteractionInput> inputs, InputsDialogInteractionOptions? options = null, CancellationToken cancellationToken = default)
Aspire.Hosting.DevTunnels.Tests (1)
DevTunnelCliInstallationManagerTests.cs (1)
66public 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)
33public async Task<InteractionResult<InteractionInputCollection>> PromptInputsAsync(string title, string? message, IReadOnlyList<InteractionInput> inputs, InputsDialogInteractionOptions? options = null, CancellationToken cancellationToken = default)
15 references to PromptInputsAsync
Aspire.Hosting (1)
Orchestrator\ParameterProcessor.cs (1)
280var 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)
42var multiInputResult = await interactionService.PromptInputsAsync(
Stress.AppHost (6)
InteractionCommands.cs (6)
95_ = await interactionService.PromptInputsAsync( 166var result = await interactionService.PromptInputsAsync( 244var result = await interactionService.PromptInputsAsync( 387var result = await interactionService.PromptInputsAsync( 486var result = await interactionService.PromptInputsAsync( 569var result = await interactionService.PromptInputsAsync(