2 implementations of PromptInputAsync
Aspire.Hosting (1)
InteractionService.cs (1)
79
public async Task<InteractionResult<InteractionInput>>
PromptInputAsync
(string title, string? message, InteractionInput input, InputsDialogInteractionOptions? options = null, CancellationToken cancellationToken = default)
Aspire.Hosting.Tests (1)
TestInteractionService.cs (1)
28
public Task<InteractionResult<InteractionInput>>
PromptInputAsync
(string title, string? message, InteractionInput input, InputsDialogInteractionOptions? options = null, CancellationToken cancellationToken = default)
6 references to PromptInputAsync
Publishers.AppHost (6)
DistributedApplicationBuilderExtensions.cs (6)
93
var envResult = await interactionService.
PromptInputAsync
(
115
var dbPasswordResult = await interactionService.
PromptInputAsync
(
129
var regionResult = await interactionService.
PromptInputAsync
(
149
var enableLoggingResult = await interactionService.
PromptInputAsync
(
162
var instanceCountResult = await interactionService.
PromptInputAsync
(
176
var deployModeResult = await interactionService.
PromptInputAsync
(