Last active
June 2, 2023 16:54
-
-
Save omarmciver/1ac4fa9d2e6db79114365e153109cc29 to your computer and use it in GitHub Desktop.
dotnet-trace
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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