2 instantiations of StringPromptCall
Aspire.Cli.Tests (2)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
875StringPromptCalls.Add(new StringPromptCall(promptText, defaultValue, isSecret));
TestServices\TestInteractionService.cs (1)
65StringPromptCalls.Add(new StringPromptCall(promptText, defaultValue, isSecret));
5 references to StringPromptCall
Aspire.Cli.Tests (5)
Commands\PublishCommandPromptingIntegrationTests.cs (4)
564var promptCall = promptCalls[0]; 676var promptCall = promptCalls[0]; 719var promptCall = promptCalls[0]; 855public List<StringPromptCall> StringPromptCalls { get; } = [];
TestServices\TestInteractionService.cs (1)
34public List<StringPromptCall> StringPromptCalls { get; } = [];