Forum member

Daniel Rose

29 posts

Posts by Daniel Rose

  1. Test runner process crashes

    I have some integration tests where I create a View, which creates auto-injected ViewModels, etc. Depending on the system load, these tests occasionally run into the test timeout. However, when this happens, in most cases the test runner process itself (nCrunch.TaskRunner40.x86.exe) crashes. I've…

  2. Unusual behaviour messages..

    I also get these messages, but the tests work fine. Even so, it would be nice to be able to fix this. Could you perhaps list the differences in the paths? That might help me track down why this occurs. Thank you!

  3. Build error when out of disk space

    For quick response of NCrunch, I have set its workspace to a RAM disk. However, its size is limited, so it can happen that the disk is full (ex. if I have multiple large solutions open). In that case Ncrunch displays an "unknown build error" and in the details it states that the disk is full. Per…

  4. Pause builds when solution is building

    When I change some code, then NCrunch rebuilds the affected code in the background in its caches. Generally this is good. However, if I want to run the solution, I still need to build the solution. When this happens while NCrunch is rebuilding, this can result in thrashing to the point of the system…

  5. Click on NCrunch button when build fails

    Doh. I remembered that this wasn't the case. So please disregard.

  6. Click on NCrunch button when build fails

    Currently, clicking on the NCrunch button (in the status bar) always opens the "Tests" window. However, if builds are failing (and thus no tests can run), I need to open the "Processing Queue" window from the menu/via keyboard shortcut to see what the problems are. It would be great if in that ca…

  7. Add right-click menu to nCrunch button indicator

    Currently a (left) click opens the "Tests" window. If you add a context menu, then please also add opening the "Processing Queue" window.

  8. Unable to get NCrunch running due to absolute output paths

    Hi Remco, That did the trick. Thank you!

  9. Unable to get NCrunch running due to absolute output paths

    My solution has an absolute output path (OutDir), since the output is on a different drive from the solution, [i]m:\exaplus\bin[/i]. However, the NCrunch runner does not handle this case and simply appends this absolute path to the workspace. Thus, the built assembly is not found (and also not prope…