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