Open flcdrg opened 4 years ago
Here's a question - do you want to be able to collect eventpipe/metrics for arbitrary .NET executables?
We should definitely fix this error. The question is relevant, because eventpipe is available in any .NET process >= 3.0. So presumably if there are random executables you want to run, and they are .NET - then we can also collect their metrics.
I think I would
Describe the bug
If I use
executable
instead ofproject
then a debug error is logged that the event pipe session start failed. If I useproject
pointing at the same project (instead of the exe) then it runs without the debug errorTo Reproduce
Further technical details
0.1.0-dev Windows