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)
21 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 (7)
InteractionCommands.cs (7)
97_ = await interactionService.PromptInputsAsync( 168var result = await interactionService.PromptInputsAsync( 246var result = await interactionService.PromptInputsAsync( 389var result = await interactionService.PromptInputsAsync( 489var result = await interactionService.PromptInputsAsync( 578var result = await interactionService.PromptInputsAsync( 749var result = await interactionService.PromptInputsAsync(