Audible feedback of a build issue would make a great addition. I've just spent 20 minutes trying to work out why my debugger was not working, claiming "The source code is different from the build version".
Turned out I had introduced the null-propagation operator e.g _intermediatePipeline?.Dispose();
this builds in VS but not in the Ninjatrader editor and I had not realised that the buld was failing in the Ninjascript editor. It gives audible feedback on a successful build but not on an error.

Comment