-
Notifications
You must be signed in to change notification settings - Fork 152
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
NUnit.Console 3.17.0 and lower does not work with NUnit version 4.1.0 #1441
Comments
All version 3.16 releases have been marked on GitHub as deprecated. Try either 3.15.5 or 3.17.0 and let us know if the problem persists. Even better, try the latest dev build of 3.18.0 from our MyGet feed. |
Thank you for your reply! Do you happen to know if this issue is fixed in version 3.18.0? also to make sure I have the right branch could you give me a link to the repo that you would like me to test to see if this issue is no longer present? |
The feed is here: https://www.myget.org/feed/nunit/package/nuget/NUnit.ConsoleRunner Pick the latest 3.18 dev build (not 4.0). Issue #`1387 hasn't had any work done on it as far as I can see, I'll take a look at it for 3.18.0. |
@CharliePoole |
@Moshex Trying for this week as I'll have family visiting for the following two weeks. |
Thank you so much please keep me updated! |
@CharliePoole is there a prod release of 3.18.0? |
As I said, I'm trying for this week. FYI, issues close when the fix makes it into the main branch. |
I see the new update thank you so much for all your heard work! |
If you plan to use the dotnet tool version, there's a critical bug which will require a 3.18.1 release. |
@Moshex The 3.18.1 release is now published. |
When I run my NUnit.Console command with NUnit version 3.14.0 my tests run just fine with this command.
This is the command:
mono ../../../.nuget/packages/NUnit.ConsoleRunner/3.16.3/tools/nunit3-console.exe --labels=Before --out=TestResult.txt "--result=TestResult.xml;format=nunit2" ./UITests.csproj --trace=Verbose;
When I run my NUnit.Console command with NUnit version 4.1.0 my tests do not run with the same command.
This is the command:
mono ../../../.nuget/packages/NUnit.ConsoleRunner/3.16.3/tools/nunit3-console.exe --labels=Before --out=TestResult.txt "--result=TestResult.xml;format=nunit2" ./UITests.csproj --trace=Verbose;
This is the error:
is there something I need to do to get NUnit.Console to work with NUnit version 4.1.0?
The text was updated successfully, but these errors were encountered: