Forum member

Der-Albert.com

260 posts

Posts by Der-Albert.com

  1. Removed project in Rider still shows in test window

    Can also confirm this, sometimes NCrunch messes up. Has not the current changes, or projects. Rebuild/Restart from NCrunch does not help; also, disabling and re-enabling NCrunch does not help. Have to Close Rider and restart. Then it is fine.

  2. Copy on Write and Disabling Analyzers?

    Hi, These days we have ReFS under Windows, and it supports Copy on Write since Windows 11 24H2 This is fine for read heavy workloads where some must be moved to a different folder. Microsoft itself enabled it in the MSBuild on default. Is this used by NCrunch? If not, I think it would be ni…

  3. Rerunning failed test projects in Rider Doesn't reset status on project

    I have also sometimes found that the status of tests is not updated; I have to do it manually to trigger a "real" test run to get the status updated.

  4. Rider: You must install or update .NET to run this application.

    https://youtrack.jetbrains.com/issue/RIDER-131155/Cant-compile-run-with-only-.NET-10-SDK-installed Maybe this was it.

  5. Rider freezes UI very often when combined with NCrunch

    I had my best Rider/NCrunch Week in ages with Rider 2025.3.01.... can't remember a freeze. But this could be just luck. But had the don't find SDK problem.

  6. Rider freezes UI very often when combined with NCrunch

    In my case of minimizing no freezing in current Rider 2025.2, with 5.19.0.3 Have sometimes other Freezes, which i don't know if NCrunch is involved. But this is "just" a couple of seconds.

  7. 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)[/quote] Works also fine on different Monitors (32" 4K) with different scaling (125%)

  8. Rider freezes UI very often when combined with NCrunch

    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 resizing. It was not a smooth vis…

  9. Rider freezes UI very often when combined with NCrunch

    @Remco 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. On the other End, I'm sitting on the same computer on different Monitors (until next We…

  10. Rider freezes UI very often when combined with NCrunch

    @Remco Looked at the Logs, got overwhelmed, zipped it up and sent it to you over the Contact Form.

  11. Rider freezes UI very often when combined with NCrunch

    [quote=Remco;18399]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…

  12. Rider freezes UI very often when combined with NCrunch

    Currently (at Work) Two 32" 4K Monitors, Both scaling 125%. Both horizontal. Rider on the Main Monitor (On the right side) The other one is VS not Rider, so i wrote it here, and adding details ;) Rider 2025.2.3 and NCrunch 5.18.0.2 (manually installed after NCrunch nagged me about the ne…

  13. Rider freezes UI very often when combined with NCrunch

    Yeah, had a total Rider Freeze (had to kill it) a couple minutes ago (Two Times) Worked two days (after Vacation) without any noticeable problems. But then I did it again Reproduceable way, everything with the mouse. * Open the NCrunch Tests Windows (Docked Pinned in Rider, Bottom Left …

  14. Rider freezes UI very often when combined with NCrunch

    Maybe of interest: https://blog.jetbrains.com/platform/2025/09/investigating-intellij-platform-ui-freezes/

  15. Rider: NCrunch is stealing Keystrokes... again

    It just happened, as far as i know. The NCrunch Test Tool Windows is not detached, just visible. State ist Docked pinned, bottom left (all other NCrunch Tools Windows are not visible, Docked pinned Bottom right) Today, i did not do much coding. No problems so far. It could be that it happen…

  16. Rider: NCrunch is stealing Keystrokes... again

    If the Rider Test Windows is visible, then often i can't suddenly type in the current editor anymore. I have to close the file and reopen it again. Must hide the NCrunch Window to not get it again. When NCrunch is eating the Keystrokes from the Editor hiding does not help. Have to close the Editor …

  17. Rider: You must install or update .NET to run this application.

    You also may find the Env in the Error Reports i send you about this problem over NCrunch.

  18. Rider: You must install or update .NET to run this application.

    Also installed got a new computer last week, so this was not this one machine issue. Had this also on the older computer.

  19. Rider: You must install or update .NET to run this application.

    The Projects are .NET 9.0. I never installed a .NET Environment over Rider (doing it manually currently over winget) But Rider comes with .NET 8.0 for ReSharper. So that Rider/ReSharper can run. If it happens again, i hopefully remember to set the SDK, but it should still work without that. …

  20. Rider: You must install or update .NET to run this application.

    This is in the Ncrunch Test Window when NCrunch is trying to run the tests. I happens without warning, it worked, and then it stopped working. I restart Rider then it works again. Diableing & Enabling NCrunch does not help, Reload & Build Selected Component does not help. Have to close and open …