Skip to content

Bump the microsoft-extensions group with 3 updates#46

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/Solutions/DeadCode/microsoft-extensions-0d5ac38e16
Open

Bump the microsoft-extensions group with 3 updates#46
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/Solutions/DeadCode/microsoft-extensions-0d5ac38e16

Conversation

@dependabot
Copy link
Copy Markdown

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

Updated Microsoft.Extensions.DependencyInjection from 10.0.5 to 10.0.6.

Release notes

Sourced from Microsoft.Extensions.DependencyInjection's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Logging from 10.0.5 to 10.0.6.

Release notes

Sourced from Microsoft.Extensions.Logging's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Logging.Console from 10.0.5 to 10.0.6.

Release notes

Sourced from Microsoft.Extensions.Logging.Console's releases.

No release notes found for this version range.

Commits viewable in compare view.

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 Microsoft.Extensions.DependencyInjection from 10.0.5 to 10.0.6
Bumps Microsoft.Extensions.Logging from 10.0.5 to 10.0.6
Bumps Microsoft.Extensions.Logging.Console from 10.0.5 to 10.0.6

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-version: 10.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Logging
  dependency-version: 10.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Logging.Console
  dependency-version: 10.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
...

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 14, 2026
@github-actions
Copy link
Copy Markdown

Code Coverage Summary Report - Linux (No TFM)

Summary
Generated on: 04/14/2026 - 18:00:35
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   32s ⏱️ -5s
  1 suites ±0     5 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit 49d3fb8. ± 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