I am getting error message from my MSBuild: "nunit-console.exe" exited with code -100.
Does anyone know where NUnit console exit codes meanings can be found?
I am getting error message from my MSBuild: "nunit-console.exe" exited with code -100.
Does anyone know where NUnit console exit codes meanings can be found?
Have you looked at the source? NUnit is open source, (and very well written) so you should be able to figure this out from the source.