dotnet / dotnet/BenchmarkDotNet
BenchmarkDotNet requires dotnet SDK to be installed or path to local dotnet cli provided in explicit way using.. Error when running from VsTest
Open
- Dominant language
- C#
- Stars
- 11.5k
- Forks
- 1.1k
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 11
Description
Hi,
I followed the instructions outlined at https://benchmarkdotnet.org/articles/features/vstest.html using the latest version of BenchmarkDotNet but I'm getting the following error in my test output when attempting to run a benchmark from the test explorer:
`BenchmarkDotNet requires dotnet SDK to be installed or path to local dotnet cli provided in explicit way using`
I wasn't able to find any information on this error anywhere, does someone have any pointers to figure what's going on here? I can run the same benchmarks from the command line just fine.
Thanks
Contributor guide
Assessment
This issue has not been assessed yet.