Skip to content

chore(deps): update dependency dotnet-trace to v9.0.661903 - #4244

Merged
thomhurst merged 1 commit into
mainfrom
renovate/dotnet-trace-9.x
Jan 6, 2026
Merged

chore(deps): update dependency dotnet-trace to v9.0.661903#4244
thomhurst merged 1 commit into
mainfrom
renovate/dotnet-trace-9.x

Conversation

@thomhurst

@thomhurstthomhurst commented Jan 6, 2026

Copy link
Copy Markdown
Owner

This PR contains the following updates:

PackageTypeUpdateChange
dotnet-tracenugetpatch9.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.

ToolPlatformDownload Link
dotnet-counterslinux-armDownload
dotnet-dumplinux-armDownload
dotnet-gcdumplinux-armDownload
dotnet-soslinux-armDownload
dotnet-stacklinux-armDownload
dotnet-symbollinux-armDownload
dotnet-tracelinux-armDownload
dotnet-counterslinux-arm64Download
dotnet-dumplinux-arm64Download
dotnet-gcdumplinux-arm64Download
dotnet-soslinux-arm64Download
dotnet-stacklinux-arm64Download
dotnet-symbollinux-arm64Download
dotnet-tracelinux-arm64Download
dotnet-counterslinux-musl-armDownload
dotnet-dumplinux-musl-armDownload
dotnet-gcdumplinux-musl-armDownload
dotnet-soslinux-musl-armDownload
dotnet-stacklinux-musl-armDownload
dotnet-symbollinux-musl-armDownload
dotnet-tracelinux-musl-armDownload
dotnet-counterslinux-musl-arm64Download
dotnet-dumplinux-musl-arm64Download
dotnet-gcdumplinux-musl-arm64Download
dotnet-soslinux-musl-arm64Download
dotnet-stacklinux-musl-arm64Download
dotnet-symbollinux-musl-arm64Download
dotnet-tracelinux-musl-arm64Download
dotnet-counterslinux-musl-x64Download
dotnet-dumplinux-musl-x64Download
dotnet-gcdumplinux-musl-x64Download
dotnet-soslinux-musl-x64Download
dotnet-stacklinux-musl-x64Download
dotnet-symbollinux-musl-x64Download
dotnet-tracelinux-musl-x64Download
dotnet-counterslinux-x64Download
dotnet-dumplinux-x64Download
dotnet-gcdumplinux-x64Download
dotnet-soslinux-x64Download
dotnet-stacklinux-x64Download
dotnet-symbollinux-x64Download
dotnet-tracelinux-x64Download
dotnet-counterswin-arm64Download
dotnet-dumpwin-arm64Download
dotnet-gcdumpwin-arm64Download
dotnet-soswin-arm64Download
dotnet-stackwin-arm64Download
dotnet-symbolwin-arm64Download
dotnet-tracewin-arm64Download
dotnet-counterswin-x64Download
dotnet-dumpwin-x64Download
dotnet-gcdumpwin-x64Download
dotnet-soswin-x64Download
dotnet-stackwin-x64Download
dotnet-symbolwin-x64Download
dotnet-tracewin-x64Download
dotnet-counterswin-x86Download
dotnet-dumpwin-x86Download
dotnet-gcdumpwin-x86Download
dotnet-soswin-x86Download
dotnet-stackwin-x86Download
dotnet-symbolwin-x86Download
dotnet-tracewin-x86Download

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.

CopilotAI review requested due to automatic review settings January 6, 2026 17:11
@thomhurstthomhurst 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
Copy Markdown
OwnerAuthor

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

CopilotAI left a comment

Copy link
Copy Markdown

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
Copy Markdown
OwnerAuthor

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
Copy Markdown
OwnerAuthor

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

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filePATCHrenovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@thomhurst@renovate-bot