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