You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Issue by arutkowski00
Thursday Apr 13, 2017 at 13:56 GMT
Originally opened as gsscoder/commandline#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
The text was updated successfully, but these errors were encountered: