commandlineparser / commandline

The best C# command line parser that brings standardized *nix getopt style, for .NET. Includes F# support
MIT License
4.58k stars 478 forks source link

Pass CaseInsensitiveEnumValues property value to InstanceChooser.Choose #131

Open ericnewton76 opened 7 years ago

ericnewton76 commented 7 years ago

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 to InstanceChooser.Choose method.


arutkowski00 included the following code: https://github.com/gsscoder/commandline/pull/438/commits

ericnewton76 commented 7 years ago

Comment by arutkowski00 Friday Sep 22, 2017 at 06:10 GMT


@gsscoder bump

ericnewton76 commented 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.