3 references to _promptsToSend
Aspire.Cli.Tests (3)
Commands\PublishCommandPromptingIntegrationTests.cs (3)
1019_promptsToSend.Add(new PromptData(promptId, [new PromptInputData(promptId, label, inputType, isRequired, options, defaultValue, validationErrors, maxFileSize, fileFilter)], message)); 1024_promptsToSend.Add(new PromptData(promptId, inputs, message, title)); 1031foreach (var prompt in _promptsToSend)