Forum member

Der-Albert.com

260 posts

Posts by Der-Albert.com

  1. MCP server

    Trying out the MCP. Got this error (long paths are enabed, and reboooted after the registry change) \[NCrunch.Engine] [PID:10112 12:16:08.3197 InitialisationQueueTask-18] Build sandbox: D:\cachefiles\ncrunch_workspace\BuildSystem\10112\NotApplicable\nCrunch.BuildIntegration.Net6.dll [NCrunch.Eng…

  2. NCrunch & Claude Code on WSL

    Yes, in the container there will be a Rider backend installed. To which you can connect with normal Rider Installation (or JetBrains Gateway). Has nothing to do with AI, just remote development. Over an ssh connection. Look at the Start Page on the left side from Rider, where you can select a projec…

  3. NCrunch & Claude Code on WSL

    For the boundaries. My Assumption was that a Grid Node Runner on Linux would also be hard (I think you told that in a different thread). So I proposed in my mind a simpler solution, but it seems i missed the mark. In that Scenario * Agent in the Container * Rider (the remote part) in the Cont…

  4. NCrunch & Claude Code on WSL

    Just to chime in... In the current world of coding agents and more capable models, the trend to sandbox the AI agents is getting more uptick. It is possible in today's world to put everything in a virtual machine, Docker container, or in WSL2. On Windows, WSL2 and Docker may be the most used vari…

  5. Rider freezes UI very often when combined with NCrunch

    May was unrelated to the core assignment, was going back to less assigne Cores for NCrunch. Still freezing. I had a .feature file open, which show errors (i installed EAP 8 today). I disabled the Reqnroll Plugin for XUnit (v2) since then no freezes anymore.

  6. Rider freezes UI very often when combined with NCrunch

    I interpreted your answer that you would like get rid of the processor affnitty to use all cores all the time ;) With all cores assigned to NCrunch and IDE i had two freezes today ... after killing the ncrunch.rider.enginehost the Rider freeze was gone ... but also NCrunch ;)

  7. Rider freezes UI very often when combined with NCrunch

    OK, now I added all Cores also to NCrunch. But I liked that i can limit NCrunch to just 8 Cores, so that my machine has at least a chance to not overheat. May NCrunch could add an alternative way to limit the workload of NCrunch on my machine.

  8. Rider freezes UI very often when combined with NCrunch

    Ok, did that. 28 Cores... yeah,in theory fine. https://www.intel.com/content/www/us/en/products/sku/232161/intel-core-i713850hx-processor-30m-cache-up-to-5-30-ghz/specifications.html Also in a beefy HP Laptop with better cooling.... but still no good. The plan was assign the effiency core to N…

  9. Rider freezes UI very often when combined with NCrunch

    But in the last weeks I improved my excluding list for IDE Stuff from the Windows Defender Scan. That may be an a alternative reason I don't recall freezing Issue.

  10. Rider freezes UI very often when combined with NCrunch

    After I cleared the Cores for the IDE. The effective value is now: 0,1,2,3,4,5,6,7,8,9,10,11,12,13 Less then before ;)

  11. Rider freezes UI very often when combined with NCrunch

    Ok, will try it. Current Configuration (since I've got the new Laptop about 18 Month Ago) Cores for IDE: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19 Cores for NCrunch: 20,21,22,23,24,25,26,27 But I did not recollect an Issue in the last Weeks (but also I'm on the 2026.2 EAP Bandwagon…

  12. Start debugging from NCrunch inside Rider does not work most times

    Yes, break point will be set. When it fails it fails all the time, but i do not try 5 times in the row. Will make a detailed report and description on monday when that Windows laptop will be switched on.

  13. Mirror the Rider KeyBindings for NCrunch Test Window

    Just to shine a different light on your argument. Yeah, most NCrunch have use Visual Studio with NCrunch in VS before... but years ago, so that binding is gone from my memory (opted for JetBrains Binding in 2019 when i left VS and NCrunch, because use also other IDE from them). New User would…

  14. Mirror the Rider KeyBindings for NCrunch Test Window

    Hi, NCrunch and Rider have different Key Bindings for Running Tests. Like on my machine, I have Ctrl+D on the Rider Test Session Windows to run the Test in Debug Mode. In NCrunch it is different (I do not even know), so I use the mouse. Please add an option (Opt In? on demand? But on def…

  15. Start debugging from NCrunch inside Rider does not work most times

    Hi, Since plenty of months (or years), over several Rider and NCrunch Versions (Up to 2026.2 EAP) I have this problem. Starting debugging * From the Test Windows * From Break into First Failing Test (and the likes) * Do not know if they are more ways :) Does not work most of the times …

  16. Rider freezes UI very often when combined with NCrunch

    Can also say the freezes still happen. An NCrunch seems to be at least involved. When I kill the nCrunch.Rider.EngineHost when the freeze is gone.

  17. Rider freezes UI very often when combined with NCrunch

    I also have this since the "later" Rider Versions (not EAP). Sometimes Rider freezes when opening the Solution and the NCrunch Test Runner Tool Windows is active. Or when i switch to it. (had the latest NCrunch Forum Version installed). Was good a while, but godd worse in the last weeks. Maybe an R…

  18. Playwright not working

    https://learn.microsoft.com/en-us/visualstudio/test/run-unit-tests-with-test-explorer?view=visualstudio#run-tests-after-every-build Run Test after a build would be, in my (just a random dude on the internet, an NCrunch user since its early days, but I'm not Remco, who is the author of NCrunch) opini…

  19. Playwright not working

    [quote=Amir Kolsky;18676] Fair! Here is the exception message - [color=darkred]'C:\Users\despicableMe\AppData\Local\NCrunch\992\6\src\Query.Playwright.Tests\bin\Debug\net10.0\..\..\..\..\Query.Web'. The directory name is invalid.) ---> System.ComponentModel.Win32Exception (267): An error occur…

  20. Playwright not working

    I, personally, would not use NCrunch for end-to-end with Playwright or similar stuff. Too many external, heavy dependencies. Just use the normal Test Runner. Playwright with C# just a Remote Browser Controller. "Tests fail" without details cannot yield answers with a Solution. I think more det…