Skip to content

Releases: dotnet/diagnostics

Preview 5

01 May 01:03
4936a8c
Compare
Choose a tag to compare
Preview 5 Pre-release
Pre-release

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