Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. MSTest v4 - DataRow - Collection Expressions

    Hi, thanks for sharing this. I also saw it come in through the bug reporter :) NCrunch needs some special handling to be able to work with these collection expressions. The latest version doesn't implement them yet. I've noted them down to see if I can plug them into the next release. Thanks …

  2. NCrunch tests window with white lines in edges Rider

    Hi Tim, Thanks for flagging this. I've been seeing it to, and it's kind of annoying. It's actually been happening for quite a while. Unfortunately, I have no way to fix it. The lines themselves are an artifact created by the wormhole system inside Rider that we piggyback off. NCrunch is co…

  3. NUnit tests marked with Platform attribute are treated as inconclusive when conditions not met

    Hi, thanks for sharing this issue. At first glance, this looks like a simple open and shut case. The tests in question are marked to run on a different platform from the one being used, so they should just be ignored and not discovered. It starts to get more complicated when getting under the…

  4. Support Interface‑Based Exclusive Resource Declarations

    Thanks! I'll look into it.

  5. Two bars of test coverage after moving file

    Hi, thanks for flagging this. I have some theories about what could be causing it. I'll look into it.

  6. nCrunch.Common.UserException: Errors occurred while trying to load the project file

    Hi Ryan, Thanks for sharing this. The first thing I'd like to check here is whether this is related to a Build Sdk mismatch. There are situations that can cause this (notably around installation of preview tooling). Could you try adjusting the 'Build Sdk' NCrunch configuration setting to make …

  7. Improving grid node IL reporting.

    I'm glad that's helped you make some progress in this. The only thing I could suggest as a next step would be to use an IL tool of some kind to produce a full dump of the assemblies produced on each of your machines, then run these through a diff tool. This might also give some clarity as to wheth…

  8. Improving grid node IL reporting.

    Hi, thanks for posting. Yes, I hate this error. I hate that it exists. I hate that it NEEDS to exist ... And I accept that it's inadequate. In recent years, it seems that even the smallest update to the platform causes differences in the IL. I find this a bit concerning, since you wouldn…

  9. MCP server

    Yes, in concept this isn't too complicated. NCrunch just needs to expose an MCP server containing the APIs that allow the agent to pull data directly from the engine, and give it basic instructions (i.e. run specific tests, etc). Where I expect it will be more complicated is in finding sensible …

  10. Rider freezes UI very often when combined with NCrunch

    Does disabling the engine get rid of the freezes after they start happening? Is there any correlation between the freezes and number of editor windows you have open? Another question: Does recovery from the freeze happen on its own? Or do you absolutely need to click on another window? I'm w…

  11. Support for Rider 2026.1

    Hi, thanks for sharing this issue. I hope you don't mind me asking a few questions to narrow this down. - When you talk about the green dot in the bottom right corner, do you mean the 'Corner spinner' that shows the engine working? (Which can be a range of colours, depending on the state of th…

  12. MSTest 4.0.0

    [quote=Axima;18766]Before we upgrade, can anyone confirm if MSTest v4 support is included in the latest public release? (v5.21)[/quote] Yes, it's in there. It went out with 5.19, back in October.

  13. Rider extension fails to recognize referenced projects with åäö

    Yes, sorry, Rider 2026.1 is mere hours away from hitting RTM, so every NCrunch build is targeting it at the moment. You can either wait a day or two for them to release it fully or grab the EAP from their website.

  14. Rider extension fails to recognize referenced projects with åäö

    Could you try the build below and let me know if this improves the issue for you? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_5.22.0.1.msi]NCrunch_Console_5.22.0.1.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_5.22.0.1.zip]NCrunch_Console_5…

  15. Rider extension fails to recognize referenced projects with åäö

    [quote=Peter Osterdahl;18756]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. [/q…

  16. Rider extension fails to recognize referenced projects with åäö

    [quote=Peter Osterdahl;18753]Is option 2 a visual studio only thing. Visual studio doesnt have this problem, it is Rider only.[/quote] My apologies. I forgot you were on Rider! This would then be the Rider equivalent (we do something quite similar here). I think I may have found it with a …

  17. Rider extension fails to recognize referenced projects with åäö

    NCrunch obtains the content of project files from two places: 1. By reading them from disk or 2. From the VS CPS project system The first option is the most simple and probably the most stable. It allows the encoding to be inferred using the file content and the BOM header. The secon…

  18. Pin all tests in class (or in current file)

    Hi, thanks for sharing this. Right now there is no one step way to do this. The fastest way to do it would be to pin the child test (via the hotkey or coverage markers), then select the (now visible) fixture test in the Tests Window and choose to pin that one. I'll take the feature request un…

  19. NCrunch possibly causes autocomplete delay in VS2026

    Thanks for sharing this issue. NCrunch doesn't have any integration with this area of VS, so if you're experiencing a correlation between NCrunch being enabled and this seeming to take longer, the problem is almost certain to be resource related rather than a software performance issue. The fi…

  20. MCP server

    [quote=isb-ik;18742]I use AI as a support tool. After each change the AI implements, it runs the relevant unit tests. However, ncrunch does the same thing in parallel. It would be helpful to have an ncrunch MCP server that the AI could query.[/quote] Yes, I have been looking at this. Allowing AI…