Forum member
Peter Osterdahl
34 posts
Posts by Peter Osterdahl
-
Endless analysis of test project
I dont know if this will help anyone but maybe. I noticed that one of my testprojects was stuck in analysis for ever. After lots of searching it turned out that it was because of nUnits TestCaseSource that was collecting data from a database with a really slow SQL query. I found this by remov…
14 Apr 2026 11:53 UTC
-
Rider extension fails to recognize referenced projects with åäö
Hi! Have been running for a few hours now and the problem seems to be solved. Great rejoicing! ;) I'll report if it turns back up. Thank you very much for quick fix! //P
30 Mar 2026 09:15 UTC
-
Rider extension fails to recognize referenced projects with åäö
I couldn't install. You have a later version of Rider than JetBrains. (I installed the latest from their website now) https://raw.githubusercontent.com/PeterOsterdahl/ncrunch/refs/heads/master/RiderVersion.png https://raw.githubusercontent.com/PeterOsterdahl/ncrunch/refs/heads/master/NCrunchError.…
30 Mar 2026 06:37 UTC
-
Rider extension fails to recognize referenced projects with åäö
Thanks! Will try tomorrow!
29 Mar 2026 08:34 UTC
-
Rider extension fails to recognize referenced projects with åäö
Not in a reproducible way. Sometimes I only need to change the configuration. Sometimes I need to turn crunch off, rebuild, change the configuration and restart. The reload button in the test window is never enough
28 Mar 2026 07:59 UTC
-
Rider extension fails to recognize referenced projects with åäö
No, it goes back and forth. Two projects will fail to build, I’ll change something in the global build conf, like build ask, then they build. Then I’ll do something git related, like a rebase or switching branches, then they’ll fail again, maybe but not always. And to be clear, it isn’t conn…
28 Mar 2026 07:26 UTC
-
Rider extension fails to recognize referenced projects with åäö
Is option 2 a visual studio only thing. Visual studio doesnt have this problem, it is Rider only.
27 Mar 2026 13:50 UTC
-
Rider extension fails to recognize referenced projects with åäö
I lied, changing to VS2022 did not help. The problem came back. It seems to be connected to changing branches in git, rebasing and stuff, then it seems something gets stale and åäö gets translated to ?? somewhere
27 Mar 2026 08:52 UTC
-
Rider extension fails to recognize referenced projects with åäö
I found a workaround for this. In the global setting I changed the Build SDK to VS2022. After that the problem has disappeared. I haven't been able to reproduce the original problem in a smaller solution unfortunately. I let AI (codex) analyze the logs and this is the output from that: [quote] …
27 Mar 2026 07:06 UTC
-
Rerunning failed test projects in Rider Doesn't reset status on project
I think the confusing part is Run the “selected” tests, since this can both mean all tests in the selected project or the ones shown. Usually when I want to run all tests in a project or a folder I would pin that path and then run them. I see now that that wasn’t necesarry. I think both ways has …
11 Feb 2026 07:12 UTC
-
Difficult to discern between pressed and unpressed buttons
When running in darkmode it is difficult to see if a toggleable (if there is such a word) button is pressed or not. This is especially true for the Show failing tests since you dont know if there are any.
10 Feb 2026 15:32 UTC
-
Rerunning failed test projects in Rider Doesn't reset status on project
I figured it out. IF you have picked "Show failing tests" in the Tests view (and maybe have some pinned test also). When you right click the test project and select "Run selected tests in new task runner process" all tests in the project will run, not only the visible ones. This is a little …
10 Feb 2026 15:28 UTC
-
Removed project in Rider still shows in test window
Ok so I did this. In Rider, created a solution with 2 test projects Ran the tests. all ok Renamed project 2 to project 3 . This made project 3 appear in the test window but project 2 still show with the error: System.Exception: An exception was thrown in the remote environment: System.Reflecti…
09 Feb 2026 08:52 UTC
-
Rerunning failed test projects in Rider Doesn't reset status on project
I haven´t been able to recreate it easily unfortunately. I'll do some more experimenting.
09 Feb 2026 08:44 UTC
-
Removed project in Rider still shows in test window
I’ll try that when it happens.
07 Feb 2026 10:11 UTC
-
Rerunning failed test projects in Rider Doesn't reset status on project
I’ll try to create a solution that can reproduce this. Back at the computer on monday
07 Feb 2026 10:09 UTC
-
Removed project in Rider still shows in test window
disabled ncrunch - > Removed Fuse.crunchsolution.cache -> Enabled -> Didn't solve the issue. disabled ncrunch - > Removed Fuse.executiontimes.cache -> Enabled -> Didn't solve the issue. disabled ncrunch - > Removed everything in Workspace base path -> Enabled -> Solved the issue.
06 Feb 2026 09:02 UTC
-
Rerunning failed test projects in Rider Doesn't reset status on project
I haven't experienced that the fixture is green while a test below it is failing, what happens for me is that the fixture stays red even though all tests below it has passed. My problem is that I'm in a solution that is over 20 years old with more than 14000 tests, some that can't run concurrentl…
06 Feb 2026 07:58 UTC
-
Removed project in Rider still shows in test window
Is there anyway to clear the cache programmatically or do I have to erase it from disk?
06 Feb 2026 07:52 UTC
-
Removed project in Rider still shows in test window
I updated my solution and somebody had removed a project. The project builds fine in Rider but fails in the test window. I've tried to [list][*]press the Reset button in the test window [*]disable/enable ncrunch from the menu [*]restart Rider [/list] It seemes the cache isn't cleared pr…
05 Feb 2026 14:41 UTC