2 implementations of PromptInputsAsync
Aspire.Hosting (1)
ApplicationModel\InteractionService.cs (1)
91public async Task<InteractionResult<IReadOnlyList<InteractionInput>>> PromptInputsAsync(string title, string? message, IReadOnlyList<InteractionInput> inputs, InputsDialogInteractionOptions? options = null, CancellationToken cancellationToken = default)
Aspire.Hosting.Tests (1)
VersionChecking\VersionCheckServiceTests.cs (1)
259public Task<InteractionResult<IReadOnlyList<InteractionInput>>> PromptInputsAsync(string title, string? message, IReadOnlyList<InteractionInput> inputs, InputsDialogInteractionOptions? options = null, CancellationToken cancellationToken = default)
2 references to PromptInputsAsync
Stress.AppHost (2)
InteractionCommands.cs (2)
133var result = await interactionService.PromptInputsAsync( 178var result = await interactionService.PromptInputsAsync(