Skip to content

deps(dotnet): Bump the testing group with 1 update#33

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/testing-485962a2b3
Open

deps(dotnet): Bump the testing group with 1 update#33
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/testing-485962a2b3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 15, 2026

Updated coverlet.collector from 6.0.4 to 8.0.0.

Release notes

Sourced from coverlet.collector's releases.

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps coverlet.collector from 6.0.4 to 8.0.0

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file nuget NuGet package updates labels Feb 15, 2026
@dependabot dependabot bot requested a review from karlspace as a code owner February 15, 2026 06:46
@dependabot dependabot bot added dependencies Pull requests that update a dependency file nuget NuGet package updates labels Feb 15, 2026
@github-actions
Copy link

AI Analysis

Technical Summary of the Pull Request

This PR updates the coverlet.collector dependency in the .NET testing group from version 6.0.4 to 8.0.0.


Technical Requirements and Constraints

  • Minimum .NET SDK and Runtime Upgrade: The new version 8.0.0 requires .NET 8.0 LTS as the minimum SDK and runtime. This introduces a breaking change where any consuming projects need to upgrade their target framework accordingly.
  • Target Framework Changes: coverlet.collector, coverlet.msbuild.tasks, and coverlet.core packages have been updated to multi-target projects and specifically target .NET 8.0.
  • Removal of Newtonsoft.Json: Dependency removal of Newtonsoft.Json in favor of more modern or native implementations.
  • Testing Framework Update: Tests and sample code now use xUnit v3, which might require consumers’ tests to update or account for API changes.

This summary was automatically generated by AI to help with triage and may not be 100% accurate.

Suggested Labels: test

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 nuget NuGet package updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments