Forum member

dariusdamalakas

43 posts

Posts by dariusdamalakas

  1. Don't Build/Run when editing .js files

    I think option to list file types which don't trigger automatic build would be useful. +1

  2. Is it possible to run each test in a separate process to prevent issues with mocked static methods?

    I usually obstain from mocking static methods. However, if you are in control of the source code, you can use this example to modify static methods and allow them to be mocked: http://blogs.clariusconsulting.net/kzu/making-extension-methods-amenable-to-mocking/ I've used that in some cases in ou…

  3. Delayed start once the .sln file is opened

    Would be a nice feature if NCrunch would start initializing with a delay. For example, this could be a configurable option in seconds. I would set this to 10 seconds. Since i have to swtich solution files quite a lot (sometimes 3 times an hour, especially when doing bug fixing, then switching bet…