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