Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Windows blocking is getting worse!

    [quote=RichardHauer;17622] What are you guys doing in this software that get's it blocked all the time - this is pretty sketchy. [/quote] NCrunch takes assemblies apart, shoving instrumentation into them. It creates isolated processes to execute code, which depending on what you are testing, c…

  2. Rider: NCrunch fails to build

    Sorry for the wait. It took some time to fully corner this one (it is freakishly intermittent). A fix has been included in v5.10, which has just been released. Please give it a try and let me know if the problem is solved on your side.

  3. Rider plugin loading error with Rider 2024.3 EAP 1

    An update on this one: We've assessed the state of EAP 2024.3 and concluded that it's not ready for integration yet. Right now not all of the dependencies for this version are fully published, so we can't actually build against it. We'll keep an eye on it with the intention of integrating when it…

  4. MapViewOfFile error

    Hi, thanks for sharing this issue. The error code here is Win32 ERROR_NOT_ENOUGH_MEMORY. In this situation, NCrunch is unable to start the test run because allocating the memory required to track RDI data for the test run failed. Possible solutions include: 1. Increasing available memory (i.…

  5. Rider plugin loading error with Rider 2024.3 EAP 1

    Hi, Sorry, the version of NCrunch available for download was intended to run on the earlier version of Rider (2024.2), so it doesn't support 2024.3 yet. Most likely we'll add support for 2024.3 with 5.11 or something soon after.

  6. Rider: NCrunch fails to build

    When this happens, could you try running MSBuild.exe against the generated project file in the NCrunch workspace, to see if it kicks up the same error as NCrunch? This will help to establish if something is wrong inside the build system itself.

  7. Could Someone Give me Advice on Optimizing NCrunch Performance for Large-Scale Solutions?

    Hi, thanks for posting. The advice in this situation does vary a bit depending on the nature of the performance issue. Which of the following do you feel you are experiencing? - The IDE feels sluggish and doesn't respond well to user input when the engine is running - Tests are timing out du…

  8. How to apply a default filter to the Tests Window?

    [quote=MarkLFT;17599]But even I ignore it, it still appears in the tests list. In the VS Live Tests I can choose which projects to include. Showing every project, including projects that have no tests, and test projects I am not working on is far too distracting, and overrides any benefits I get fr…

  9. How to apply a default filter to the Tests Window?

    [quote=MarkLFT;17597]Thanks for the suggestion, and I understand I can filter based on passing tests, but this does not achieve what I am hoping for. What I was hoping for was the ability for NCruch to be able to include or exclude projects based on the project names or namespaces. Like I can do w…

  10. Rider: NCrunch fails to build

    Thanks! I think this is a desync issue inside the IDE rather than the engine. I'm hopeful the report will be useful. Please do sent it through next time you see the problem.

  11. How to apply a default filter to the Tests Window?

    Hi, thanks for posting. Getting NCrunch up and running on a large solution like this can be some work, but it is very rewarding. I would suggest adjusting the filter options in the Tests Window to turn off 'Show passing tests'. Normally, you don't need to see the whole list of passing tests. …

  12. Rider: NCrunch fails to build

    Thanks for sharing this issue. This feels like a desync of some kind. Could you submit an NCrunch bug report after you've had this happen to you? The log may show some useful details. Also, when it happens, could you confirm whether a reset of the NCrunch engine or opening/closing the source…

  13. ARM64

    [quote] Is it the development part it self? Is it the testing part after having developed the architecture support before being able to release it to public? Is it the support after having it released? [/quote] All of the above. It's impossible to estimate the effort required for something…

  14. TestContainers generated by tested from docker file of another project

    Hi, thanks for posting. I am unfamiliar with this particular framework, which makes it hard for me to give specific advice on its limitations in regards to NCrunch. However, it looks to me like the framework is designed to treat the solution as a single cohesive unit (based on the need to inject…

  15. Rider: Flickering when using horizontal window split

    Hi, thanks for sharing this issue. We're aware of this one and are working on it now. I recommend avoiding the horizontal split for the time being. I'm hopeful we'll have a solution out in the next update.

  16. ARM64

    Hi Jason, Thanks for posting. As much as I would like to see NCrunch working on ARM, realistically I don't think this is something that's going to happen. We've overextended ourselves somewhat with the number of toolsets and platforms we already support, and adding a new one would be outside of…

  17. Condition Coverage

    Thanks for sharing this request. This has been asked for a few times in the lifespan of the product, but we decided not to go down this road for the following reasons: - UI complexity: Having an additional or half state on coverage markers makes the UI harder to interpret - Performance: A struc…

  18. Shortcut for rerunning "last session".

    Sorry about this, we have a long backlog, and we never got to the task. We're taking another look.

  19. NCrunch Test window jittering

    [quote=talbrecht;17544]I got it reported by my colleague and could reproduce it locally always, too.[/quote] Thanks, we'll look into it.

  20. Typo "Click here to hide this warnin"

    Thanks for flagging this, but actually, it's more complicated than you think! Something in the text measurement is clipping the last letter of the text. We did actually have a fix that went in for this a little while ago .. can you confirm which version of NCrunch you're running?