dotnet-trace launch at startup may run into issues when invoked via dotnet tool run command
Open
bug
dotnet-trace
- Dominant language
- C++
- Stars
- 1.3k
- Forks
- 404
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 35
Description
If you launch dotnet-trace with the dotnet tool run command like:
```
dotnet tool run dotnet-trace collect -- /path/to/some/exe arg
```
it will fail with some unknown command error. This seems to be a bug in the sub process launcher helper.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.