Does .NET Core work with the NUnit console runner?

I reached out to the NUnit community and got this answer: Does NUnit Console work with .NET Core? #487

NUnit Console is compiled using the full .NET Framework and does not currently support .NET Core. To run .NET Core tests from the command line, you need to use dotnet test. For information on how to do this, see .NET Core and .NET Standard (NUnit wiki).

We are looking at creating a .NET Core based console runner, but it is still in the planning stages.

Tags:

.Net

Nunit

Core