Bump xunit.v3 from 3.2.2 to 4.0.0 - #551
Conversation
--- updated-dependencies: - dependency-name: xunit.v3 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.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit ff20898. Configure here.
| <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.8.1" /> | ||
| <PackageVersion Include="Validation" Version="2.6.68" /> | ||
| <PackageVersion Include="xunit.v3" Version="3.2.2" /> | ||
| <PackageVersion Include="xunit.v3" Version="4.0.0" /> |
There was a problem hiding this comment.
Incomplete xUnit runner upgrade
High Severity
This bump moves xunit.v3 to 4.0.0 while leaving xunit.runner.visualstudio at 3.1.5 and xunit.v3.runner.console at 3.0.0. The official Visual Studio adapter 4.0.0 was released to support framework 4.0.0 and its updated configuration schema. CI and Test Explorer go through that adapter, and this repo depends on xunit.runner.json disabling parallel collections because tests call FLUSHALL against shared Redis. An unmatched major bump risks discovery/execution failures or ignored parallelization settings, plus breakage in the custom TheoryDiscoverer / XunitTestCase subclasses that 4.0 explicitly reworks.
Reviewed by Cursor Bugbot for commit ff20898. Configure here.


Updated xunit.v3 from 3.2.2 to 4.0.0.
Release notes
Sourced from xunit.v3's releases.
No release notes found for this version range.
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
Medium Risk
Major xUnit v3 upgrade affects the entire test stack and may require compatible runner/SDK packages or test API adjustments if CI breaks.
Overview
Bumps the central xunit.v3 package version in
Directory.Packages.propsfrom 3.2.2 to 4.0.0 (major upgrade). Test projects that referencexunit.v3without a pinned version will pick up the new release via central package management.No application or library source changes are included—only the shared NuGet version pin.
Reviewed by Cursor Bugbot for commit ff20898. Bugbot is set up for automated code reviews on this repo. Configure here.