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
Convert is not very extensible and was designed around a fixed set of types
The library uses Convert.ChangeType internally to convert from string which doesn't support nullable at all. We need to gut it and add support for ComponentModel/TypeConverter, which would also let developers add converters for custom types.
0xced
added a commit
to 0xced/commandline
that referenced
this issue
Jan 5, 2018
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: