Command Line Parser v2.8.0-preview1 Release Notes
Release Date: 2020-03-13 // over 5 years ago-
โ Added
- โ Added support for async programming for
WithParsed and WithNotParsed
by @joseangelmt, PR# 390 . - ๐ฆ Publish a new symbol packages with source link support for c# and F# (.snupkg) to improved package debugging experience by @moh-hassan, PR#554
- โ Add default verb support by @Artentus, PR# 556.
- โ Add more details for localized attribute properties by @EdmondShtogu, PR# 558
- ๐ Support Default in Group Options and raise error if both SetName and Group are applied on option by @hadzhiyski, PR# 575.
- ๐ Support mutable types without empty constructor that only does explicit implementation of interfaces by @pergardebrink, PR#590.
๐ Changed
- โ Tests cleanup by @gsscoder, PR# 560.
- โฌ๏ธ Upgraded parts of CSharpx from Version 1.6.2-alpha by @gsscoder, PR# 561.
- โฌ๏ธ Upgraded RailwaySharp from Version 1.1.0 by @gsscoder, PR# 562.
- 0๏ธโฃ SkipDefault is being respected by [Usage] Examples by @kendfrey, PR# 565.
- โ Remove useless testing code by @gsscoder, PR# 568.
- โ Remove constraint on T for ParseArguments with factory (required by issue #70) by @pergardebrink.
- โก๏ธ Update nuget api key by @ericnewton76
๐ Fixed
- ๐ Fix #579 Unable to parse TimeSpan given from the FormatCommandLine by @gsscoder, PR# 580.
- ๐ Fix issue #339 for using custom struct having a constructor with string parameter by moh-hassan, PR# 588.
- ๐ Fix issue #409 to avoid IOException break in Debug mode in WPF app by moh-hassan, PR# 589 .
- โ Added support for async programming for