.NET Dump Cheat Sheet
09/28/2025
This post collects some useful commands diagnosing memory dumps. This document is written with a sample apps and tools targeting .NET 9. Some tools still name regions as segments.
dotnet-dump
Use dotnet-dump to collect a memory dump.Install using dotnet tool install dotnet-dump -g
It can do full dump/mini dump, etc.