Skip to content

Conversation

@thomhurst
Copy link
Owner

@thomhurst thomhurst commented Jan 6, 2026

This PR contains the following updates:

Package Type Update Change
dotnet-trace nuget patch 9.0.6527019.0.661903

Release Notes

dotnet/diagnostics (dotnet-trace)

v9.0.661903: Diagnostics Release - v9.0.661903

Compare Source

General announcements

General fixes to tools.

dotnet-dump/SOS issues fixed for release
  • crashinfo now only shows as an available command forprocesses with an unhandled exception.
dotnet-trace
  • New preview command collect-linux, supporting collecting application events through kernel infrastructure. See documentation for runtime and kernel configuration requirements.
  • Breaking change: In past versions, collect supported and defualted to a profile called 'cpu-sampling'. To match the former behavior exactly, use --profile dotnet-sampled-thread-time --providers "Microsoft-Windows-DotNETRuntime:0x14C14FCCBD:4". The new default is --profile dotnet-sampled-thread-time,dotnet-common.
Packages released to NuGet
  • dotnet-counters.9.0.661903.nupkg
  • dotnet-dsrouter.9.0.661903.nupkg
  • dotnet-dump.9.0.661903.nupkg
  • dotnet-gcdump.9.0.661903.nupkg
  • dotnet-sos.9.0.661903.nupkg
  • dotnet-stack.9.0.661903.nupkg
  • dotnet-symbol.9.0.661903.nupkg
  • dotnet-trace.9.0.661903.nupkg
  • Microsoft.Diagnostics.DbgShim.9.0.661903.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-arm.9.0.661903.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-arm64.9.0.661903.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-musl-arm.9.0.661903.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-musl-arm64.9.0.661903.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-musl-x64.9.0.661903.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-x64.9.0.661903.nupkg
  • Microsoft.Diagnostics.DbgShim.osx-arm64.9.0.661903.nupkg
  • Microsoft.Diagnostics.DbgShim.osx-x64.9.0.661903.nupkg
  • Microsoft.Diagnostics.DbgShim.win-arm64.9.0.661903.nupkg
  • Microsoft.Diagnostics.DbgShim.win-x64.9.0.661903.nupkg
  • Microsoft.Diagnostics.DbgShim.win-x86.9.0.661903.nupkg
  • Microsoft.Diagnostics.NETCore.Client.0.2.661903.nupkg
Global Tools - Single File Links

Note: All Windows assets are signed with a trusted Microsoft Authenticode Certificate. To verify
integrity for Linux and macOS assets check the CSV in the assets section of the release for their SHA512 hashes.

Tool Platform Download Link
dotnet-counters linux-arm Download
dotnet-dump linux-arm Download
dotnet-gcdump linux-arm Download
dotnet-sos linux-arm Download
dotnet-stack linux-arm Download
dotnet-symbol linux-arm Download
dotnet-trace linux-arm Download
dotnet-counters linux-arm64 Download
dotnet-dump linux-arm64 Download
dotnet-gcdump linux-arm64 Download
dotnet-sos linux-arm64 Download
dotnet-stack linux-arm64 Download
dotnet-symbol linux-arm64 Download
dotnet-trace linux-arm64 Download
dotnet-counters linux-musl-arm Download
dotnet-dump linux-musl-arm Download
dotnet-gcdump linux-musl-arm Download
dotnet-sos linux-musl-arm Download
dotnet-stack linux-musl-arm Download
dotnet-symbol linux-musl-arm Download
dotnet-trace linux-musl-arm Download
dotnet-counters linux-musl-arm64 Download
dotnet-dump linux-musl-arm64 Download
dotnet-gcdump linux-musl-arm64 Download
dotnet-sos linux-musl-arm64 Download
dotnet-stack linux-musl-arm64 Download
dotnet-symbol linux-musl-arm64 Download
dotnet-trace linux-musl-arm64 Download
dotnet-counters linux-musl-x64 Download
dotnet-dump linux-musl-x64 Download
dotnet-gcdump linux-musl-x64 Download
dotnet-sos linux-musl-x64 Download
dotnet-stack linux-musl-x64 Download
dotnet-symbol linux-musl-x64 Download
dotnet-trace linux-musl-x64 Download
dotnet-counters linux-x64 Download
dotnet-dump linux-x64 Download
dotnet-gcdump linux-x64 Download
dotnet-sos linux-x64 Download
dotnet-stack linux-x64 Download
dotnet-symbol linux-x64 Download
dotnet-trace linux-x64 Download
dotnet-counters win-arm64 Download
dotnet-dump win-arm64 Download
dotnet-gcdump win-arm64 Download
dotnet-sos win-arm64 Download
dotnet-stack win-arm64 Download
dotnet-symbol win-arm64 Download
dotnet-trace win-arm64 Download
dotnet-counters win-x64 Download
dotnet-dump win-x64 Download
dotnet-gcdump win-x64 Download
dotnet-sos win-x64 Download
dotnet-stack win-x64 Download
dotnet-symbol win-x64 Download
dotnet-trace win-x64 Download
dotnet-counters win-x86 Download
dotnet-dump win-x86 Download
dotnet-gcdump win-x86 Download
dotnet-sos win-x86 Download
dotnet-stack win-x86 Download
dotnet-symbol win-x86 Download
dotnet-trace win-x86 Download

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Copilot AI review requested due to automatic review settings January 6, 2026 17:11
@thomhurst thomhurst added dependencies Pull requests that update a dependency file PATCH renovate-bot labels Jan 6, 2026
@thomhurst thomhurst enabled auto-merge (squash) January 6, 2026 17:11
@thomhurst
Copy link
Owner Author

Summary

Updates the dotnet-trace development tool from version 9.0.652701 to 9.0.661903 (patch update).

Critical Issues

None found ✅

This is a straightforward dependency update for a development diagnostic tool. The change:

  • Only affects the .config/dotnet-tools.json file
  • Is a patch version bump (9.0.652701 → 9.0.661903)
  • Does not touch any TUnit source code, public APIs, or source generators
  • No TUnit-specific rules apply to this change

Verdict

APPROVE - No critical issues

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the dotnet-trace diagnostic tool from version 9.0.652701 to 9.0.661903, which is a patch-level update generated by Renovate Bot. The dotnet-trace tool is used for performance profiling and diagnostics in the TUnit project, as mentioned in the development guide.

Key Changes

  • Bumps the dotnet-trace tool version in the dotnet tools manifest file

@thomhurst
Copy link
Owner Author

Summary

Updates dotnet-trace diagnostic tool from v9.0.652701 to v9.0.661903 (patch version).

Critical Issues

None found ✅

This is a straightforward dependency update that only touches the dotnet-tools.json manifest. No TUnit code is affected by this change.

Verdict

APPROVE - No critical issues

@thomhurst
Copy link
Owner Author

Summary

Updates dotnet-trace diagnostic tool from v9.0.652701 to v9.0.661903.

Critical Issues

None found ✅

TUnit Rules Check

  • ❌ Dual-Mode: Not applicable (tooling update only)
  • ❌ Snapshot Testing: Not applicable (no source generator or API changes)
  • ❌ VSTest: Not applicable (no test platform changes)
  • ❌ Performance: Not applicable (development tooling only)
  • ❌ AOT Compatibility: Not applicable (no runtime code changes)

Analysis

This is a straightforward patch-level update to a development diagnostic tool (dotnet-trace). The change:

  • Only modifies .config/dotnet-tools.json
  • Updates version string from 9.0.652701 → 9.0.661903
  • Does not affect runtime behavior, test execution, or code generation
  • Release notes show general fixes and a new preview command (collect-linux)

The update is safe and follows standard dependency maintenance practices.

Verdict

APPROVE - No critical issues

This was referenced Jan 9, 2026
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 PATCH renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants