3 implementations of UpdatePromptResponseAsync
aspire (1)
Backchannel\AppHostCliBackchannel.cs (1)
435
public async Task
UpdatePromptResponseAsync
(string promptId, PublishingPromptInputAnswer[] answers, CancellationToken cancellationToken)
Aspire.Cli.Tests (2)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
834
public Task
UpdatePromptResponseAsync
(string promptId, PublishingPromptInputAnswer[] answers, CancellationToken cancellationToken)
TestServices\TestAppHostCliBackchannel.cs (1)
243
public Task
UpdatePromptResponseAsync
(string promptId, PublishingPromptInputAnswer[] answers, CancellationToken cancellationToken)