Skip to content

Bump dotnet-dump from 9.0.553101 to 9.0.661903#1827

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/dot-config/dotnet-dump-9.0.661903
Open

Bump dotnet-dump from 9.0.553101 to 9.0.661903#1827
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/dot-config/dotnet-dump-9.0.661903

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Updated dotnet-dump from 9.0.553101 to 9.0.661903.

Release notes

Sourced from dotnet-dump's releases.

9.0.661903

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
... (truncated)

9.0.652701

General announcements

General fixes to logging, error, and help outputs from all tools.

dotnet-dump/SOS issues fixed for release

  • SOS will now automatically load in WinDBG for stowed exceptions for interop scenarios.
  • clrstack now supports printing a limitted number of frames using the -c parameter.
  • crashinfo now supports reading the a module's error buffer from Native AOT dumps.
  • Updates gcinfo dumping to support newer runtimes.
  • Improved signature parsing/dumping to support wider sets of valid IL.
  • General fixes to SOS.

dotnet-gcdump

  • Added basic support for Native AOT gcheap traces.
  • Added suport for launching dsrouter transparently for mobile scenarios.

dotnet-counters

  • Improved visualization for metrics with tags.
  • Added suport for launching dsrouter transparently for mobile scenarios.

dotnet-trace

  • Fixed parsing correlation fields from events emitted by Microsoft-Extensions-Logging.
  • Fixes default rundown option for dotnet-trace to true.

Microsoft.Diagnostics.NETCore.Client

  • Wraps most connection errors during into a ServerNotAvailableException deriving from DiagnosticsClientException for easier error attribution and abstraction.
Packages released to NuGet
  • dotnet-counters.9.0.652701.nupkg
  • dotnet-dsrouter.9.0.652701.nupkg
  • dotnet-dump.9.0.652701.nupkg
  • dotnet-gcdump.9.0.652701.nupkg
  • dotnet-sos.9.0.652701.nupkg
  • dotnet-stack.9.0.652701.nupkg
  • dotnet-symbol.9.0.652701.nupkg
  • dotnet-trace.9.0.652701.nupkg
  • Microsoft.Diagnostics.DbgShim.9.0.652701.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-arm.9.0.652701.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-arm64.9.0.652701.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-musl-arm.9.0.652701.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-musl-arm64.9.0.652701.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-musl-x64.9.0.652701.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-x64.9.0.652701.nupkg
    ... (truncated)

9.0.621003

General announcements

  • All tools now enable InvariantGlobalization to drop any dependency on ICU.

dotnet-dump/SOS issues fixed for release

  • Thread statics are now displayed in a user-friendly format when dumping objects.
  • dotnet-dump now supports supplying a custom diagnostic port to collect dumps. Currently dotnet-dump only accepts connecting to runtime listen mode ports.
  • Fixes the maddress command for SOS under WinDBG.

dotnet-counters

  • Breaking change: Previously dotnet-counters allowed specifying a list of space separated counters prior to the -- token in collect/monitor mode. Counters must now be supplied explicitly in the --counters option as a list of comma-separated values. All tokens that are outside of regular flags/options will be assumed to be part of a subprocess to launch and monitor.

dotnet-trace

  • Adds option to launch dsrouter from dotnet-trace for mobile device scenarios.

Microsoft.Diagnostics.NETCore.Client

  • Allows adding startup hooks through EventPipe using DiagnosticsClient.ApplyStartupHook.
  • Add DiagnosticsClientConnector to support creating a DiagnosticsClient from a diagnostic port
Packages released to NuGet
  • dotnet-counters.9.0.621003.nupkg
  • dotnet-dsrouter.9.0.621003.nupkg
  • dotnet-dump.9.0.621003.nupkg
  • dotnet-gcdump.9.0.621003.nupkg
  • dotnet-sos.9.0.621003.nupkg
  • dotnet-stack.9.0.621003.nupkg
  • dotnet-symbol.9.0.621003.nupkg
  • dotnet-trace.9.0.621003.nupkg
  • Microsoft.Diagnostics.DbgShim.9.0.621003.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-arm.9.0.621003.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-arm64.9.0.621003.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-musl-arm.9.0.621003.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-musl-arm64.9.0.621003.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-musl-x64.9.0.621003.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-x64.9.0.621003.nupkg
  • Microsoft.Diagnostics.DbgShim.osx-arm64.9.0.621003.nupkg
  • Microsoft.Diagnostics.DbgShim.osx-x64.9.0.621003.nupkg
  • Microsoft.Diagnostics.DbgShim.win-arm64.9.0.621003.nupkg
  • Microsoft.Diagnostics.DbgShim.win-x64.9.0.621003.nupkg
  • Microsoft.Diagnostics.DbgShim.win-x86.9.0.621003.nupkg
  • Microsoft.Diagnostics.NETCore.Client.0.2.621003.nupkg
Details ... (truncated)

9.0.607501

General Announcements

  • This is a security release containing fixes for CVE-2025-24043.
  • Tools no longer support Windows ARM32 environments.

dotnet-dump and SOS

  • Add SaveAllModules command.
  • Fixes lifetime bugs when hosting SOS under WinDBG.
  • Fixes validation of dynamic payloads downloaded during dump analysis when running debugger in secure mode.
Packages released to NuGet
  • dotnet-counters.9.0.607501.nupkg
  • dotnet-dsrouter.9.0.607501.nupkg
  • dotnet-dump.9.0.607501.nupkg
  • dotnet-gcdump.9.0.607501.nupkg
  • dotnet-sos.9.0.607501.nupkg
  • dotnet-stack.9.0.607501.nupkg
  • dotnet-symbol.9.0.607501.nupkg
  • dotnet-trace.9.0.607501.nupkg
  • Microsoft.Diagnostics.DbgShim.9.0.607501.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-arm.9.0.607501.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-arm64.9.0.607501.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-musl-arm.9.0.607501.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-musl-arm64.9.0.607501.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-musl-x64.9.0.607501.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-x64.9.0.607501.nupkg
  • Microsoft.Diagnostics.DbgShim.osx-arm64.9.0.607501.nupkg
  • Microsoft.Diagnostics.DbgShim.osx-x64.9.0.607501.nupkg
  • Microsoft.Diagnostics.DbgShim.win-arm64.9.0.607501.nupkg
  • Microsoft.Diagnostics.DbgShim.win-x64.9.0.607501.nupkg
  • Microsoft.Diagnostics.DbgShim.win-x86.9.0.607501.nupkg
  • Microsoft.Diagnostics.NETCore.Client.0.2.607501.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
... (truncated)

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: dotnet-dump
  dependency-version: 9.0.661903
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 May 4, 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 .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants