Microsoft.Diagnostics.Runtime 2.0.0-rc.20278.6

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-rc.20278.6
                    
NuGet\Install-Package Microsoft.Diagnostics.Runtime -Version 2.0.0-rc.20278.6
                    
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-rc.20278.6" />
                    
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-rc.20278.6" />
                    
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-rc.20278.6
                    
#r "nuget: Microsoft.Diagnostics.Runtime, 2.0.0-rc.20278.6"
                    
#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@2.0.0-rc.20278.6
                    
#: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&version=2.0.0-rc.20278.6&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Diagnostics.Runtime&version=2.0.0-rc.20278.6&prerelease
                    
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 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 (44)

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
LavaGang/MelonLoader
The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
mongodb/mongo-csharp-driver
The Official C# .NET Driver for MongoDB
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 17,166 7/11/2024
4.0.0-beta.24360.2 170 7/10/2024
4.0.0-beta.24320.3 629 6/20/2024
4.0.0-beta.24314.3 1,579 6/14/2024
3.1.512801 1,215,782 2/29/2024
3.1.506101 65,905 2/1/2024
3.1.456101 115,281 11/13/2023
3.1.456003 53,628 11/11/2023
3.1.455904 15,015 11/10/2023
3.0.442202 82,752 8/22/2023
3.0.0-beta.23214.4 1,958 4/17/2023
3.0.0-beta.23177.1 357 3/28/2023
3.0.0-beta.23165.1 355 3/16/2023
3.0.0-beta.23159.4 296 3/9/2023
3.0.0-beta.23158.2 313 3/9/2023
3.0.0-beta.23156.1 278 3/6/2023
2.4.416101 2,123,690 3/12/2023
2.3.405304 192,319 1/5/2023
2.2.343001 136,962 10/31/2022
2.2.332302 22,119,487 6/23/2022
2.2.332001 4,584 6/20/2022
2.1.327703 15,664 5/27/2022
2.0.226801 3,523,186 5/19/2021
2.0.226401 1,207 5/14/2021
2.0.222201 73,418 4/22/2021
2.0.221201 16,458 4/14/2021
2.0.217201 56,007 3/22/2021
2.0.161401 1,248,122 12/14/2020
2.0.156101 35,750 11/18/2020
2.0.151903 31,114 10/19/2020
2.0.145301 104,853 9/4/2020
2.0.142701 6,610 8/28/2020
2.0.142501 1,835 8/25/2020
2.0.142103 1,888 8/21/2020
2.0.141902 5,947 8/19/2020
2.0.137201 26,297 7/22/2020
2.0.130507 123,722 6/6/2020
2.0.0-rc.20303.6 581 6/4/2020
2.0.0-rc.20278.6 684 5/28/2020
2.0.0-beta.20276.4 514 5/27/2020
2.0.0-beta.20273.1 576 5/23/2020
2.0.0-beta.20272.2 587 5/22/2020
2.0.0-beta.20272.1 507 5/22/2020
2.0.0-beta.20268.2 602 5/18/2020
2.0.0-beta.20230.2 657 4/30/2020
2.0.0-beta.20230.1 518 4/30/2020
2.0.0-beta.20229.3 517 4/30/2020
2.0.0-beta.20223.2 523 4/23/2020
2.0.0-beta.20222.8 489 4/23/2020
2.0.0-beta.20222.7 476 4/23/2020
2.0.0-beta.20222.5 480 4/22/2020
2.0.0-beta.20220.3 498 4/20/2020
2.0.0-beta.20213.1 629 4/13/2020
2.0.0-beta.20174.2 634 3/24/2020
2.0.0-beta.20072.5 910 1/23/2020
2.0.0-beta.19618.7 660 12/19/2019
2.0.0-beta.19612.8 582 12/12/2019
1.1.142101 297,172 8/21/2020
1.1.132302 13,599 6/23/2020
1.1.127808 101,656 5/29/2020
1.1.126102 8,894,259 5/17/2020
1.1.122004 60,390 4/20/2020
1.1.116301 47,696 3/13/2020
1.1.61812 89,735 12/19/2019
1.1.57604 5,219,793 11/26/2019
1.1.57004 5,768 11/20/2019
1.1.46104 123,195 9/11/2019
1.1.37504 126,779 7/25/2019
1.1.35902 9,374 7/9/2019
1.1.35504 2,129 7/5/2019
1.0.5 2,874,591 3/19/2019
1.0.3 262,097 2/13/2019
1.0.2 26,118 12/17/2018
1.0.0 17,486 11/22/2018
0.9.180305.1 272,028 3/6/2018
0.9.170809.3 281,763 8/9/2017
0.9.170626.1 23,249 6/26/2017
0.8.31-beta 749,308 10/15/2015
0.8.30-beta 7,089 9/16/2015
0.8.27-beta 41,436 9/30/2014
0.8.26-beta 2,362 8/14/2014
0.8.25-beta 3,689 3/12/2014
0.8.24-aamain00309 1,753 12/2/2014
0.7.1-beta 3,860 5/3/2013

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