Skip to content

Bump Microsoft.Diagnostics.Tracing.TraceEvent from 3.1.30 to 3.2.1#42

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/Solutions/DeadCode/Microsoft.Diagnostics.Tracing.TraceEvent-3.2.1
Open

Bump Microsoft.Diagnostics.Tracing.TraceEvent from 3.1.30 to 3.2.1#42
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/Solutions/DeadCode/Microsoft.Diagnostics.Tracing.TraceEvent-3.2.1

Conversation

@dependabot
Copy link
Copy Markdown

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

Updated Microsoft.Diagnostics.Tracing.TraceEvent from 3.1.30 to 3.2.1.

Release notes

Sourced from Microsoft.Diagnostics.Tracing.TraceEvent's releases.

3.2.1

Native and R2R Symbol Download and Parsing Now Available

As of this release, if you capture a trace using dotnet-trace collect-linux or record-trace, native and R2R symbols can now be downloaded and resolved at analysis time. All .NET symbols (both native and R2R) are available on the Microsoft Symbol Server. Additionally, many Azure Linux symbol files are available on the Microsoft Symbol Server. For those targeting other distros, PerfView and TraceEvent are capable of pulling those symbol files from local directories by adding a local symbol path pointing to the files.

Most of the work for this was completed in PerfView and TraceEvent 3.2.1 with the final required fixes present in this release.

What's Changed

Full Changelog: microsoft/perfview@v3.2.0...v3.2.1

3.2.0

What's Changed

New Contributors

Full Changelog: microsoft/perfview@v3.1.30...v3.2.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: Microsoft.Diagnostics.Tracing.TraceEvent
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

github-actions bot commented Apr 7, 2026

Code Coverage Summary Report - Linux (No TFM)

Summary
Generated on: 04/07/2026 - 17:59:32
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

github-actions bot commented Apr 7, 2026

Test Results

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

Results for commit 4e663f6. ± 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