dotnet / dotnet/command-line-api
Support Constructors with Optional Parameters for User-Types
Open
Area-Parser and Binder
enhancement
- Dominant language
- C#
- Stars
- 3.7k
- Forks
- 428
- PR merge metrics
- No merged PRs in 30d
Description
From #632 :
Right now only constructors accepting **exactly 1 argument** of type `string` are being looked at for user type instantiation during binding. Could this be extended to also include those constructors where the first and the only required parameter is `string`, but that also contain optional parameters?
Contributor guide
Assessment
This issue has not been assessed yet.