Microsoft.Diagnostics.Runtime.Utilities 4.0.726401

Prefix Reserved
dotnet add package Microsoft.Diagnostics.Runtime.Utilities --version 4.0.726401
                    
NuGet\Install-Package Microsoft.Diagnostics.Runtime.Utilities -Version 4.0.726401
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Diagnostics.Runtime.Utilities" Version="4.0.726401" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Diagnostics.Runtime.Utilities" Version="4.0.726401" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Diagnostics.Runtime.Utilities" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.Diagnostics.Runtime.Utilities --version 4.0.726401
                    
#r "nuget: Microsoft.Diagnostics.Runtime.Utilities, 4.0.726401"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Microsoft.Diagnostics.Runtime.Utilities@4.0.726401
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.Diagnostics.Runtime.Utilities&version=4.0.726401
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Diagnostics.Runtime.Utilities&version=4.0.726401
                    
Install as a Cake Tool

ClrMD is a set of advanced APIs for programmatically inspecting a crash dump of a .NET program much in the same way that the SOS Debugging Extensions (SOS) do. This allows you to write automated crash analysis for your applications as well as automate many common debugger tasks. In addition to reading crash dumps ClrMD also allows supports attaching to live processes.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Microsoft.Diagnostics.Runtime.Utilities:

Package Downloads
ClrMDExports

Helper library to create extensions for WinDbg/LLDB using ClrMD.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on Microsoft.Diagnostics.Runtime.Utilities:

Repository Stars
winsw/winsw
A wrapper executable that can run any executable as a Windows service, in a permissive license.
microsoft/winappCli
winapp, the Windows App Development CLI, is a single command-line interface for managing Windows SDKs, packaging, generating app identity, manifests, certificates, and using build tools with any app framework.
microsoft/vs-threading
The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio and other applications.
Version Downloads Last Updated
4.0.726401 346 5/14/2026
4.0.726301 117 5/13/2026
4.0.726102 122 5/12/2026
4.0.725402 249 5/4/2026
4.0.725202 102 5/4/2026
4.0.723004 148 4/30/2026
4.0.722401 194 4/24/2026
4.0.0-beta.26203.1 105 4/6/2026
4.0.0-beta.26202.1 69 4/2/2026
4.0.0-beta.24463.1 676 9/18/2024
3.0.442202 6,260 8/22/2023
3.0.0-beta.23177.1 415 3/28/2023
3.0.0-beta.23165.1 227 3/16/2023
3.0.0-beta.23156.2 219 3/6/2023
2.4.416101 949 3/12/2023
2.3.405501 903 1/5/2023
2.0.0-rc.20303.3 6,830 6/3/2020
2.0.0-rc.20302.2 847 6/2/2020

See https://github.com/Microsoft/clrmd/releases for the latest release notes