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

build test does not work if you have a newer version of nunit console already installed #2783

Closed
jackmott opened this issue Apr 3, 2017 · 1 comment

Comments

@jackmott
Copy link
Contributor

jackmott commented Apr 3, 2017

nunit console will search the pc for the newest version of nunit-console installed, and this can cause a conflict can cause an error when trying to run build test

Repro steps

  1. Install the newest nunit-console

  2. run build test

Expected behavior

Should test

Actual behavior

Get an nunit error

Known workarounds

Uninstall the newer nunit console application

Related information

This issue may have info on workarounds that could be implemented:
nunit/nunit#1348

@cartermp
Copy link
Contributor

cartermp commented Sep 1, 2020

Closing as this should no longer be an issue. We get all test stuff from packages and just use those.

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

3 participants