Microsoft.Diagnostics.Runtime 2.0.0-beta.20220.3

Prefix Reserved
This is a prerelease version of Microsoft.Diagnostics.Runtime.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.Diagnostics.Runtime --version 2.0.0-beta.20220.3
                    
NuGet\Install-Package Microsoft.Diagnostics.Runtime -Version 2.0.0-beta.20220.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="2.0.0-beta.20220.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Diagnostics.Runtime" Version="2.0.0-beta.20220.3" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Diagnostics.Runtime" />
                    
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 --version 2.0.0-beta.20220.3
                    
#r "nuget: Microsoft.Diagnostics.Runtime, 2.0.0-beta.20220.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.
#addin nuget:?package=Microsoft.Diagnostics.Runtime&version=2.0.0-beta.20220.3&prerelease
                    
Install Microsoft.Diagnostics.Runtime as a Cake Addin
#tool nuget:?package=Microsoft.Diagnostics.Runtime&version=2.0.0-beta.20220.3&prerelease
                    
Install Microsoft.Diagnostics.Runtime 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 net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 is compatible.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (43)

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

Package Downloads
BenchmarkDotNet

Powerful .NET library for benchmarking

ppy.osu.Framework

A 2D application/game framework written with rhythm games in mind.

Backtrace

Backtrace's integration with C# applications allows customers to capture and report handled and unhandled C# exceptions to their Backtrace instance, instantly offering the ability to prioritize and debug software errors.

Phoesion.Glow.SDK.Firefly.SrvHost.DotNet.Dependencies

Phoesion Glow SDK Firefly SrvHost Runner (DotNet) Dependencies

DynaMD

Helper objects to browse complex structures returned by ClrMD

GitHub repositories (39)

Showing the top 20 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
chocolatey/choco
Chocolatey - the package manager for Windows
xoofx/markdig
A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET
microsoft/perfview
PerfView is a CPU and memory performance-analysis tool
mongodb/mongo-csharp-driver
The Official C# .NET Driver for MongoDB
LavaGang/MelonLoader
The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
dotnet/interactive
.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
ashmind/SharpLab
.NET language playground
ArduPilot/MissionPlanner
Mission Planner Ground Control Station for ArduPilot (c# .net)
ppy/osu-framework
A game framework written with osu! in mind.
badamczewski/PowerUp
⚡ Decompilation Tools and High Productivity Utilities ⚡
disruptor-net/Disruptor-net
Port of LMAX Disruptor to .NET
wwh1004/ExtremeDumper
.NET Assembly Dumper
fremag/MemoScope.Net
Dump and analyze .Net applications memory ( a gui for WinDbg and ClrMd )
dotnet/arcade
Tools that provide common build infrastructure for multiple .NET Foundation projects.
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
chummer5a/chummer5a
Character generator for Shadowrun 5th edition
SparkDevNetwork/Rock
An open source CMS, Relationship Management System (RMS) and Church Management System (ChMS) all rolled into one.
Version Downloads Last updated
4.0.0-beta.24360.3 13,915 7/11/2024
4.0.0-beta.24360.2 148 7/10/2024
4.0.0-beta.24320.3 593 6/20/2024
4.0.0-beta.24314.3 1,460 6/14/2024
3.1.512801 701,621 2/29/2024
3.1.506101 61,043 2/1/2024
3.1.456101 110,183 11/13/2023
3.1.456003 48,606 11/11/2023
3.1.455904 13,600 11/10/2023
3.0.442202 81,859 8/22/2023
3.0.0-beta.23214.4 1,727 4/17/2023
3.0.0-beta.23177.1 330 3/28/2023
3.0.0-beta.23165.1 321 3/16/2023
3.0.0-beta.23159.4 255 3/9/2023
3.0.0-beta.23158.2 269 3/9/2023
3.0.0-beta.23156.1 241 3/6/2023
2.4.416101 1,940,625 3/12/2023
2.3.405304 176,318 1/5/2023
2.2.343001 130,279 10/31/2022
2.2.332302 20,243,437 6/23/2022
2.2.332001 4,515 6/20/2022
2.1.327703 15,315 5/27/2022
2.0.226801 3,440,132 5/19/2021
2.0.226401 1,155 5/14/2021
2.0.222201 69,352 4/22/2021
2.0.221201 15,662 4/14/2021
2.0.217201 55,255 3/22/2021
2.0.161401 1,215,475 12/14/2020
2.0.156101 35,564 11/18/2020
2.0.151903 31,037 10/19/2020
2.0.145301 103,463 9/4/2020
2.0.142701 6,555 8/28/2020
2.0.142501 1,788 8/25/2020
2.0.142103 1,839 8/21/2020
2.0.141902 5,890 8/19/2020
2.0.137201 26,171 7/22/2020
2.0.130507 107,439 6/6/2020
2.0.0-rc.20303.6 537 6/4/2020
2.0.0-rc.20278.6 644 5/28/2020
2.0.0-beta.20276.4 469 5/27/2020
2.0.0-beta.20273.1 528 5/23/2020
2.0.0-beta.20272.2 538 5/22/2020
2.0.0-beta.20272.1 465 5/22/2020
2.0.0-beta.20268.2 542 5/18/2020
2.0.0-beta.20230.2 607 4/30/2020
2.0.0-beta.20230.1 463 4/30/2020
2.0.0-beta.20229.3 462 4/30/2020
2.0.0-beta.20223.2 469 4/23/2020
2.0.0-beta.20222.8 438 4/23/2020
2.0.0-beta.20222.7 432 4/23/2020
2.0.0-beta.20222.5 436 4/22/2020
2.0.0-beta.20220.3 447 4/20/2020
2.0.0-beta.20213.1 578 4/13/2020
2.0.0-beta.20174.2 580 3/24/2020
2.0.0-beta.20072.5 857 1/23/2020
2.0.0-beta.19618.7 614 12/19/2019
2.0.0-beta.19612.8 519 12/12/2019
1.1.142101 287,909 8/21/2020
1.1.132302 13,514 6/23/2020
1.1.127808 100,137 5/29/2020
1.1.126102 8,628,437 5/17/2020
1.1.122004 59,854 4/20/2020
1.1.116301 47,580 3/13/2020
1.1.61812 88,891 12/19/2019
1.1.57604 5,080,134 11/26/2019
1.1.57004 5,679 11/20/2019
1.1.46104 122,914 9/11/2019
1.1.37504 119,125 7/25/2019
1.1.35902 9,112 7/9/2019
1.1.35504 2,085 7/5/2019
1.0.5 2,654,697 3/19/2019
1.0.3 258,653 2/13/2019
1.0.2 25,939 12/17/2018
1.0.0 17,264 11/22/2018
0.9.180305.1 271,513 3/6/2018
0.9.170809.3 278,024 8/9/2017
0.9.170626.1 23,064 6/26/2017
0.8.31-beta 744,545 10/15/2015
0.8.30-beta 6,923 9/16/2015
0.8.27-beta 41,316 9/30/2014
0.8.26-beta 2,223 8/14/2014
0.8.25-beta 3,591 3/12/2014
0.8.24-aamain00309 1,659 12/2/2014
0.7.1-beta 3,748 5/3/2013

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