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)
14 references to PromptInputsAsync
Aspire.Hosting (1)
Orchestrator\ParameterProcessor.cs (1)
303var valuesPrompt = await interactionService.PromptInputsAsync(
Aspire.Hosting.Azure (6)
Provisioning\Internal\PublishModeProvisioningContextProvider.cs (5)
156var result = await _interactionService.PromptInputsAsync( 182var manualResult = await _interactionService.PromptInputsAsync( 255var result = await _interactionService.PromptInputsAsync( 281var manualResult = await _interactionService.PromptInputsAsync( 352var result = await _interactionService.PromptInputsAsync(
Provisioning\Internal\RunModeProvisioningContextProvider.cs (1)
224var 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(