1 instantiation of StringPromptCall
Aspire.Cli.Tests (1)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
781
StringPromptCalls.Add(new
StringPromptCall
(promptText, defaultValue, isSecret));
2 references to StringPromptCall
Aspire.Cli.Tests (2)
Commands\PublishCommandPromptingIntegrationTests.cs (2)
563
var
promptCall = promptCalls[0];
761
public List<
StringPromptCall
> StringPromptCalls { get; } = [];