Skip to content

Bump coverlet.collector and 3 others#6

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/test-stack-2e0b040687
Closed

Bump coverlet.collector and 3 others#6
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/test-stack-2e0b040687

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updated coverlet.collector from 6.0.4 to 10.0.1.

Release notes

Sourced from coverlet.collector's releases.

10.0.1

Improvements

Fixed

  • Fix inconsistent paths in cobertura reports #​1723
  • Fix when using "is" with "and" in pattern matching, branch coverage is lower than normal #​1313
  • Fix Coverlet flagging a branch for an async functions finally block where none exists #​1337
  • Fix Coverlet Tracker Missing CompilerGeneratedAttribute #​1828

Maintenance

  • Add architecture docs and diagrams for all integrations #​1927
  • Update NuGet packages and .NET SDK versions #​1933

Diff between 10.0.0 and 10.0.1

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

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.

Updated Microsoft.NET.Test.Sdk from 17.14.1 to 18.6.0.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

18.6.0

What's Changed

Changes to tests and infra

18.5.1

What's Changed

Full Changelog: microsoft/vstest@v18.5.0...v18.5.1

18.5.0

⚠️ Unlisted on Nuget, because of #​15718

What's Changed

Full Changelog: microsoft/vstest@v18.4.0...v18.5.0

18.4.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v18.3.0...v18.4.0

18.3.0

What's Changed

Internal fixes and updates

New Contributors

18.0.1

What's Changed

Fixing an issue with loading covrun64.dll on systems that have .NET 10 SDK installed: https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/10.0/code-coverage-dynamic-native-instrumentation

Internal changes

Full Changelog: microsoft/vstest@v18.0.0...v18.0.1

18.0.0

What's Changed

Internal fixes and updates

Commits viewable in compare view.

Updated Verify.Xunit from 28.5.0 to 31.12.5.

Release notes

Sourced from Verify.Xunit's releases.

31.12.5

  • #​1682 Make 'header' parameter nullable in combination ap is

31.12.3

  • #​1678 Add parameterless ctor and overload priority

31.10.0

  • #​1667 Add solution discovery tests and auto discovery logic

Commits viewable in compare view.

Updated xunit.runner.visualstudio from 3.1.4 to 3.1.5.

Release notes

Sourced from xunit.runner.visualstudio's releases.

3.1.5

Release notes: https://xunit.net/releases/visualstudio/3.1.5

Commits viewable in compare view.

@dependabot @github

dependabot Bot commented on behalf of github May 29, 2026

Copy link
Copy Markdown
Contributor Author

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.

Bumps coverlet.collector from 6.0.4 to 10.0.1
Bumps Microsoft.NET.Test.Sdk from 17.14.1 to 18.6.0
Bumps Verify.Xunit from 28.5.0 to 31.12.5
Bumps xunit.runner.visualstudio from 3.1.4 to 3.1.5

---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-stack
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.6.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-stack
- dependency-name: Verify.Xunit
  dependency-version: 31.12.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-stack
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-stack
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump the test-stack group with 4 updates Bump coverlet.collector and 3 others Jun 1, 2026
@dependabot
dependabot Bot force-pushed the dependabot/nuget/test-stack-2e0b040687 branch from 62b45e1 to aa14d8c Compare June 1, 2026 21:08
ShortArrow added a commit that referenced this pull request Jun 4, 2026
…#4 #5)

Subsumes dependabot PRs #1-5 in a single Batch Z-equivalent push.

- actions/checkout: v4.2.2 → v6.0.2
- actions/download-artifact: v4.1.8 → v8.0.1
- actions/upload-artifact: v4.4.3 → v7.0.1
- actions/setup-dotnet: v4.1.0 → v5.3.0
- amannn/action-semantic-pull-request: v5.5.3 → v6.1.1

Closes the Node.js 20 deprecation warning that was firing on every
job run (force-migration deadline 2026-09-16). All five actions
ship Node.js 24-compatible bundles in the new majors.

Also configures dependabot's NuGet ecosystem to use the
`chore(deps):` commit-message prefix (the github-actions ecosystem
already emits `build(deps):` which the pr.yml semantic-PR check
already accepts). Without this, NuGet PRs landed with bare
"Bump X" titles and failed the title-check before the build job
could run — visible in #6 / #7 / #8 / #11 / #13.

The five original PRs will be closed once this lands; future
dependabot regenerations will use the new prefix and pass the
title check.
@ShortArrow

Copy link
Copy Markdown
Owner

Subsumed by direct main commits d3a3567 (GitHub Actions bumps) and d0e2d4f (NuGet bumps). The original PRs were against the pre-v0.1.0 main and could not be merged without manual rebase; merging directly was faster than rebasing five stale dependabot PRs while a sixth (semantic-PR check) was failing the title gate. Dependabot will pick up new updates on its next weekly cycle and now uses the corrected \ prefix (see .github/dependabot.yml change in d3a3567) so future PRs pass the title check on first try.

@ShortArrow ShortArrow closed this Jun 4, 2026
@ShortArrow
ShortArrow deleted the dependabot/nuget/test-stack-2e0b040687 branch June 4, 2026 00:57
@dependabot @github

dependabot Bot commented on behalf of github Jun 4, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

ShortArrow added a commit that referenced this pull request Jun 4, 2026
#13

Manual rebase + apply of the five outstanding NuGet PRs that were
sitting against the pre-v0.1.0 main and could no longer be merged
straight. All five PRs' version bumps are folded into a single
commit so the lock files refresh in lockstep:

- Microsoft.Extensions.Logging.Abstractions 10.0.0 → 10.0.8
- Microsoft.Extensions.TimeProvider.Testing 9.7.0 → 10.6.0
- (transitive consistency) Microsoft.Extensions.DependencyInjection /
  .Abstractions / .Hosting / .Logging all → 10.0.8 so the central
  pinning doesn't downgrade Logging.Abstractions' transitive deps
- Serilog 4.2.0 → 4.3.0 + Serilog.Extensions.Hosting 9.0.0 → 10.0.0
- TestableIO.System.IO.Abstractions + Wrappers + TestingHelpers
  22.1.0 → 22.1.1
- OpenTelemetry.Instrumentation.AspNetCore 1.13.0 → 1.15.2
- Microsoft.NET.Test.Sdk 17.14.1 → 18.6.0
- coverlet.collector 6.0.4 → 10.0.1
- Verify.Xunit 28.5.0 → 31.12.5

All 25 packages.lock.json files regenerated via
`dotnet restore --force-evaluate`. Suite stays at 623 passing.
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