1 implementation of PromptForStringAsync
aspire (1)
Interaction\InteractionService.cs (1)
36
public async Task<string>
PromptForStringAsync
(string promptText, string? defaultValue = null, Func<string, ValidationResult>? validator = null, CancellationToken cancellationToken = default)
2 references to PromptForStringAsync
aspire (2)
Commands\NewCommand.cs (2)
117
return await interactionService.
PromptForStringAsync
(
126
return await interactionService.
PromptForStringAsync
(