Roll-up through 2025/06/04.
- Added GC Heap Analyzer support for .nettrace files to enhance memory analysis workflows. [#2216]
- Introduced PredefinedDynamicTraceEventParser for known TraceLogging events, improving trace event parsing. [#2220]
- Enabled selection of process trees in the process selection dialog for multi-process analysis, allowing deeper inspection across related processes. [#2195]
- Implemented sorting for the Duration column in the process selection dialog using TotalDurationSeconds, improving usability. [#2194]
- Improved NetTrace parameter parsing for better command-line flexibility. [#2200]
- Fixed GetActiveSessionNames to handle ERROR_MORE_DATA, resolving session enumeration issues. [#2196]
- Fixed ObjectDisposedException when opening Net OS Heap Alloc Stacks, improving stability. [#2212]
- Fixed null reference exception in GenFragmentationPercent method, enhancing reliability. [#2211]
- Fixed TreeView auto-expansion when opening trace files. [#2218]
- Fixed StackViewer issue where "Set Time Range" reset "Goto Items by callees". [#2208]
- Fixed markdown table formatting when copying from the stack viewer. [#2203]
- Fixed TraceEvent NuGet package to exclude Windows-specific native DLLs. [#2215]
- Removed PDB generation for .NET Core assemblies using CrossGen, reducing build overhead. [#2202]
- Made symbol server timeout configurable and removed dead code in SymbolReader. [#2209]
- Changed help ribbons to use textblocks, enabling tab navigation. [#2201]