Skip to main content
Microsoft.Diagnostics.Runtime package icon

Microsoft.Diagnostics.Runtime

Microsoft.Diagnostics.Runtime.dll (or "ClrMD" for short) 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. ClrMD is open source, and if you have any issues to report or questions to ask, please use the GitHub page: https://github.com/Microsoft/clrmd

Total Downloads
86.3M
86,284,899
Published
Sep 16, 2015
Latest stable version

Install

.NET CLI
dotnet add package Microsoft.Diagnostics.Runtime --version 0.8.30-beta
Package Manager Console
Install-Package Microsoft.Diagnostics.Runtime -Version 0.8.30-beta
PackageReference
<PackageReference Include="Microsoft.Diagnostics.Runtime" Version="0.8.30-beta" />

Frameworks

No framework metadata available.

Dependencies

No declared dependencies.

Adoption guide

A verified publisher signal is available. Assess fit from the package's supported frameworks, license and dependency graph rather than popularity alone.

This version is marked prerelease. Validate its API and upgrade path before production use.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.