Hard copy:
-
install
dotnet-symbol
dotnet tool install -g dotnet-symbol
-
Download the symbols. If your installed version of the .NET Core runtime is 2.1.0, the command to do this is:
mkdir mySymbols dotnet symbol --symbols --output mySymbols /usr/share/dotnet/shared/Microsoft.NETCore.App/2.1.0/lib*.so
-
Copy the symbols to the correct place
sudo cp mySymbols/* /usr/share/dotnet/shared/Microsoft.NETCore.App/2.1.0