Skip to content

Bump xunit.v3 from 3.2.2 to 4.0.0 - #551

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/xunit.v3-4.0.0
Open

Bump xunit.v3 from 3.2.2 to 4.0.0#551
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/xunit.v3-4.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

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 compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.props from 3.2.2 to 4.0.0 (major upgrade). Test projects that reference xunit.v3 without 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.

---
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>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Aug 17, 2026

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.

Fix All in Cursor

❌ 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.

Comment thread Directory.Packages.props
<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" />

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit ff20898. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants