Skip to content

Bump coverlet.collector from 8.0.1 to 10.0.0#7

Merged
birdnamoo merged 1 commit into
mainfrom
dependabot/nuget/coverlet.collector-10.0.0
Apr 27, 2026
Merged

Bump coverlet.collector from 8.0.1 to 10.0.0#7
birdnamoo merged 1 commit into
mainfrom
dependabot/nuget/coverlet.collector-10.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Updated coverlet.collector from 8.0.1 to 10.0.0.

Release notes

Sourced from coverlet.collector'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

  • Fix [BUG] Wrong branch rate on IAsyncEnumerable for generic type #​1836
  • Fix [BUG] Missing Coverage after moving to MTP #​1843
  • Fix [BUG] No coverage reported when targeting .NET Framework with 8.0.1 #​1842
  • Fix [BUG] Behavior changes between MTP and Legacy (msbuild) #​1878
  • Fix [BUG] Coverlet.MTP - Unable to load coverlet.mtp.appsettings.json #​1880
  • Fix [BUG] Coverlet.Collector produces empty report when Mediator.SourceGenerator is referenced #​1718 by https://github.com/yusyd
  • Fix [BUG] Crash during instrumentation (Methods using LibraryImport/DllImport have no body) #​1762

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

Commits viewable in compare view.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 27, 2026

Labels

The following labels could not be found: dependencies, nuget. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@birdnamoo
Copy link
Copy Markdown
Contributor

사전 분석

Type: Major bump (8.0.1 → 10.0.0) — test-only dependency.

Risk: 🟡 Medium (major version, but test-only).

Release notes review (8.0.1 → 10.0.0):

  • ✅ Adds .NET 10 official support (#1823) — directly relevant: FilePrepper now targets net10.0. 8.0.1 was unofficial on net10.
  • ✅ Several BUG fixes: branch rate on IAsyncEnumerable<T>, .NET Framework target with 8.0.1, LibraryImport/DllImport instrumentation crash.
  • ✅ Adds --coverlet-file-prefix option and unique report filenames for MTP/AzDO. Optional, opt-in.
  • ⚠️ No explicit breaking changes documented in 9.x or 10.0 release notes for the standard coverlet.collector flow.

Our usage: Both test projects reference coverlet.collector only. scripts/test-all.ps1 invokes dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura — standard flow, not MTP/AzDO.

Verification status: Predates ci.yml. Recommend @dependabot rebase to run automated verification before merge — this is the most likely candidate for surprise behaviour change.

Recommended sequence: Same as #5 — hold for 0.6.1, then merge after CI green → 0.6.2.

@birdnamoo
Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/nuget/coverlet.collector-10.0.0 branch from 02407a7 to 4c75d49 Compare April 27, 2026 07:13
@birdnamoo
Copy link
Copy Markdown
Contributor

@dependabot rebase

---
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>
@dependabot dependabot Bot force-pushed the dependabot/nuget/coverlet.collector-10.0.0 branch from 4c75d49 to 4a3cad2 Compare April 27, 2026 07:21
@birdnamoo birdnamoo merged commit f5b1767 into main Apr 27, 2026
1 check passed
@birdnamoo birdnamoo deleted the dependabot/nuget/coverlet.collector-10.0.0 branch April 27, 2026 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant