Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. NCrunch with reqnroll fails after update to net10

    [quote=samholder;18645] Any timeline on the release date for the official next version (not that I have an issue with the interim build, these have never let me down yet), just interested[/quote] Most likely this will coincide with the Rider 2026.1 release. There needs to be a version of NCrunc…

  2. NCrunch with reqnroll fails after update to net10

    Hi Sam, thanks for taking the time to share this issue. Could you check whether the [url=https://forum.ncrunch.net/yaf_postst3650_No-longer-works-with-ReqnRoll.aspx]build in this thread[/url] resolves it for you? There is a fix for Reqnroll support that is expected to be pushed with the next bui…

  3. Rider 2025.3.1 and ncrunch 5.20.0.2 endless loading projects

    [quote=NICC-ICT;18634]I installed it via the plugins in rider from the marketplace if that helps. [/quote] This is good to know, but the engine will likely fail here regardless of how it's installed. There should be a big bad error here that is impossible to ignore and tells you that it's needed…

  4. Rerunning failed test projects in Rider Doesn't reset status on project

    [quote=Peter Osterdahl;18635] 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 i…

  5. Difficult to discern between pressed and unpressed buttons

    This is probably a fair observation. The original dark scheme was modeled off an older VS layout that probably shared this problem. I can see they've addressed this by adding a blue border to the selected buttons. I'll take a look to see if there's a way to improve it.

  6. Rider 2025.3.1 and ncrunch 5.20.0.2 endless loading projects

    Thanks for flagging this. .NET 8.0 is a required dependency of NCrunch under Rider. It's supposed to blow up in a visible way when not installed .. rather than loop itself into doom. I'll see if I can improve this.

  7. Removed project in Rider still shows in test window

    Excellent, thanks! This is useful. I suspect there is something going on in our renaming tracking that causes misalignment. Because the project list is held inside the IDE and not in the engine, a reset of NCrunch won't solve it but a restart of the IDE will. I'll take a closer look and see what…

  8. NCrunch on Visual Studio Code (VS Code)?

    No, sorry, this won't be happening. Adding support for a new IDE is a multi-year project, and the maintenance cost of it is extremely high. There are no plans for a VS Code extension.

  9. Rerunning failed test projects in Rider Doesn't reset status on project

    [quote=Der-Albert.com;18621]I have also sometimes found that the status of tests is not updated; I have to do it manually to trigger a "real" test run to get the status updated. [/quote] Thanks for confirming this. I need to isolate this to understand why it happens. Please let me know if you …

  10. Copy on Write and Disabling Analyzers?

    Hi, thanks for posting. Right now, there is nothing in NCrunch that integrates with CoW in any way. That doesn't mean it isn't used though, as I expect the platform probably makes use of it quite a bit internally. When NCrunch builds workspaces, it does so using File.Copy. In theory, this pr…

  11. Easier "Ignore Completely"

    [quote=willdean;18620][Quote] I cannot understand why you impose this burden on yourself. Why should people running a 10+ year old version of VS expect new features in a plug-in? Just let them download whatever the last version was that supported that version of VS. I guess this is some…

  12. Easier "Ignore Completely"

    It's interesting how sometimes the simple questions can bring out the real gold here. [quote] VS26 Insiders. I am old and my projects (well, some of them), are old, but my tools are not. I mostly skipped net9 but other than that we always move forward with the framework. [/quote] I feel…

  13. Easier "Ignore Completely"

    [quote=willdean;18611] Lots, over time - 20, perhaps? I probably work on 6-8 regularly. I have three open in different instances of VS at the moment, 5 would probably be the most. [/quote] That's some impressive multi-tasking. [quote=willdean;18611] That sounds like the effect I want. …

  14. Removed project in Rider still shows in test window

    Resetting the engine causes the workspaces to be purged, with new ones created as the projects start getting built. So I don't think it was removing the workspaces that actually solved this. I think this might actually be something in the source code itself that eventually reset itself, perhaps …

  15. Rerunning failed test projects in Rider Doesn't reset status on project

    Are you able to provide clear steps to reproduce a minimal scenario that will cause a fixture result to be clearly wrong? Sorry, it's not easy to untangle something like this in isolation when so much is happening. I recommend using NCrunch.Framework.ExclusivelyUsesAttribute to mark tests that h…

  16. Rerunning failed test projects in Rider Doesn't reset status on project

    The nature of this problem is such that it's quite hard to fully understand everything that's happening, but I suspect there might be a couple of mechanisms interacting here that are causing some confusion. The first is that the state of fixtures in the Tests Window isn't simple. A fixture is no…

  17. Removed project in Rider still shows in test window

    Hi Peter, Did clearing the cache resolve the issue?

  18. Rerunning failed test projects in Rider Doesn't reset status on project

    Thanks for sharing this issue. I'm wondering if you could clarify this a bit more. Are you talking in regards to the Tests Window? Does this happen for you every time? Can you maybe give me concise steps to reproduce the issue?

  19. Easier "Ignore Completely"

    Hi, thanks for sharing this. Not promising anything right now, but I'm hoping I could ask a few things to get a better understanding of your situation. How many solutions do you use NCrunch on? Are you hopping between many projects very often? Do you often need to ignore and then unignore …

  20. Unable to run tests on clean install of VS 2026 Insiders

    Thanks for sending through the bug report. The report contains an error that should be showing up in your NCrunch tests window. The package names were duplicated in the error, so I fixed this manually: ERROR: Unable to restore required Nuget packages for .NET Core test environment NCrunch was …