1 instantiation of StringPromptCall
Aspire.Cli.Tests (1)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
618StringPromptCalls.Add(new StringPromptCall(promptText, defaultValue, isSecret));
1 reference to StringPromptCall
Aspire.Cli.Tests (1)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
599public List<StringPromptCall> StringPromptCalls { get; } = [];