Forum member

DamirArh

9 posts

Posts by DamirArh

  1. UITestMethod not recognized

    Since so far I didn't need it for actual UI tests, only to run some code depending on UIElement, I always managed to work around it. At the moment I don't see it as a needed feature. Nevertheless I posted it to UserVoice, in case anyone else feels more strongly about it: https://ncrunch.uservoice…

  2. UITestMethod not recognized

    I noticed that tests with UITestMethod attribute in Windows Store test projects are not recognized. Are you planning to add support for it in a future release?

  3. Performance Issues with NCrunch v2.6

    I can confirm that 2.7 resolves the issue. I had to manually set the correct font size after update, though. It was still set to 825.

  4. Performance Issues with NCrunch v2.6

    I created a new solution from the unit test template in VS which only includes a single empty unit test. The problem was still there. In the meantime I noticed that the Test window text output pane never displays any text (even with large enough width): not only there's no build errors, there are…

  5. Performance Issues with NCrunch v2.6

    It happens, when I resize the window below a certain width. If I keep it open like that it seems to be happening every time, the window is being re-rendered. I followed your advice and turned off all the filters, so that there was nothing in the list; it didn't happen then. I also enabled logging…

  6. Performance Issues with NCrunch v2.6

    I managed to reproduce the issue again. It seems to be related to the NCrunch Tests window. The huge memory consumption only occurs when this window is visible and has a width below cca. 700 pixels. It happens even if I don't change the code at all, but only make the window narrower. Once NCrunch ma…

  7. Performance Issues with NCrunch v2.6

    Today I updated NCrunch to V2.6 again, but I couldn't reproduce the above described issue, no matter how hard I tried, neither with the solution I worked on yesterday (even if I reverted it to the same state), nor with any of my other solutions I used NCrunch with in the past. I plan to continue …

  8. Performance Issues with NCrunch v2.6

    Anybody else encountering any issues with the latest version of NCrunch? During initialization of NCrunch Visual Studio starts eating up lots of memory (over 2.5 GB) and becomes unresponsive. This takes minutes and sometimes causes VS to even crash. The problem occurs before the tests are run (I …

  9. Debugger.Break crashes nCrunch TaskRunner

    Recently I noticed Visual Studio not responding for short periods of time while nCrunch was running tests in the background. I found corresponding Application Error events in the event log because nCrunch.TaskRunner451.x86.exe was crashing. After further investigation I managed to consistently repro…