1 instantiation of PublishingPromptInput
Aspire.Cli.Tests (1)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
581
var inputs = prompt.Inputs.Select(input => new
PublishingPromptInput
5 references to PublishingPromptInput
aspire (5)
Commands\PublishCommandBase.cs (4)
438
var
input = inputs[i];
466
private async Task<string?> HandleSingleInputAsync(
PublishingPromptInput
input, string promptText, CancellationToken cancellationToken)
508
private async Task<string?> HandleSelectInputAsync(
PublishingPromptInput
input, string promptText, CancellationToken cancellationToken)
528
private async Task<string?> HandleNumberInputAsync(
PublishingPromptInput
input, string promptText, CancellationToken cancellationToken)
src\Aspire.Hosting\Backchannel\BackchannelDataTypes.cs (1)
125
public IReadOnlyList<
PublishingPromptInput
>? Inputs { get; init; }