2 references to StringPromptCalls
Aspire.Cli.Tests (2)
Commands\PublishCommandPromptingIntegrationTests.cs (2)
465
var promptCalls = consoleService.
StringPromptCalls
;
618
StringPromptCalls
.Add(new StringPromptCall(promptText, defaultValue, isSecret));