Bump dotnet-dump from 9.0.661903 to 10.0.731102 - #1908
Merged
linkdotnet merged 1 commit intoSep 3, 2026
Conversation
--- updated-dependencies: - dependency-name: dotnet-dump dependency-version: 10.0.731102 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
linkdotnet
deleted the
dependabot/nuget/dot-config/dotnet-dump-10.0.731102
branch
September 3, 2026 16:41
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated dotnet-dump from 9.0.661903 to 10.0.731102.
Release notes
Sourced from dotnet-dump's releases.
10.0.731102
General announcements
General fixes and improvements across SOS debugger commands, macOS dump analysis, and the diagnostic tools since v10.0.721401.
dotnet-trace
-
collect-linuxcontains several bug fixes impacting symbolication and completeness of data collected.dotnet-dump / SOS
!threadpoolnow properly enumerates assignable work item queuesdotnet-gcdump
converterrors:dotnet-gcdump convertnow emits actionable messages when the input is not a valid nettrace file, contains no GC heap events, or holds an incomplete heap dump, instead of failing opaquely. (#5814)Other notable changes
Packages released to NuGet
dotnet-counters.10.0.731102.nupkgdotnet-dsrouter.10.0.731102.nupkgdotnet-dump.10.0.731102.nupkgdotnet-gcdump.10.0.731102.nupkgdotnet-sos.10.0.731102.nupkgdotnet-stack.10.0.731102.nupkgdotnet-symbol.10.0.731102.nupkgdotnet-trace.10.0.731102.nupkgMicrosoft.Diagnostics.DbgShim.10.0.731102.nupkgMicrosoft.Diagnostics.DbgShim.linux-arm.10.0.731102.nupkgMicrosoft.Diagnostics.DbgShim.linux-arm64.10.0.731102.nupkgMicrosoft.Diagnostics.DbgShim.linux-musl-arm.10.0.731102.nupkgMicrosoft.Diagnostics.DbgShim.linux-musl-arm64.10.0.731102.nupkgMicrosoft.Diagnostics.DbgShim.linux-musl-x64.10.0.731102.nupkgMicrosoft.Diagnostics.DbgShim.linux-x64.10.0.731102.nupkgMicrosoft.Diagnostics.DbgShim.osx-arm64.10.0.731102.nupkgMicrosoft.Diagnostics.DbgShim.osx-x64.10.0.731102.nupkgMicrosoft.Diagnostics.DbgShim.win-arm64.10.0.731102.nupkgMicrosoft.Diagnostics.DbgShim.win-x64.10.0.731102.nupkgMicrosoft.Diagnostics.DbgShim.win-x86.10.0.731102.nupkgMicrosoft.Diagnostics.NETCore.Client.0.2.731102.nupkgDetails
... (truncated)10.0.721401
General announcements
General fixes and improvements across diagnostic tools, SOS debugger commands, and the diagnostics client library since v9.0.661903.
dotnet-dump / SOS
verifyheapanddumpheap -statnow show periodic progress output (every 10 seconds) during heap walks. On large dumps, these commands previously produced no output for several minutes, making them indistinguishable from a hang. Use-noprogressto suppress the output for scripting scenarios. (#5773)!DumpStackObjectson Linux alternate signal stacks:!dsonow detects when threads are on alternate signal stacks (e.g., stack overflow handlers) and scans both stacks for managed objects. Previously, when the SP pointed to the signal handler stack, the scan missed all objects on the thread's normal stack. (#5723)!name2eeand!token2eenow only show modules with relevant hits: These commands have been reimplemented in managed code with reduced verbosity. Wildcard searches now only print headers for modules with matches and summarize non-matching modules at the end, cutting down on output spam. (#5719)!dumpheap -stat -bycount: New-bycountflag sorts the statistics table by object count instead of total size, useful when comparing heap snapshots over time to identify growing allocation patterns. (#4665, #5722)!DumpMT -all: New-allflag includes class details and method descriptors inline, reducing the need for separate!DumpClassand!DumpMDcalls. The canonical Method Table line now only appears when it differs from the current MT, and class only appears for older . (#5701)!threadpool -stat: New-statflag provides an aggregated summary of work items by type with counts and total size, without listing individual items. Can be combined with-wito get both views. (#531, #5737)createdumptool. System dumps (e.g., fromcoredumpctl) may be missing memory regions required by SOS commands, the warning gives early warning to users to avoid time waste. (#5720)SBCommandReturnObject: SOS commands now write output to LLDB's result object when invoked viaSBCommandInterpreter, enabling LLDB to capture SOS output instead of only printing it to console. (#5728)SOS Bug Fixes
!clrstack -lushort sign extension: Fixed a bug whereushortlocal values >= 0x8000 were sign-extended through ashortcast, producing incorrect large values. (#5218, #5721)!clrstackangle bracket trimming: Fixed issue where method names containing<>(e.g., async state machines, generic types) were truncated when DML is enabled, because angle brackets were interpreted as DML markup instead of literal text. (#5594)!uon IL stubs:!unow works on IL stubs (P/Invoke marshaling stubs) instead of failing. The command detects nil metadata tokens and falls back gracefully. (#1907, #5726)!DumpILon IL stubs:!DumpILnow gives a clear message for IL stubs (whose IL is freed after JIT) instead of a cryptic "error decoding IL" message. (#5731)GCInfoDecoderandGCInfoDumperto match the current state in dotnet/runtime, ensuring!gcinfoworks correctly against current runtime versions (runtime async). (#5672)dotnet-trace
collect-linuximprovements: Thecollect-linuxcommand continues to receive usability and stability improvements:user_events_write_core) with no user-space context. (#5756)dotnet-counters
--noAbbreviateValues: New option ondotnet-counters monitorto display full counter values without abbreviation. Useful when tracking small changes in large values (e.g., unix timestamps) where abbreviation like1.7Thides incremental changes. (#4415, #5734)Microsoft.Diagnostics.NETCore.Client
dotnet-trace,dotnet-counters,dotnet-stack,dotnet-dump) can now discover and connect to .NET processes running in different PID namespaces, such as sidecar containers withpid: host. The library inspects/proc/{pid}/statusfor namespace PIDs and resolves diagnostic sockets across container boundaries via/proc/{pid}/root/. Also adds support for processes using a non-defaultTMPDIRin the same namespace. (#5735)DiagnosticsClient.WriteDump()now correctly quotes dump paths containing spaces on Windows, fixing "pid argument no longer supported" errors. (#5593)Packages released to NuGet
dotnet-counters.10.0.721401.nupkgdotnet-dsrouter.10.0.721401.nupkgdotnet-dump.10.0.721401.nupkgdotnet-gcdump.10.0.721401.nupkgdotnet-sos.10.0.721401.nupkg... (truncated)
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)