Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong version information of NUnit 3 in NUnit 2 export format #11

Closed
CharliePoole opened this issue Feb 27, 2018 · 1 comment · Fixed by #19
Closed

Wrong version information of NUnit 3 in NUnit 2 export format #11

CharliePoole opened this issue Feb 27, 2018 · 1 comment · Fixed by #19
Assignees
Labels
Milestone

Comments

@CharliePoole
Copy link
Collaborator

@Pat781 commented on Mon Feb 26 2018

Hello,

I'm running NUnit console 3.8 and and NUnit framework 3.9 with the console parameter "format=nunit2".
In the result it prompts me: "environment nunit-version="3.6.0.0""
I feel the version information is misleading.

Regards,
Patrick


@CharliePoole commented on Tue Feb 27 2018

Confirming this as a bug. The V2 result writer extension uses its own version as the value of nunit-version. Instead, it should be looking at the environment element associated with the first assembly and using the value of the framework-version attribute.

This is, however, not an nunit bug, but a bug in the result writer extension. I'm moving it accordingly.

@CharliePoole
Copy link
Collaborator Author

🎉 This issue has been resolved in version 3.7.0 🎉

The release is available on:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant