Benchmark runs failing when using .NET 5 RC2 SDK installed via snap #1570
Labels
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried installing .NET 5 RC2 sdk on Ubuntu 20.04 following the instructions listed here.
When trying to run
net5.0
benchmarks using that SDK I'm getting the following failure:I suspect the issue is due to the fact that the snap installation of the sdk relies on symlinks:
When I try to run the benchmarks using
I'm getting a similar error:
However if I pass the underlying file:
The benchmark executes without issue.
The relevant code doing the detection is here. It is not clear to me whether it is an issue with the heuristic or a System.Diagnostics.Process bug related to symlinks. cc @adamsitnik
The text was updated successfully, but these errors were encountered: