Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. 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…

  2. 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 …

  3. 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…

  4. 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?

  5. 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.…

  6. 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]

  7. 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…

  8. 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]

  9. 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…

  10. 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. 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?

  12. Rider freezes UI very often when combined with NCrunch

    Thanks, I'll have a look around and will get back to you.

  13. 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…

  14. 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…

  15. 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?

  16. 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…

  17. 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…

  18. 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…

  19. 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]?

  20. 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_…