Bump xunit.runner.visualstudio from 3.1.5 to 4.0.0 - #550
Conversation
--- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e12f123b90
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| <PackageVersion Include="xunit.v3" Version="3.2.2" /> | ||
| <PackageVersion Include="xunit.v3.runner.console" Version="3.0.0" /> | ||
| <PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" /> | ||
| <PackageVersion Include="xunit.runner.visualstudio" Version="4.0.0" /> |
There was a problem hiding this comment.
Keep the runner on the MTP v1-compatible line
Version 4.0.0 of the Visual Studio runner moves to Microsoft.Testing.Platform v2, while this manifest still uses xunit.v3 3.2.2, which pins MTP 1.9.1. The repository already documents in .github/dependabot.yml that adding an MTP v2 component to this xUnit 3.x test stack causes the build to fail, so restoring either test project through the solution will break until xunit.v3 is upgraded to its MTP v2-compatible major version; retain the 3.x runner meanwhile.
Useful? React with 👍 / 👎.
Updated xunit.runner.visualstudio from 3.1.5 to 4.0.0.
Release notes
Sourced from xunit.runner.visualstudio's releases.
4.0.0
Release notes: https://xunit.net/releases/visualstudio/4.0.0
4.0.0-pre.5
Release notes: https://xunit.net/releases/visualstudio/4.0.0-pre.5
4.0.0-pre.4
Release notes: https://xunit.net/releases/visualstudio/4.0.0-pre.4
4.0.0-pre.3
Release notes: https://xunit.net/releases/visualstudio/4.0.0-pre.3
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Low Risk
Test-only dependency bump with no application or library code changes; main risk is CI/local test runner compatibility with the existing xUnit v3 stack.
Overview
Bumps the central NuGet version of
xunit.runner.visualstudiofrom 3.1.5 to 4.0.0 inDirectory.Packages.props. Test projects (Doc,NRedisStack.Tests) that reference this package pick up the new Visual Studio /dotnet testadapter without any project file edits.This is a major release of the xUnit VS runner only;
xunit.v3and other test dependencies are unchanged.Reviewed by Cursor Bugbot for commit e12f123. Bugbot is set up for automated code reviews on this repo. Configure here.