Skip to content

Bump coverlet.msbuild from 6.0.4 to 10.0.0#474

Merged
mgravell merged 1 commit into
masterfrom
dependabot/nuget/coverlet.msbuild-10.0.0
May 2, 2026
Merged

Bump coverlet.msbuild from 6.0.4 to 10.0.0#474
mgravell merged 1 commit into
masterfrom
dependabot/nuget/coverlet.msbuild-10.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Copy link
Copy Markdown
Contributor

Updated coverlet.msbuild from 6.0.4 to 10.0.0.

Release notes

Sourced from coverlet.msbuild's releases.

10.0.0

Improvements

  • Unique Report Filenames (coverlet.MTP and AzDO) #​1866
  • Add --coverlet-file-prefix option for unique report files #​1869
  • Introduce .NET 10 support #​1823

Fixed

Maintenance

  • Add comprehensive async method tests and documentation for issue #​1864
  • Replace Tmds.ExecFunction Package in coverlet.core.coverage.tests #​1833
  • Add net9.0 and net10.0 targets #​1822

Diff between 8.0.1 and 10.0.0

8.0.1

Fixed

  • Fix [BUG] TypeInitializationException when targeting .NET Framework #​1818
  • Fix [BUG] coverlet.MTP build fails with CS0400 due to developmentDependency=true #​1827

Improvements

  • Additional improvements needed for .NET Framework instrumentation type import #​1825

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

  • Coverlet MTP extension feature #​1788
  • Generate SBOM for nuget packages #​1752
  • Use multi targets projects for coverlet.collector, coverlet.msbuild.tasks packages #​1742
  • Use .NET 8.0 target framework for coverlet.core and remove Newtonsoft.Json #​1733
  • Use latest System.CommandLine version #​1660
  • Upgraded minimum required .NET SDK and runtime to .NET 8.0 LTS (Long Term Support) (Breaking Change)
  • Use xunit.v3 for tests and example code

Diff between 6.0.4 and 8.0.0

Commits viewable in compare view.


Note

Low Risk
Test-only dependency bump; low risk aside from potential CI/coverage report behavior changes due to a major version upgrade.

Overview
Updates the centrally-managed NuGet dependency coverlet.msbuild in Directory.Packages.props from 6.0.4 to 10.0.0 to pick up the latest coverage tooling fixes and improvements.

Reviewed by Cursor Bugbot for commit d8b9930. Bugbot is set up for automated code reviews on this repo. Configure here.

@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels May 1, 2026
@jit-ci

jit-ci Bot commented May 1, 2026

Copy link
Copy Markdown

🛡️ Jit Security Scan Results

CRITICAL HIGH MEDIUM

✅ No security findings were detected in this PR


Security scan by Jit

@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 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 ffe3c19. Configure here.

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

---
updated-dependencies:
- dependency-name: coverlet.msbuild
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot force-pushed the dependabot/nuget/coverlet.msbuild-10.0.0 branch from ffe3c19 to d8b9930 Compare May 2, 2026 16:47
@mgravell mgravell merged commit efcbed5 into master May 2, 2026
29 checks passed
@mgravell mgravell deleted the dependabot/nuget/coverlet.msbuild-10.0.0 branch May 2, 2026 16:51
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.

1 participant