true
false
Latest
strict
true
true
false
CLR Memory Diagnostics (ClrMD)
https://github.com/Microsoft/clrmd
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.
See https://github.com/Microsoft/clrmd/releases for the latest release notes
MIT