Our team is using JetBrains Rider as our IDE for dotnet development and we’ve added the JetBrains Rider IDE nixos package “jetbrains.rider”, which worked perfectly out-of-the-box.
Via the JetBrains IDE, we’ve installed and activated the ‘dotCover’ plugin, however, no coverage results are generated for out tests and the following error is displayed.
Test not run
Last runner error: Unable to start profiling. An error occurred trying to start process '/nix/store/3hi8v34pkvhi7wiwam56qpsnzj81mk0h-rider-2022.1/rider/plugins/dotCommon/DotFiles/linux-x64/JetBrains.Profiler.PdbServer' with working directory '/home/talos/projects/talos/talos-appliance/pipes-n-processors'. No such file or directory
It would appear that JetBrains Rider is attempting to load ‘JetBrains.Profiler.PdbServer’ but can’t find the package.
Hi Raphi – Thank you very much! Your fix works like a charm!
Question, should this fix be integrated into the ‘jetbrains.rider’ package?
FYI: For anyone else that trips across this issue, long story short, the current ‘jetbrains.rider’ package dotCover plugins fail to operate thus no code coverage metrics are reported.
Replacing ‘jetbrains.rider’ package with the statement below fixes this issue.
I posted this question to the help channel, but got no bites. Given you help/feedback on other JetBrain packages, I’m wondering if you can help or point me in the right direction?