I'm currently running unit tests for a Xamarin application using the nunit-console (2.4.8) provided by the Mono Framework on OS X.
I'm trying to publish the results through SonarQube and I believe for this to work I need NUnit 2.5 or higher
Currently SonarQube errors because of a missing "errors" attribute in the xml results file, it seems like this got introduced in NUnit 2.5.
What options do I have for upgrading NUnit on OS X? Does any version of the Mono Framework support this higher version of NUnit? Can I get it as a separate binary?
All versions of NUnit are supported on Mono. There is no install package but you can get all the binaries as a zip.