Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Rider freezes UI very often when combined with NCrunch

    Thanks for sending through the pruned logs. I've taken a look through them. This set of logs doesn't contain anything that directly points to NCrunch being responsible for a performance issue. There are NCrunch threads shown in the logs, but these are all background ones that are well disconnecte…

  2. Rider freezes UI very often when combined with NCrunch

    Oddly, they didn't come through. There is a size limit of around 10MB. Are you maybe able to strip out the parts that seem less relevant? Something that would also be interesting to know is whether the performance issue shows up when the NCrunch engine is disabled (but the plugin is still loade…

  3. There is no way to ignore categories in the engine mode

    Sometimes it can be worth experimenting with a small sample solution with minimal complexity to see if you can make the settings work in the way you expect them to. This can also be useful for reporting defective behaviour, as you can just submit the test solution through the [url=https://www.ncrun…

  4. There is no way to ignore categories in the engine mode

    Thanks for sending through the bug report. This was very useful! The report indicates values for the two major settings you're working with under your engine mode: Tests to execute automatically = 'True' Tests to execute on this machine = 'DoesNotHaveCategory 'Playright'' It looks like ther…

  5. NCrunch Tool Window UI in VS2026 invalid on 4K monitor

    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_5.21.0.5.msi]NCrunch_Console_5.21.0.5.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_5.21.0.5.zip]NCrunc…

  6. NCrunch Tool Window UI in VS2026 invalid on 4K monitor

    Thanks for all your help in pinning this down. I can reproduce the problems now exactly as you've described them. At the moment it doesn't look like this will be simple to fix. I'll let you know when I have more information on a resolution.

  7. Rider freezes UI very often when combined with NCrunch

    Could you zip them up and put them through the [url=https://www.ncrunch.net/support/contact]contact form[/url]?

  8. NCrunch Tool Window UI in VS2026 invalid on 4K monitor

    Thanks for confirming this. I'm hoping you might be able to share some more details to help me understand where in the lifecycle it's getting out of sync. - When you first start the IDE and open your solution, do any NCrunch tool windows that are automatically shown on the screen have the correc…

  9. There is no way to ignore categories in the engine mode

    This is absolutely possible. Go to NCrunch->Set Engine Mode->Customise Engine Modes Then choose the engine mode you want to ignore categories in. On the bottom pane, under 'Settings to be overidden by this engine mode', go to Filters->Tests to execute automatically. Click the pencil. …

  10. Tests to execute on this machine when DoesNotHaveCategory still runs these test on the machine

    [quote=Amir Kolsky;18674]((You really should allow pasting images directly into the posts like every modern forum system allows)[/quote] Sorry, I know it's annoying. The software of this forum is ancient and the image uploads were taken offline for security reasons. We get smashed by spammers h…

  11. Playwright not working

    Hi, thanks for sharing this issue. Playwright isn't supported by NCrunch. As Albert has stated, it's big, it's heavy and relies on a lot of complex infrastructure to manage the test process itself. The exception you're receiving is caused by NCrunch's workspacing. Basically, Playwright is tryi…

  12. Rider freezes UI very often when combined with NCrunch

    Could you check the logs under Rider to see if it reports a reason for the hanging? Usually when the UI is unresponsive, it takes a full thread dump. You can find these by going through Help-Diagnostic Tools-Show Log in Explorer.

  13. NCrunch Tool Window UI in VS2026 invalid on 4K monitor

    Thanks for confirming this. In VS, under Tools->Options->All Settings->Environment->Visual Experience, you'll see an option called 'Optimize rendering for screens with different pixel densities'. If you disable this setting and restart the IDE, does this resolve the problem?

  14. NCrunch Tool Window UI in VS2026 invalid on 4K monitor

    Hi, thanks for sharing this issue. Can you confirm what your DPI settings are? Also your IDE version? Do you have multiple screens?

  15. NUnit failed to discover the tests in this assembly

    Thanks for sending through the logs. The logs confirm that NUnit is eating the inner exception details, which is unfortunate as it means they won't be accessible through any logging mechanism that I'm familiar with. I wonder if we can try to force the exception to occur earlier, outside of NUn…

  16. NUnit failed to discover the tests in this assembly

    Good find. So it was triggered by a config change that was introduced to work around a different issue. There is something unusual in the way your assembly references are working. I haven't seen instrumentation cause this kind of problem before, since it doesn't tamper with the references the…

  17. Not seeing .net sdk versions below V9

    Does adjusting the [url=https://www.ncrunch.net/documentation/reference_project-configuration_build-sdk]Build SDK[/url] setting to .NET 8.0 have any effect on the problem? Could you submit a bug report directly after it fails? I'd like to take a look at the log to see if this yields any useful i…

  18. NUnit failed to discover the tests in this assembly

    Thanks for sending through the log. I've confirmed that the ICallbackEventHandler proxy error is not related to this problem (it isn't required for the platform version you're on, so it's benign). Unfortunately the log doesn't provide enough detail to understand what's happening here, but I th…

  19. Not seeing .net sdk versions below V9

    Hi, thanks for sharing this issue. This seems to be a message from the runtime loader itself. Where is this being shown for you? Is it when you choose to run a test? I wonder if it might be trying to bind specifically to 8.0.24 for a reason. If you do a text search on your codebase, do you …

  20. NUnit failed to discover the tests in this assembly

    Thanks for sharing this issue. This here is a red flag: [PID:4808 14:08:21.6464 LocalAnalysisTask-103] Cannot generate proxy. Target proxy type System.Web.UI.ICallbackEventHandler not found in assembly Are you able to make any guesses as to what change might have caused this? Did you upgrade …