nunit-console.exe is the command line version of NUnit, provided so that you can run your unit tests from the command line.
nunit-console.exe is the command line version of NUnit, provided so that you can run your unit tests from the command line. This is the ideal solution when you need to run your unit tests on a build server or run code coverage with NCover. There's both an x64 and x86 version for running unit tests compiled against 32-bit and 64-bit modes.
In NUnit3, the executable was renamed nunit3-console.exe