coding doge

Results 2 issues of coding doge

Code: `System.Console.WriteLine$2("{0:yyyy-MM-dd HH:mm:ss}",[System.DateTime.get_Now()])` Resuit: `{0:yyyy-MM-dd HH:mm:ss}2018-03-29 09:41:45` expected: `2018-03-29 09:41:45` without format string Code: `System.Console.WriteLine$2("{0:yyyy-MM-dd HH:mm:ss},{1}",[System.DateTime.get_Now(),0])` Result: `{0:yyyy-MM-dd HH:mm:ss},{1}2018-03-29 09:43:39,0` expected: `2018-03-29 09:43:39,0` without format string build in vs2017. Run...

Seem the build instructions's params is specificed for OSX. I have not mac, but i still try following instructions to build on debian(jessie) and fail. Maybe some params differ between...