-
Notifications
You must be signed in to change notification settings - Fork 80
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
Dependency on xunit.runner.utility breaks xunit.runner.console #315
Comments
Two thoughts.
I'm not sure why you're getting a conflict. My suggestion would be to revert to an earlier runner (one of 2.4.1/2.4.2/2.4.3) and see if this resolves your problem. |
Please provide a full repro project if you can, since I cannot reproduce the problem as described. |
Agreed on that we should update the version to stable here: visualstudio.xunit/Versions.props Line 11 in 8dca8fe
Redistributing files like xunit.runner.utility or xunit.abstractions has caused double write issues in the past which we worked around ourselves, i.e. xunit/xunit#1651. It might be good to re-evaluate the purpose of that process. |
This is currently slated for a 2.5.0 prerelease of xunit.runner.visualstudio to coincide with a prerelease version of the core framework. When both reach RTM, the dependency will be an RTM dependency.
|
Example of the IL merge in v3: Tasks: Opting in (note that |
Closing this as the prerelease has been resolved in 2.5.0 (and RTM versions of |
Hi,
my unit test project references both nuget packages "xunit.runner.visualstudio" V2.4.5 and "xunit.runner.console" V2.4.1.
Both ship with a xunit.runner.utility.net452.dll, but one with a version 2.4.1 and the other in 2.4.2. The files overwrite each other in the output directory.
What I don't understand, is:
The text was updated successfully, but these errors were encountered: