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