Bump coverlet.collector from 6.0.4 to 10.0.0#473
Bump coverlet.collector from 6.0.4 to 10.0.0#473dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
--- updated-dependencies: - dependency-name: coverlet.collector dependency-version: 10.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 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 3a533ca. Configure here.
| <!-- tests, etc --> | ||
| <PackageVersion Include="BouncyCastle.Cryptography" Version="2.6.1" /> | ||
| <PackageVersion Include="coverlet.collector" Version="6.0.4" /> | ||
| <PackageVersion Include="coverlet.collector" Version="10.0.0" /> |
There was a problem hiding this comment.
Version mismatch between related coverlet packages
Medium Severity
Bumping coverlet.collector to 10.0.0 while coverlet.msbuild remains at 6.0.4 introduces a version mismatch between two packages from the same project that are both referenced in the same test project. Prior to this change both were at 6.0.4. Coverlet 8.0.0+ had breaking changes (minimum .NET 8.0 SDK, removed Newtonsoft.Json, etc.), so mixing a pre-8.0 and post-8.0 package could cause instrumentation conflicts or unexpected code-coverage behavior.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 3a533ca. Configure here.
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|


Updated coverlet.collector from 6.0.4 to 10.0.0.
Release notes
Sourced from coverlet.collector's releases.
10.0.0
Improvements
--coverlet-file-prefixoption for unique report files #1869Fixed
Maintenance
Diff between 8.0.1 and 10.0.0
8.0.1
Fixed
Improvements
Diff between 8.0.0 and 8.0.1
8.0.0
Special Thanks: A huge thank you to @Bertk for driving the majority of the work in this release! 🎉
Fixed
Improvements
Diff between 6.0.4 and 8.0.0
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
Low risk dependency bump limited to the test coverage collector; primary risk is CI/test coverage reporting differences or incompatibilities with the current .NET SDK/tooling.
Overview
Updates the NuGet test coverage dependency
coverlet.collectorfrom6.0.4to10.0.0inDirectory.Packages.props.No other packages or code are changed, so impact should be limited to how coverage is collected/reported during test runs.
Reviewed by Cursor Bugbot for commit 3a533ca. Bugbot is set up for automated code reviews on this repo. Configure here.