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