Skip to content

Instantly share code, notes, and snippets.

@omarmciver
Last active June 2, 2023 16:54
Show Gist options
  • Save omarmciver/1ac4fa9d2e6db79114365e153109cc29 to your computer and use it in GitHub Desktop.
Save omarmciver/1ac4fa9d2e6db79114365e153109cc29 to your computer and use it in GitHub Desktop.
dotnet-trace
Ensure SDK installed:
wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh
sudo chmod +x ./dotnet-install.sh
./dotnet-install.sh --version latest
https://learn.microsoft.com/en-us/dotnet/core/diagnostics/dotnet-trace
dotnet tool install --global dotnet-trace
Manual download linux: wget https://aka.ms/dotnet-trace/linux-x64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment