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

Update program to eliminate use of NUnit 2.2.10 #1

Closed
CharliePoole opened this issue Sep 29, 2013 · 0 comments
Closed

Update program to eliminate use of NUnit 2.2.10 #1

CharliePoole opened this issue Sep 29, 2013 · 0 comments

Comments

@CharliePoole
Copy link
Owner

NUnitResults uses NUnit 2.2.10 assemblies to create test results from the input xml file. This limits its ability to deal with result files created by recent versions of NUnit. There are two optional ways to deal with this:

  1. Use a later version of NUnit
  2. Don't use NUnit at all so there is no longer a dependency.

The second approach is preferable and should be tried first.

Originally https://bugs.launchpad.net/nunit-results/+bug/491548

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

No branches or pull requests

1 participant