I have a .NET application that I have ported to .NET Core. I am testing it on Ubuntu 14.04.
I am trying to figure out how to get a .dmp file or the Linux equivalent
Good news!: Now you can install a tool to get the dump automatically.
First you run dotnet tool install -g dotnet-dump then you can dotnet-dump [-h|--help] [--version]
dotnet tool install -g dotnet-dump
dotnet-dump [-h|--help] [--version]
For more info and examples see: https://docs.microsoft.com/en-us/dotnet/core/diagnostics/dotnet-dump