Rider not detecting tests #806
Replies: 4 comments 3 replies
-
There's a current issue with Rider. It should be fixed in their next build. |
Beta Was this translation helpful? Give feedback.
-
It isn't fixed in 2024.3.3 |
Beta Was this translation helpful? Give feedback.
-
Head's up folks. In my install, Rider detects the tests, but dotCover does not work. I haven't figured out an alternative. I'm using JetBrains Rider 2024.3.3, .NET 9.0.100, & TUnit 0.6.117. |
Beta Was this translation helpful? Give feedback.
-
@thomhurst, @nicholass-alcidion, Yes, the standalone version of dotCover does work correctly. |
Beta Was this translation helpful? Give feedback.
-
After a day of attempts, I have not been able to get Rider integration working for TUnit. I have followed the instructions on the documentation page, as well as many attempts with a tests.runsettings in the project. I can run dotnet test from the terminal inside of Rider and that is successful, just nothing I do can make it show up in the Rider test window.
I am using:
Linux 6.10.11
Rider 2024.2.4 (Build #RD-242.21829.210, built on September 6, 2024)
dotnet --version 8.0.300
How can I get this to work?
Beta Was this translation helpful? Give feedback.
All reactions