Todd Stewart
Todd Stewart
Fixed in what version? I am currently using version 2.2.0 and I still get the same error.
Just tried 2.3.0-beta5-build3769 and I still get \r\n and \n in the output.
Two examples Shouldly.ShouldAssertException : _dataFileInfo.DeviceName\n should be\n\"1\"\n but was\n\"\"\n difference\nDifference | | \r\n | \\|/ \r\nIndex | 0 \r\nExpected Value | 1 \r\nActual Value | \r\nExpected Code | 49 \r\nActual...
Will a fix for this make it into the 2.3.0 release?
At the point in the code you are linking to the script is the complete script with all of the processing done. The [ScriptRunner](https://github.com/cake-build/cake/blob/b7640388bc73a56dba048ade1575e435a0e83152/src/Cake.Core/Scripting/ScriptRunner.cs#L67) class calls the script analyzer which...
I will have a pull request for this tomorrow. It kind of is a moot point right now though since Cake.Frosting does not support the Spectre Console Output. I also...
@devlead have you had a chance to look at this one? Thank You