smokeing
smokeing

Reputation: 259

NunitConsoleRunner test using mono on windows

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

Upvotes: 0

Views: 84

Answers (1)

Charlie
Charlie

Reputation: 13726

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.

Upvotes: 1

Related Questions