Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<PackageVersion Include="Microsoft.Bcl.Memory" Version="10.0.11" />
<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.

<PackageVersion Include="xunit.v3.runner.console" Version="3.0.0" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
</ItemGroup>
Expand Down
Loading