Karl Newman

Results 3 comments of Karl Newman

Beta 3 broke my configuration, specifically an optional (nullable) int argument to a command. The last Beta 2 is still working. The invocation looks like this: `Program.exe mycommand 1234` And...

I did some more testing and it appears the problem is with the Argument, not the nullable int. A little more debugging showed that my prior command which was building...

Until this is solved upstream, I came up with a workaround. Assume an XML config like this: ```xml Test1 Test2 ``` where `` could be one or more entries. Then...