diff --git a/docs/core/diagnostics/dotnet-dump.md b/docs/core/diagnostics/dotnet-dump.md index 99e9ba51b0f1a..d43995f0ea1f1 100644 --- a/docs/core/diagnostics/dotnet-dump.md +++ b/docs/core/diagnostics/dotnet-dump.md @@ -3,14 +3,14 @@ title: dotnet-dump - .NET Core description: Installing and using the dotnet-dump command-line tool. ms.date: 10/14/2019 --- -# Dump collection and analysis utility (`dotnet-dump`) +# Dump collection and analysis utility (dotnet-dump) **This article applies to:** ✔️ .NET Core 3.0 SDK and later versions > [!NOTE] > `dotnet-dump` isn't supported on macOS. -## Installing `dotnet-dump` +## Install dotnet-dump To install the latest release version of the `dotnet-dump` [NuGet package](https://www.nuget.org/packages/dotnet-dump), use the [dotnet tool install](../tools/dotnet-tool-install.md) command: @@ -217,3 +217,8 @@ On Microsoft .NET Core SDK Linux Docker images, some `dotnet-dump` commands can > Unhandled exception: System.DllNotFoundException: Unable to load shared library 'libdl.so' or one of its dependencies' exception. To work around this problem, install the "libc6-dev" package. + +## See also + +- [Collecting and analyzing memory dumps blog](https://devblogs.microsoft.com/dotnet/collecting-and-analyzing-memory-dumps/) +- [Heap analysis tool (dotnet-gcdump)](dotnet-gcdump.md)