commandline icon indicating copy to clipboard operation
commandline copied to clipboard

Fixed failed parsing on nullable options

Open akbyrd opened this issue 10 years ago • 1 comments

Enum.Parse and Convert.Change type can't convert directly from string to a nullable type so I added a type conversion to the underlying type before parsing/converting takes place. Also added a unit test for nullable types as options.

akbyrd avatar May 31 '15 21:05 akbyrd

I only meant for 851779a to be in this PR. Shoulda made a branch for the fix. Sorry, first time trying this.

akbyrd avatar Jun 06 '15 02:06 akbyrd