Skip to content

Bump coverlet.collector from 6.0.4 to 8.0.1#140

Merged
dennisdoomen merged 3 commits intomainfrom
dependabot/nuget/tests/Reflectify.Specs/coverlet.collector-8.0.1
Apr 2, 2026
Merged

Bump coverlet.collector from 6.0.4 to 8.0.1#140
dennisdoomen merged 3 commits intomainfrom
dependabot/nuget/tests/Reflectify.Specs/coverlet.collector-8.0.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Updated coverlet.collector from 6.0.4 to 8.0.1.

Release notes

Sourced from coverlet.collector's releases.

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.

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)

---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Apr 1, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 1, 2026

Test Results

  4 files  +  1    4 suites  +1   4s ⏱️ +2s
186 tests ±  0  186 ✅ ±  0  0 💤 ±0  0 ❌ ±0 
739 runs  +186  739 ✅ +186  0 💤 ±0  0 ❌ ±0 

Results for commit e6af625. ± Comparison against base commit 7fe1001.

♻️ This comment has been updated with latest results.

@dennisdoomen
Copy link
Copy Markdown
Owner

@copilot fix the conflict.

---
updated-dependencies:
- dependency-name: Meziantou.Analyzer
  dependency-version: 3.0.43
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dennisdoomen <[email protected]>
Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 1, 2026

@copilot fix the conflict.

Done. Rebased onto the latest main (commit ca026b8) to resolve the conflict.

@dennisdoomen
Copy link
Copy Markdown
Owner

@copilot coverage does not seem to work anymore

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 2, 2026

@copilot coverage does not seem to work anymore

coverlet.collector 8.0.1 dropped netstandard2.0 support and now only ships net8.0 DLLs. Since none of the existing test targets (net6.0, netcoreapp3.0, net472) can load a net8.0 assembly, the XPlat Code Coverage datacollector couldn't be found for any framework.

Fixed in e6af625 by adding net8.0 to the test project's TargetFrameworks and extending the net6.0 package condition to cover it. The net8.0 test pass now successfully loads the coverlet collector and produces coverage.cobertura.xml.

@dennisdoomen dennisdoomen merged commit 4e09627 into main Apr 2, 2026
4 checks passed
@dennisdoomen dennisdoomen deleted the dependabot/nuget/tests/Reflectify.Specs/coverlet.collector-8.0.1 branch April 2, 2026 07:05
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.

2 participants