2 implementations of PromptInputsAsync
Aspire.Hosting (1)
ApplicationModel\InteractionService.cs (1)
91
public 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)
259
public 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)
133
var result = await interactionService.
PromptInputsAsync
(
178
var result = await interactionService.
PromptInputsAsync
(