-
Notifications
You must be signed in to change notification settings - Fork 586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NUnit 3 console support #1010
Comments
This breaks existing build scripts as nunit-console.exe no longer exists, so when NUnit tasks are executed you get a file not found :-( |
yes you need to do "nuget NUnit ~> 2" in your dependencies file. |
Yeah a lot of scripts just take the latest, like projectscaffold etc |
yeah bad timing ;-) |
This seams like a prime opportunity for me to give the NUnit runner the same treatment I gave XUnit. I'll take a swing through this over the weekend. |
Created NUnit 3 support, PR is here: #1064 |
NUnit 3 has just been released and the options to the console runner (now called nunit3-console.exe) have been changed.
Some examples of changed options are:
Also it appears the output xml format has changed, but can be forced into nunit2 format with an option.
The text was updated successfully, but these errors were encountered: