Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
Problem with latest xUnit v3 (3.2.0)
Thanks for letting me know about this. I've reproduced the problem as you've described. It looks like the binary was moved in xunit v3.2 as part of their MTP support changes. I'll see about introducing a fix for this on NCrunch's side. Note that if you reference the xunit assemblies directly, yo…
04 Nov 2025 23:35 UTC
-
Rider freezes UI very often when combined with NCrunch
Thanks for sharing this. In theory, the memory mapped receivers are all on background threads and shouldn't be able to directly cause a freeze. I'd really like a look at the logs. Are you able to send them through?
04 Nov 2025 22:20 UTC
-
Enable Ncrunch disabled. Exception in the diagnostic output.
Hi, thanks for sharing this issue. The problem here stems from what looks to be a malformed environment variable on your machine. Can you check the contents of your PATH environment variable? I think you have a mismatched quote in there: C:\Users\ms1\AppData\Local\Programs\Microsoft VS Code\…
30 Oct 2025 22:32 UTC
-
NCrunch has encountered an internal error: System.IndexOutOfRangeException: Index was outside the bo
Yes this does look like the same kind of issue. Understanding that you have time constraints, if you do manage to make any time to assess this problem further, probably the most helpful thing would be if you could try installing the v5.14.0.1 build above that contains the extra trace information, t…
24 Oct 2025 22:08 UTC
-
NCrunch has encountered an internal error: System.IndexOutOfRangeException: Index was outside the bo
Hi, thanks for sharing this issue. Are you able to share the stack trace you're receiving? (Even if its the same as above, it's a data point that helps). The above issue was most definitely solved in the build above. It was precisely isolated and I'm certain there hasn't been a regression. T…
23 Oct 2025 23:20 UTC
-
Rider freezes UI very often when combined with NCrunch
How is the freezing? Solved in the above build?
22 Oct 2025 09:32 UTC
-
XUnit.v3 constant grid errors. Deserializes using the wrong node's path.
I've had some inspiration. Rather than trying to have xunit avoid encoding the assembly path into the test IDs, I've rigged up the remote node so that it will copy the locally discovered test metadata into the test before it begins execution (from the analysis task on the remote node). In this way…
21 Oct 2025 09:06 UTC
-
XUnit.v3 constant grid errors. Deserializes using the wrong node's path.
[quote=Magnus Lidbom;18422] I would love to give you the information you are asking for, but for a week trying to get clear information from NCrunch about which tests are actually the problem has eluded me. Run after run with no problem, then suddenly one failure, or a torrent with hundreds of them…
19 Oct 2025 06:07 UTC
-
XUnit.v3 constant grid errors. Deserializes using the wrong node's path.
Sorry, I can read the frustration you're experiencing here. I'm not trying to debate ownership of problems. I appreciate this has been driving you mad all week. I'm just trying to get more information so I can help solve this. If you're able to share the signature of the test that's triggeri…
19 Oct 2025 01:15 UTC
-
XUnit.v3 constant grid errors. Deserializes using the wrong node's path.
Hi, thanks for sharing this issue. The first thing I always think about when I see the runner experiencing sequence failures like this is to check for asynchronous behaviour. NCrunch needs a test run to be entirely synchronous. It does inject settings into Xunit to force synchronous behaviour…
18 Oct 2025 23:11 UTC
-
NCrunch & Claude Code on WSL
[quote=9swampy;18417]Is there a best practices guide on combining Visual Studio 2022 & NCrunch with Claude Code running in WSL.[/quote] Sorry, it's hard for me to give advice on this as I'm not familiar with this particular toolset. [quote=9swampy;18417] Is this a supported setup? [/quote] …
18 Oct 2025 23:01 UTC
-
MSTest 4.0.0
Hi! MSTest v4 support is implemented but isn't in the release build yet. Give this one a try: [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_5.19.0.3.msi]NCrunch_Console_5.19.0.3.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_5.19.0.3.zip]NCru…
16 Oct 2025 23:21 UTC
-
Rider freezes UI very often when combined with NCrunch
[quote=Der-Albert.com;18409]Decided not to wait until Wednesday (will still make the test there), but... I installed 5.18.0.2, Rider crashed directly when i minimized the NCrunch Tool Windows. Did not even have switch tool Windows, also i could "see" that there is something going on while resiz…
16 Oct 2025 09:06 UTC
-
Rider freezes UI very often when combined with NCrunch
[quote=Der-Albert.com;18407] Did one Test with "minimal" Sizing of the NCrunch Tests Windows (Multiple Times in the same Rider Instance) with 5.19.0.3, and Rider did not freeze. ... having a little tear in my eyes, thank you. [/quote] You're welcome :) I think there's a likelihood the probl…
16 Oct 2025 07:05 UTC
-
Rider freezes UI very often when combined with NCrunch
Ok, I have an update on these issues. First I'd like to disclose that currently I cannot myself reproduce any issue reported in this thread, so all actions I'm taking here are entirely speculative. Presently I am aware of 3 issues here: - Potential performance issue related to DPI sync that may…
16 Oct 2025 06:44 UTC
-
Rider freezes UI very often when combined with NCrunch
@TimVisma: I'm hopeful we may be on to something here. The second stack trace here points towards something NCrunch shouldn't really be doing with this frequency, and it's a prime suspect. The good news is that I can redesign this area of code to more or less eliminate the potential concern. …
15 Oct 2025 12:13 UTC
-
Rider freezes UI very often when combined with NCrunch
Can you confirm whether you're able to crash this every time using the steps to reproduce you've described? (As per my usual luck, I can't get it to happen). The [url=https://forum.ncrunch.net/yaf_postst3609_NCrunch-5-15-0-4-crashes-my-VS-17-14-7-again-and-again-and-again.aspx]thread referenced …
15 Oct 2025 08:02 UTC
-
Rider freezes UI very often when combined with NCrunch
Thanks for sharing this. Do you have more than one monitor, and differing DPI settings between them? It looks a lot like [url=https://forum.ncrunch.net/yaf_postst3609_NCrunch-5-15-0-4-crashes-my-VS-17-14-7-again-and-again-and-again.aspx]this issue[/url] rather than the random freezes (I am certa…
15 Oct 2025 07:28 UTC
-
.net 10 + xunit 3 + visual studio insiders fails with .net 3.5 error
Hi, thanks for sharing this. NCrunch does support VS2026 (in a preview state), but work for .NET 10 is still in progress. Probably it will be out with the next version of NCrunch.
14 Oct 2025 11:17 UTC
-
MSTest 4.0.0
Hi, thanks for posting. MSTest V4 isn't supported yet. Some work is needed before NCrunch can handle it. I recommend staying on v3.11 for the time being.
13 Oct 2025 04:41 UTC