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