You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
@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 theenvironment
element associated with the first assembly and using the value of theframework-version
attribute.This is, however, not an nunit bug, but a bug in the result writer extension. I'm moving it accordingly.
The text was updated successfully, but these errors were encountered: