Releases: dotnet/diagnostics
Releases · dotnet/diagnostics
Preview 5
Preview 5 Release
This is the preview 5 release of the dotnet-counters, dotnet-dump, dotnet-sos and dotnet-trace global CLI tools.
Release Notes
dotnet-dump
- Does not work on alpine and other MUSL based distros. Issue #195.
- Not supported ARM32 or ARM64. Issue #168.
- Not supported on MacOS.
- Dump collection (dotnet dump collect) requires SYS_PTRACE docker capabilities (--cap-add=SYS_PTRACE or --privileged).
- Dump analysis (dotnet dump analyze) in on Microsoft SDK Linux docker images throws
Unhandled exception: System.DllNotFoundException: Unable to load shared library 'libdl.so' or one of its dependencies
exception. Issue #201. A work around is to install the "libc6-dev" package. - Dump analysis on Windows is not supported. Minidump collection is support. Issue #157.
dotnet-sos
- Does not work on alpine and other MUSL based distros. Issue #195.
- Not supported ARM32 or ARM64. Issue #168.
dotnet-counters
- First version of dotnet-counters. Please see https://github.com/dotnet/diagnostics/tree/master/src/Tools/dotnet-counters for detailed documentation on how to use this tool!