6 implementations of PromptInputsAsync
Aspire.Hosting (1)
InteractionService.cs (1)
154public 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)
45public async Task<InteractionResult<InteractionInputCollection>> PromptInputsAsync(string title, string? message, IReadOnlyList<InteractionInput> inputs, InputsDialogInteractionOptions? options = null, CancellationToken cancellationToken = default)
Aspire.Hosting.Browsers.Tests (1)
tests\Shared\TestInteractionService.cs (1)
45public async Task<InteractionResult<InteractionInputCollection>> PromptInputsAsync(string title, string? message, IReadOnlyList<InteractionInput> inputs, InputsDialogInteractionOptions? options = null, CancellationToken cancellationToken = default)
Aspire.Hosting.DevTunnels.Tests (1)
tests\Shared\TestInteractionService.cs (1)
45public async Task<InteractionResult<InteractionInputCollection>> PromptInputsAsync(string title, string? message, IReadOnlyList<InteractionInput> inputs, InputsDialogInteractionOptions? options = null, CancellationToken cancellationToken = default)
Aspire.Hosting.RemoteHost.Tests (1)
tests\Shared\TestInteractionService.cs (1)
45public 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)
45public async Task<InteractionResult<InteractionInputCollection>> PromptInputsAsync(string title, string? message, IReadOnlyList<InteractionInput> inputs, InputsDialogInteractionOptions? options = null, CancellationToken cancellationToken = default)
22 references to PromptInputsAsync
Aspire.Hosting (5)
ApplicationModel\ResourceCommandService.cs (1)
710var result = await interactionService.PromptInputsAsync(
Ats\InteractionExports.cs (1)
164var result = await interactionService.PromptInputsAsync(title, message, interactionInputs, options?.ToOptions(), cancellationToken).ConfigureAwait(false);
Orchestrator\ParameterProcessor.cs (3)
353var result = await interactionService.PromptInputsAsync( 392var result = await interactionService.PromptInputsAsync( 614var valuesPrompt = await interactionService.PromptInputsAsync(
Aspire.Hosting.Azure (8)
AzureProvisioningController.cs (1)
672var result = await interactionService.PromptInputsAsync(
Provisioning\Internal\PublishModeProvisioningContextProvider.cs (6)
154var result = await _interactionService.PromptInputsAsync( 180var manualResult = await _interactionService.PromptInputsAsync( 253var result = await _interactionService.PromptInputsAsync( 279var manualResult = await _interactionService.PromptInputsAsync( 364var resourceGroupResult = await _interactionService.PromptInputsAsync( 445var locationResult = await _interactionService.PromptInputsAsync(
Provisioning\Internal\RunModeProvisioningContextProvider.cs (1)
279var result = await _interactionService.PromptInputsAsync(
Publishers.AppHost (1)
DistributedApplicationBuilderExtensions.cs (1)
42var multiInputResult = await interactionService.PromptInputsAsync(
Stress.AppHost (8)
InteractionCommands.cs (8)
97_ = await interactionService.PromptInputsAsync( 168var result = await interactionService.PromptInputsAsync( 246var result = await interactionService.PromptInputsAsync( 351var result = await interactionService.PromptInputsAsync( 470var result = await interactionService.PromptInputsAsync( 570var result = await interactionService.PromptInputsAsync( 659var result = await interactionService.PromptInputsAsync( 830var result = await interactionService.PromptInputsAsync(