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)
438var input = inputs[i]; 466private async Task<string?> HandleSingleInputAsync(PublishingPromptInput input, string promptText, CancellationToken cancellationToken) 508private async Task<string?> HandleSelectInputAsync(PublishingPromptInput input, string promptText, CancellationToken cancellationToken) 528private async Task<string?> HandleNumberInputAsync(PublishingPromptInput input, string promptText, CancellationToken cancellationToken)
src\Aspire.Hosting\Backchannel\BackchannelDataTypes.cs (1)
125public IReadOnlyList<PublishingPromptInput>? Inputs { get; init; }