Microsoft.Diagnostics.Runtime 0.9.170809.3

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.12 or higher.

dotnet add package Microsoft.Diagnostics.Runtime --version 0.9.170809.3                
NuGet\Install-Package Microsoft.Diagnostics.Runtime -Version 0.9.170809.3                
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" Version="0.9.170809.3" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Diagnostics.Runtime --version 0.9.170809.3                
#r "nuget: Microsoft.Diagnostics.Runtime, 0.9.170809.3"                
#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.
// Install Microsoft.Diagnostics.Runtime as a Cake Addin
#addin nuget:?package=Microsoft.Diagnostics.Runtime&version=0.9.170809.3

// Install Microsoft.Diagnostics.Runtime as a Cake Tool
#tool nuget:?package=Microsoft.Diagnostics.Runtime&version=0.9.170809.3                

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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

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

Package Downloads
BenchmarkDotNet

Powerful .NET library for benchmarking

GitHub repositories (37)

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

Repository Stars
dnSpy/dnSpy
.NET debugger and assembly editor
winsw/winsw
A wrapper executable that can run any executable as a Windows service, in a permissive license.
dotnet/BenchmarkDotNet
Powerful .NET library for benchmarking
xoofx/markdig
A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET
microsoft/perfview
PerfView is a CPU and memory performance-analysis tool
Version Downloads Last updated
2.0.161401 0 3/8/2021
2.0.156101 0 3/8/2021
2.0.151903 0 3/8/2021
2.0.145301 0 3/8/2021
2.0.142701 0 3/8/2021
2.0.142501 0 3/8/2021
2.0.142103 0 3/8/2021
2.0.141902 0 3/8/2021
2.0.137201 0 3/8/2021
2.0.130507 0 3/8/2021
2.0.0-rc.20303.6 0 3/8/2021
2.0.0-rc.20278.6 0 3/8/2021
2.0.0-beta.20276.4 0 3/8/2021
2.0.0-beta.20273.1 0 3/8/2021
2.0.0-beta.20272.2 0 3/8/2021
2.0.0-beta.20272.1 0 3/8/2021
2.0.0-beta.20268.2 0 3/8/2021
2.0.0-beta.20230.2 0 3/8/2021
2.0.0-beta.20230.1 0 3/8/2021
2.0.0-beta.20229.3 0 3/8/2021
2.0.0-beta.20223.2 0 3/8/2021
2.0.0-beta.20222.8 0 3/8/2021
2.0.0-beta.20222.7 0 3/8/2021
2.0.0-beta.20222.5 0 3/8/2021
2.0.0-beta.20220.3 0 3/8/2021
2.0.0-beta.20213.1 0 3/8/2021
2.0.0-beta.20174.2 0 3/8/2021
2.0.0-beta.20072.5 0 3/8/2021
2.0.0-beta.19618.7 0 3/8/2021
2.0.0-beta.19612.8 0 3/8/2021
1.1.142101 0 3/8/2021
1.1.132302 0 3/8/2021
1.1.127808 0 3/8/2021
1.1.126102 131 3/8/2021
1.1.122004 0 3/8/2021
1.1.116301 0 3/8/2021
1.1.61812 0 3/8/2021
1.1.61810 0 3/8/2021
1.1.57604 32,423 3/8/2021
1.1.57004 0 3/8/2021
1.1.46104 0 3/8/2021
1.1.37504 0 3/8/2021
1.1.35902 0 3/8/2021
1.1.35504 0 3/8/2021
1.0.5 0 3/8/2021
1.0.3 0 3/8/2021
1.0.2 0 3/8/2021
1.0.1-dev 0 3/8/2021
1.0.0 0 3/8/2021
0.9.180305.1 0 3/8/2021
0.9.170809.3 3 3/8/2021
0.9.170626.1 0 3/8/2021

This release marks .Net Native usage of the API as obsolete (specifically ClrFlavor.Native enum entry).  This is a warning/heads up that future versions of ClrMD will strip support for .Net Native.  The current .Net Native code will be refactored and placed into a new library parallel to ClrMD, the currently level of support is not disappearing, just moving out of Microsoft.Diagnostics.Runtime itself.

Originally we intended to fully support .Net Native, but the level of support ended up being only for heap enumeration (as was needed in PerfView).  Full support for .Net Native never came, and I'm using this as an opportunity to factor the code into a cleaner, smaller library.

For now, this update ONLY marks ClrFlavor.Native obsolete as an FYI.  No actual library changes were made and no functionality removed.  You can discuss any questions or concerns here: https://github.com/Microsoft/clrmd/commit/c06a25d3bef8e7c43fdfded0906ac535134554f6