Microsoft.Diagnostics.Runtime is a set of APIs for introspecting processes and dumps.
Перейти к файлу
dotnet-maestro[bot] db1564d652
Update dependencies from https://github.com/dotnet/arcade build 20241112.12 (#1296)
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis
 From Version 8.0.0-beta.24525.2 -> To Version 8.0.0-beta.24562.12

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-11-18 10:28:13 -08:00
doc
eng Update dependencies from https://github.com/dotnet/arcade build 20241112.12 (#1296) 2024-11-18 10:28:13 -08:00
src
test_artifacts
.editorconfig
.gitattributes
.gitignore
Build.cmd
CONTRIBUTING.md
Directory.Build.props
Directory.Build.targets
LICENSE
Microsoft.Diagnostics.Runtime.sln
NuGet.config
README.md
Restore.cmd
SECURITY.md
Test.cmd
azure-pipelines-external.yml
azure-pipelines-internal.yml Enable TSA and PoliCheck on Internal Builds (#1295) 2024-11-08 14:23:37 -08:00
build.sh
global.json Update dependencies from https://github.com/dotnet/arcade build 20241112.12 (#1296) 2024-11-18 10:28:13 -08:00
restore.sh
test.sh

README.md

Microsoft.Diagnostics.Runtime

ClrMD release ClrMD download count

Microsoft.Diagnostics.Runtime.dll also called "ClrMD" is a process and crash dump introspection library. This allows you to write tools and debugger plugins which can do thing similar to SOS and PSSCOR.

For more details, take a look at the GettingStarted guide, FAQ, and Samples.

For information on migrating from ClrMD 2.0 -> 2.1 please take a look at Migrating21.

Latest package is available from Azure DevOps public feed: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json (browse).