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