Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
NCrunch Tool Window UI in VS2026 invalid on 4K monitor
[quote=sjkirk;18740]I was also seeing strange layout in one of my projects: the trace output/execution steps splitter became vertical and that pane moved over to the right. I tried the build in this thread but it made no difference. What fixed it was a `git clean -xdff`[/quote] There is an opt…
18 Mar 2026 22:15 UTC
-
The "ResolvePackageAssets" task failed unexpectedly.
Great, thanks for confirming this. I think I now understand what is happening. The resolution of preview builds is a bit odd in VS. If a preview version of VS is running, the MSBuild resolver is 'allowed' by the platform to make use of a preview version of .NET. It's possible the logic around …
18 Mar 2026 12:47 UTC
-
The "ResolvePackageAssets" task failed unexpectedly.
Thanks for these extra details. The info shown suggests a likelihood that it may be trying to build using .NET 11 preview. If you choose the .NET 10 SDK using your [url=https://www.ncrunch.net/documentation/reference_project-configuration_build-sdk]Build SDK[/url] configuration setting, do you see…
18 Mar 2026 12:03 UTC
-
The "ResolvePackageAssets" task failed unexpectedly.
Thanks for confirming this. I think that this problem must be specific to your setup or environment. Are there any solutions that are working correctly for you under NCrunch? Can you confirm which versions of .NET you have installed? When did this problem start appearing for you?
18 Mar 2026 08:14 UTC
-
The "ResolvePackageAssets" task failed unexpectedly.
Thanks for sharing this issue. Could you confirm whether it still happens for you in the build below? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_5.21.0.7.msi]NCrunch_Console_5.21.0.7.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_5.21.0.7.…
17 Mar 2026 21:52 UTC
-
Rider freezes UI very often when combined with NCrunch
Ok, here is attempt #3 [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Rider_5.21.0.9.7z]NCrunch_Rider_5.21.0.9.7z[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Rider_5.21.0.9.zip]NCrunch_Rider_5.21.0.9.zip[/url]
17 Mar 2026 06:31 UTC
-
FodyPackaging: No weaver found
Hi, thanks for sharing this issue. Looking at the paths here, I think this is failing due to NCrunch's [url=https://www.ncrunch.net/documentation/considerations-and-constraints_project-atomicity]project atomicity constraints[/url]. You have a relative path that points to the output of another pr…
16 Mar 2026 22:52 UTC
-
Rider freezes UI very often when combined with NCrunch
Thanks for sharing this. It was very useful! Here's my next try: [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Rider_5.21.0.8.7z]NCrunch_Rider_5.21.0.8.7z[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Rider_5.21.0.8.zip]NCrunch_Rider_5.21.0.8.zip[/url]
14 Mar 2026 06:48 UTC
-
Rider freezes UI very often when combined with NCrunch
[quote=mullerwashere;18723] When I try to install from disk I get: "Plugin 'NCrunch' (version '5.21.0.7') is not compatible with the current version of the IDE, because it requires build 261.21525 or newer but the current build is RD-253.31033.136"[/quote] Ahh, sorry, I should have mentioned t…
11 Mar 2026 22:38 UTC
-
Rider freezes UI very often when combined with NCrunch
Would you be interested in trying the build below to see if it helps with the problem? This build contains a few optimisations to reduce memory traffic, particularly around editor window integration. It's a blind stab, but worth trying. [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunc…
11 Mar 2026 07:42 UTC
-
Rider freezes UI very often when combined with NCrunch
Some more questions: - Do you have a lot of editor windows open when the freezes are happening? Does closing all but the one editor window have an effect on the problem? - Is there any length of time that you're able to use the IDE after a fresh start before you notice the issue appearing?
10 Mar 2026 04:57 UTC
-
Rider freezes UI very often when combined with NCrunch
Thanks, I'll have a look around and will get back to you.
10 Mar 2026 03:37 UTC
-
Rider freezes UI very often when combined with NCrunch
Thanks for this extra information. This is all very helpful. From what you've described, the problem feels like it's resource related. I'm wondering about its consistency. Does the problem present itself consistently enough that if it were gone, you'd know within 5 minutes? Or do you get peri…
09 Mar 2026 23:04 UTC
-
System.ArgumentOutOfRangeException: Arrays larger than 2GB are not supported.
[quote=robinz;18714]I'm currently set to full. I moved on to another project in that workspace, and I can't reproduce the error now. I'll change that setting the next time this shows up.[/quote] Thanks, I'm glad you're up and running again. Right now my suspicion is that something is wrong or un…
05 Mar 2026 22:34 UTC
-
System.ArgumentOutOfRangeException: Arrays larger than 2GB are not supported.
For the project that's failing like this, what do you currently have your debug/PDB set to? Is it embedded? Does changing it to portable resolve the issue?
05 Mar 2026 02:38 UTC
-
Problems with .slnx format on buildserver
Thanks for sending through the .slnx. It looks like I didn't add handling for the folders. Would you like to try the build below to see if this works for you? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_5.21.0.6.msi]NCrunch_Console_5.21.0.6.msi[/url] [url=https://s3.ama…
05 Mar 2026 00:35 UTC
-
System.ArgumentOutOfRangeException: Arrays larger than 2GB are not supported.
[quote=robinz;18708]FYI, I switched to another working directory, and it worked just fine on the same code.[/quote] That's actually quite alarming. It suggests the problem is intermittent or not specific to the structure of the assembly. When you switched directory, what actually changed? Is t…
04 Mar 2026 23:19 UTC
-
System.ArgumentOutOfRangeException: Arrays larger than 2GB are not supported.
Thanks for letting me know. I have also had another recent report that suggests this is still happening in niche scenarios. I have yet to pin it down in a way that allows me to fix it. You might find you're able to work around the problem by adding a dummy class/method in project, as this shuff…
04 Mar 2026 22:37 UTC
-
Problems with .slnx format on buildserver
Does NCrunch itself (i.e. the IDE plugin) work OK for this .slnx? Is your .slnx something you're able to share with me? If so, could you submit it through the [url=https://www.ncrunch.net/support/contact]NCrunch contact form[/url]?
04 Mar 2026 09:51 UTC
-
Problems with .slnx format on buildserver
Hi, thanks for sharing this issue. v5.20 has a problem where the console tool is trying to load the .slnx file as if it's a .sln. Would you be interested in trying the build below to see if this solves the problem for you? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_…
04 Mar 2026 08:19 UTC