How to collect a Dotnet-trace?
- Download dotnet-trace from the Direct download section Dotnet - Trace Performance Analysis Utility
- Copy it to the machine where the .Net process is running
- Run dotnet-trace.exe ps to list the .Net processes running
- Copy the Process ID (PID) for the process you want to trace
- Run dotnet-trace.exe collect -p PID
- Replicate the problem.
- Press Enter in the CMD window
- Send the .nettrace file(s).