Open ericnewton76 opened 7 years ago
Comment by ericnewton76 Tuesday Oct 31, 2017 at 16:49 GMT
See Issue #488
Note: We have moved the project to a more team managed repository. Please resubmit any pull requests to https://github.com/commandlineparser/commandline Sorry for inconveniences.
Issue by arutkowski00 Thursday Apr 13, 2017 at 13:56 GMT Originally opened as https://github.com/gsscoder/commandline/pull/438
It is a bugfix for #289 and #326 . When using the
ParserResult<object> ParseArguments(IEnumerable<string>, Type[])
method,CaseInsensitiveEnumValues
property was not working, because it was not passed toInstanceChooser.Choose
method.arutkowski00 included the following code: https://github.com/gsscoder/commandline/pull/438/commits