# NUnit3, FinalBuilder 7

**URL:** https://www.finalbuilder.com/forums/t/nunit3-finalbuilder-7/2437
**Category:** Discussion
**Created:** [November 21, 2015, 6:49am UTC](https://www.finalbuilder.com/forums/t/nunit3-finalbuilder-7/2437 "2015-11-21T06:49:16Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![gtsbcrooker](https://www.finalbuilder.com/forums/letter_avatar_proxy/v4/letter/g/ed655f/32.png) [@gtsbcrooker](https://www.finalbuilder.com/forums/u/gtsbcrooker)
#### Post date: [November 21, 2015, 6:49am UTC](https://www.finalbuilder.com/forums/t/nunit3-finalbuilder-7/2437/1 "2015-11-21T06:49:16Z")

</div>

Just thought I would share this in case anyone else runs into the same. &nbsp;We recently upgraded to NUnit3 for our web products, and the builds began failing. &nbsp;Turns out NUnit3 has new command line parameters and a new default XML output. &nbsp;  
  
To work around this, I create a batch file shim called “nunit-console.bat” and placed it in the nunit3 console folder, with this content:  
  
“C:\Program Files (x86)\[NUnit.org](http://NUnit.org)\nunit-console\nunit3-console.exe” %1 --result=%3;format=nunit2  
  
I then updated FinalBuilder to point to this batch file for launching nunit.  
  
You also need to uncheck the “don’t display the logo” option in the nunit action.  
  
-Britain

---

<div class="post-metadata">

### Author: ![gtsbcrooker](https://www.finalbuilder.com/forums/letter_avatar_proxy/v4/letter/g/ed655f/32.png) [@gtsbcrooker](https://www.finalbuilder.com/forums/u/gtsbcrooker)
#### Post date: [November 22, 2015, 2:22am UTC](https://www.finalbuilder.com/forums/t/nunit3-finalbuilder-7/2437/2 "2015-11-22T02:22:33Z")

</div>

Just a note - this batch file works for a simple scenario where you are executing the tests within an assembly. &nbsp;If you are doing anything more complicated you will need to adjust the batch file.

---

<div class="post-metadata">

### Author: ![nevar](https://www.finalbuilder.com/forums/letter_avatar_proxy/v4/letter/n/c4cdca/32.png) [@nevar](https://www.finalbuilder.com/forums/u/nevar)
#### Post date: [November 22, 2015, 10:53am UTC](https://www.finalbuilder.com/forums/t/nunit3-finalbuilder-7/2437/3 "2015-11-22T10:53:02Z")

</div>

Hi Britain,   
  
 We will be releasing full NUnit 3 support today. There is just some final testing that needs to be performed.

---

<div class="post-metadata">

### Author: ![Vincent](https://www.finalbuilder.com/forums/user_avatar/www.finalbuilder.com/vincent/32/938_2.png) [@Vincent](https://www.finalbuilder.com/forums/u/Vincent)
#### Post date: [November 23, 2015, 6:42am UTC](https://www.finalbuilder.com/forums/t/nunit3-finalbuilder-7/2437/4 "2015-11-23T06:42:31Z")

</div>

NUnit 3 is now supported in FinalBuilder 8. We will not be adding it to FB7.
