0

I have installed mono and added mono/bin directory to PATH.

The way I am running tests: mono nunit3-console.exe C:\Test\bin\Debug\Test.dll

output:

console output

I tried with --framework=mono and mono-4.0 but it does not work.

The assembly is compiled by xbuild.

Edit: Running from mono command prompt - same result

smokeing
  • 259
  • 1
  • 3
  • 13
  • It could be a bug in our (NUnit's) mono detection on Windows. It doesn't get tested enough with every Mono update. Curious, does it work if you run with the `--inprocess` command line option to the NUnit console? – Rob Prouse Aug 17 '16 at 20:45
  • This might end up being better dealt with as an NUnit GitHub issue, https://github.com/nunit/nunit/issues – Rob Prouse Aug 17 '16 at 20:46
  • @rprouse Except that it's now github.com/nunit/nunit-console/issues :-) – Charlie Aug 18 '16 at 01:01

1 Answers1

1

This is nunit-console issue https://github.com/nunit/nunit-console/issues/34

This was found in code-review a while back. No users have complained about it up to now, so it's priority was low. I just increased the priority.

Charlie
  • 12,928
  • 1
  • 27
  • 31