Skip to content

Bump coverlet.msbuild from 8.0.1 to 10.0.0#47

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/Solutions/DeadCode.Tests/coverlet.msbuild-10.0.0
Open

Bump coverlet.msbuild from 8.0.1 to 10.0.0#47
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/Solutions/DeadCode.Tests/coverlet.msbuild-10.0.0

Conversation

@dependabot
Copy link
Copy Markdown

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

Updated coverlet.msbuild from 8.0.1 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

  • 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 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.msbuild
  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 added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Apr 17, 2026
@github-actions
Copy link
Copy Markdown

Code Coverage Summary Report - Linux (No TFM)

Summary
Generated on: 04/17/2026 - 17:59:47
Parser: Cobertura
Assemblies: 2
Classes: 68
Files: 45
Line coverage: 89.9% (3772 of 4195)
Covered lines: 3772
Uncovered lines: 423
Coverable lines: 4195
Total lines: 8271
Branch coverage: 65.1% (418 of 642)
Covered branches: 418
Total branches: 642
Method coverage: Feature is only available for sponsors

Coverage

DeadCode - 78.7%
Name Line Branch
DeadCode 78.7% 61.6%
DeadCode.CLI.Commands.AnalyzeCommand 97.4% 66.6%
DeadCode.CLI.Commands.AnalyzeCommand.Settings 100% 100%
DeadCode.CLI.Commands.ExtractCommand 90.1% 35%
DeadCode.CLI.Commands.ExtractCommand.Settings 100% 100%
DeadCode.CLI.Commands.FullCommand 100% 92.8%
DeadCode.CLI.Commands.FullCommand.Settings 100% 100%
DeadCode.CLI.Commands.ProfileCommand 99.2% 87.5%
DeadCode.CLI.Commands.ProfileCommand.Settings 100% 100%
DeadCode.CLI.Commands.ProfilingScenario 100%
DeadCode.CLI.Commands.ScenariosConfiguration 100%
DeadCode.Core.Models.MethodInfo 100%
DeadCode.Core.Models.MethodInventory 100% 90%
DeadCode.Core.Models.RedundancyReport 100% 100%
DeadCode.Core.Models.ReportStatistics 100%
DeadCode.Core.Models.SourceLocation 100%
DeadCode.Core.Models.TraceResult 100%
DeadCode.Core.Models.UnusedMethod 100% 100%
DeadCode.Core.Services.ExtractionProgress 100%
DeadCode.Infrastructure.IO.ComparisonEngine 100% 100%
DeadCode.Infrastructure.IO.JsonOptions 100%
DeadCode.Infrastructure.IO.JsonReportGenerator 100% 100%
DeadCode.Infrastructure.Profiling.DotnetTraceRunner 57.8% 13.6%
DeadCode.Infrastructure.Profiling.DotnetTraceVerifier 82.1% 50%
DeadCode.Infrastructure.Profiling.SignatureNormalizer 0% 0%
DeadCode.Infrastructure.Profiling.TraceParser 27% 25.5%
DeadCode.Infrastructure.Reflection.PdbReader 95% 100%
DeadCode.Infrastructure.Reflection.ReflectionMethodExtractor 63.9% 56.9%
DeadCode.Infrastructure.Reflection.RuleBasedSafetyClassifier 95.3% 81.6%
Program 97.8% 100%
TypeRegistrar 100%
TypeResolver 100% 100%
DeadCode.Tests - 95.7%
Name Line Branch
DeadCode.Tests 95.7% 73.8%
DeadCode.Tests.CLI.Commands.AnalyzeCommandTests 100%
DeadCode.Tests.CLI.Commands.ExtractCommandTests 100% 87.5%
DeadCode.Tests.CLI.Commands.FullCommandTests 100% 100%
DeadCode.Tests.CLI.Commands.ProfileCommandTests 100%
DeadCode.Tests.CLI.Infrastructure.TypeRegistrarTests 100% 100%
DeadCode.Tests.CLI.Infrastructure.TypeResolverTests 100% 100%
DeadCode.Tests.Core.Models.MethodInfoTests 100%
DeadCode.Tests.Core.Models.MethodInventoryTests 100% 100%
DeadCode.Tests.Core.Models.RedundancyReportTests 100% 100%
DeadCode.Tests.Core.Models.SourceLocationTests 100%
DeadCode.Tests.Core.Models.TraceResultTests 100%
DeadCode.Tests.Core.Models.UnusedMethodTests 100%
DeadCode.Tests.Core.Services.ExtractionOptionsTests 100%
DeadCode.Tests.Infrastructure.IO.ComparisonEngineTests 100%
DeadCode.Tests.Infrastructure.IO.JsonReportGeneratorTests 100% 100%
DeadCode.Tests.Infrastructure.Profiling.DotnetTraceRunnerTests 98.9% 71.4%
DeadCode.Tests.Infrastructure.Profiling.DotnetTraceVerifierTests 100% 100%
DeadCode.Tests.Infrastructure.Profiling.TraceParserTests 100% 100%
DeadCode.Tests.Infrastructure.Reflection.PdbReaderTests 93.6% 56.2%
DeadCode.Tests.Infrastructure.Reflection.ReflectionMethodExtractorTests 78.8% 83.3%
DeadCode.Tests.Infrastructure.Reflection.ReflectionMethodExtractorTests.Con
structorTestClass
0%
DeadCode.Tests.Infrastructure.Reflection.ReflectionMethodExtractorTests.Gen
ericTestClass
0%
DeadCode.Tests.Infrastructure.Reflection.ReflectionMethodExtractorTests.Out
erClass
0%
DeadCode.Tests.Infrastructure.Reflection.ReflectionMethodExtractorTests.Out
erClass.NestedClass
0%
DeadCode.Tests.Infrastructure.Reflection.ReflectionMethodExtractorTests.Sig
natureTestClass
0%
DeadCode.Tests.Infrastructure.Reflection.ReflectionMethodExtractorTests.Tes
tClassWithLambda
0% 0%
DeadCode.Tests.Infrastructure.Reflection.ReflectionMethodExtractorTests.Vis
ibilityTestClass
0%
DeadCode.Tests.Infrastructure.Reflection.RuleBasedSafetyClassifierTests 82%
DeadCode.Tests.Infrastructure.Reflection.RuleBasedSafetyClassifierTests.Ser
ializableTestClass
0%
DeadCode.Tests.Infrastructure.Reflection.RuleBasedSafetyClassifierTests.Tes
tClassWithEventHandler
0%
DeadCode.Tests.Infrastructure.Reflection.RuleBasedSafetyClassifierTests.Tes
tClassWithProperty
0%
DeadCode.Tests.Infrastructure.Reflection.RuleBasedSafetyClassifierTests.Tes
tClassWithVisibility
0%
DeadCode.Tests.Infrastructure.Reflection.RuleBasedSafetyClassifierTests.Tes
tMethodClass
0%
DeadCode.Tests.Integration.DeadCodeDetectionIntegrationTests 99.1% 83.3%
DeadCode.Tests.Integration.DeadCodeDetectionSimpleTests 100% 100%
DeadCode.Tests.Integration.ProgramIntegrationTests 100%
DeadCode.Tests.Integration.ReflectionMethodScannerIntegrationTests 37.6% 21.8%

@github-actions
Copy link
Copy Markdown

Test Results

214 tests  ±0   209 ✅ ±0   27s ⏱️ -10s
  1 suites ±0     5 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit 84a9a7b. ± Comparison against base commit 991b712.

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.

0 participants