Skip to content
Open
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 @@ -16,7 +16,7 @@
<!-- tests, etc -->
<PackageVersion Include="BouncyCastle.Cryptography" Version="2.6.1" />
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
<PackageVersion Include="coverlet.msbuild" Version="6.0.4" />
<PackageVersion Include="coverlet.msbuild" Version="10.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.

Coverlet package version skew between msbuild and collector

Low Severity

coverlet.msbuild is bumped to 10.0.0 while coverlet.collector remains at 6.0.4. Both packages originate from the same coverlet-coverage/coverlet repository and share underlying components like coverlet.core. The test project references both packages, and this major-version skew (spanning three major versions apart) could cause conflicting transitive dependencies or inconsistent code coverage behavior. Before this change both packages were aligned at 6.0.4.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit ffe3c19. Configure here.

<PackageVersion Include="dotenv.net" Version="4.0.0" />
<PackageVersion Include="GitHubActionsTestLogger" Version="2.4.1" />
<PackageVersion Include="Microsoft.Azure.StackExchangeRedis" Version="3.2.1" />
Expand Down
Loading