dotnet-dump
1.0.4-preview6.19311.1
Additional Details
This package has been deprecated as part of the .NET Package Deprecation effort. You can learn more about it from https://github.com/dotnet/announcements/issues/217
This is a prerelease version of dotnet-dump.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global dotnet-dump --version 1.0.4-preview6.19311.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local dotnet-dump --version 1.0.4-preview6.19311.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dotnet-dump&version=1.0.4-preview6.19311.1&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package dotnet-dump --version 1.0.4-preview6.19311.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
- Works on Alpine and other MUSL based distros.
- Dump collection now works without superuser/root (sudo) elevation.
- 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) on Microsoft .NET Core SDK Linux docker images can throw
Unhandled exception: System.DllNotFoundException: Unable to load shared library 'libdl.so' or one of its dependencies
exception. Issue #201. To work around this problem install the "libc6-dev" (debian based distros) or "glibc-devel" (opensuse, etc.) package. - Dump analysis on Windows is not supported. Minidump collection is support. Issue #157.
- Dump collection on Windows doesn't save all the required managed state. Related to issue #25083.
- Dump collection on CentOS/OpenSuse VMs fails with
Core dump generation FAILED 0x80004005
. Issue #334.
Product | Versions 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. |
.NET Core | netcoreapp2.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
Version | Downloads | Last updated | |
---|---|---|---|
9.0.553101 | 356,881 | 11/5/2024 | |
8.0.547301 | 1,572,549 | 9/24/2024 | |
8.0.532401 | 3,668,068 | 6/27/2024 | |
8.0.510501 | 5,495,374 | 2/6/2024 | |
8.0.505301 | 1,285,417 | 1/4/2024 | |
8.0.452401 | 2,249,486 | 10/26/2023 | |
7.0.447801 | 770,479 | 9/29/2023 | |
7.0.442301 | 970,406 | 8/28/2023 | |
7.0.430602 | 2,226,088 | 6/8/2023 | |
7.0.421201 | 1,523,470 | 4/13/2023 | |
7.0.410101 | 1,486,821 | 2/15/2023 | |
6.0.351802 | 5,479,647 | 10/22/2022 | |
6.0.328102 | 4,103,369 | 6/1/2022 | |
6.0.327302 | 208,107 | 5/24/2022 | |
6.0.320703 | 540,873 | 4/19/2022 | |
6.0.257301 | 1,574,270 | 12/2/2021 | |
5.0.251802 | 528,683 | 10/19/2021 | |
5.0.248003 | 176,143 | 10/5/2021 | |
5.0.236902 | 816,278 | 7/22/2021 | |
5.0.227602 | 451,887 | 6/5/2021 | |
5.0.221401 | 417,830 | 4/21/2021 | |
5.0.217401 | 306,634 | 3/26/2021 | |
5.0.160202 | 942,370 | 12/9/2020 | |
5.0.152202 | 89,149 | 11/10/2020 | |
3.1.141901 | 106,046 | 8/22/2020 | |
3.1.137102 | 11,830 | 7/22/2020 | |
3.1.135903 | 5,767 | 7/10/2020 | |
3.1.122203 | 21,482 | 4/24/2020 | |
3.1.120604 | 8,660 | 4/9/2020 | |
3.1.57502 | 52,474 | 12/2/2019 | |
3.0.52901 | 6,168 | 11/1/2019 | |
3.0.47001 | 9,011 | 9/23/2019 | |
3.0.0-preview9.19454.1 | 622 | 9/5/2019 | |
3.0.0-preview8.19412.1 | 710 | 8/15/2019 | |
3.0.0-preview7.19365.2 | 575 | 7/17/2019 | |
1.0.4-preview6.19311.1 | 907 | 6/14/2019 | |
1.0.3-preview5.19251.2 | 653 | 5/1/2019 | |
1.0.3-preview5.19228.1 | 433 | 4/30/2019 |
Diagnostic dump collect and analyze tool