-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TimeSpan option failing to parse with "bad format" #173
Comments
Comment by SuperJMN I'm having the same problem with a nullable enum. |
Same here. |
I think this is the root of the problem: https://weblogs.asp.net/pjohnson/Convert.ChangeType-doesn_2700_t-handle-nullables
The library uses |
Issue by georgiosd
Monday Oct 16, 2017 at 07:30 GMT
Originally opened as gsscoder/commandline#493
If defined a
TimeSpan?
property in my options and passed it as "00:30" from the commandline but it failed with "bad format".Is this not supported?
The text was updated successfully, but these errors were encountered: