6 implementations of PromptInputsAsync
Aspire.Hosting (1)
InteractionService.cs (1)
154
public 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)
45
public 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)
45
public 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)
45
public 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)
45
public 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)
45
public 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)
710
var result = await interactionService.
PromptInputsAsync
(
Ats\InteractionExports.cs (1)
164
var result = await interactionService.
PromptInputsAsync
(title, message, interactionInputs, options?.ToOptions(), cancellationToken).ConfigureAwait(false);
Orchestrator\ParameterProcessor.cs (3)
353
var result = await interactionService.
PromptInputsAsync
(
392
var result = await interactionService.
PromptInputsAsync
(
614
var valuesPrompt = await interactionService.
PromptInputsAsync
(
Aspire.Hosting.Azure (8)
AzureProvisioningController.cs (1)
672
var result = await interactionService.
PromptInputsAsync
(
Provisioning\Internal\PublishModeProvisioningContextProvider.cs (6)
154
var result = await _interactionService.
PromptInputsAsync
(
180
var manualResult = await _interactionService.
PromptInputsAsync
(
253
var result = await _interactionService.
PromptInputsAsync
(
279
var manualResult = await _interactionService.
PromptInputsAsync
(
364
var resourceGroupResult = await _interactionService.
PromptInputsAsync
(
445
var locationResult = await _interactionService.
PromptInputsAsync
(
Provisioning\Internal\RunModeProvisioningContextProvider.cs (1)
279
var result = await _interactionService.
PromptInputsAsync
(
Publishers.AppHost (1)
DistributedApplicationBuilderExtensions.cs (1)
42
var multiInputResult = await interactionService.
PromptInputsAsync
(
Stress.AppHost (8)
InteractionCommands.cs (8)
97
_ = await interactionService.
PromptInputsAsync
(
168
var result = await interactionService.
PromptInputsAsync
(
246
var result = await interactionService.
PromptInputsAsync
(
351
var result = await interactionService.
PromptInputsAsync
(
470
var result = await interactionService.
PromptInputsAsync
(
570
var result = await interactionService.
PromptInputsAsync
(
659
var result = await interactionService.
PromptInputsAsync
(
830
var result = await interactionService.
PromptInputsAsync
(