Repro steps: in the error line, add an extra parameter, like ",0" and compile, then remove it and compile. Source attached.
2) The compiler didn't know what StreamReader was, so I inserted
using System.IO;
3) As I keep working the saves I make in the code editor window are not being accepted; every time I have to close the editor and reopen it to have the compiler act on the changes. I am using Debug Mode. I tried closing Ninja and reloading it but same prob.

Comment