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

Set XUnitVSRunnerVersion to 2.4.3 #6020

Closed
wants to merge 2 commits into from

Conversation

lpatalas
Copy link
Contributor

As described in #6019 - xunit.runner.visualstudio 2.4.1 does not work with .NET 5 Preview 8. This PR upgrades it to 2.4.3.

@lpatalas lpatalas requested review from riarenas and premun August 24, 2020 12:30
@@ -86,7 +86,7 @@
<MicrosoftTestPlatformVersion Condition="'$(MicrosoftTestPlatformVersion)' == ''">16.5.0</MicrosoftTestPlatformVersion>
<XUnitVersion Condition="'$(XUnitVersion)' == ''">2.4.1</XUnitVersion>
<XUnitRunnerConsoleVersion Condition="'$(XUnitRunnerConsoleVersion)' == ''">$(XUnitVersion)</XUnitRunnerConsoleVersion>
<XUnitRunnerVisualStudioVersion Condition="'$(XUnitRunnerVisualStudioVersion)' == ''">$(XUnitVersion)</XUnitRunnerVisualStudioVersion>
<XUnitRunnerVisualStudioVersion Condition="'$(XUnitRunnerVisualStudioVersion)' == ''">$(XUnitVSRunnerVersion)</XUnitRunnerVisualStudioVersion>
Copy link
Contributor Author

@lpatalas lpatalas Aug 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@riarenas @missymessa I'm not sure if this change is enough. Should we also hardcode XUnitRunnerVisualStudioVersion in case XUnitVSRunnerVersion is unset? Previously it was not a problem because runner version was the same as xunit itself but now they differ.

@lpatalas lpatalas requested a review from missymessa August 24, 2020 14:53
@premun
Copy link
Member

premun commented Aug 24, 2020

@lpatalas please check #5908, it might be related

@lpatalas
Copy link
Contributor Author

@premun Yes, good catch. I'm closing it because it's just a duplicate of that other PR.

@lpatalas lpatalas closed this Aug 24, 2020
@mmitche mmitche deleted the lupatala/upgrade-xunit-runner branch December 17, 2020 23:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants