Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. workspaces taking a lot of disc space

    NCrunch will create as many workspaces as it needs to meet the engine's requirements for parallel build/execution. This means that the number of workspaces you see during a session will be fairly well in proportion with the global performance settings, 'Max number of processing threads' and 'Proces…

  2. NCrunch using out-of-date / non-compiling source files

    The thing that doesn't make sense to me is where the old version of the code is coming from. Basically, NCrunch stores your code in two places: 1. In memory, inside Visual Studio - this is updated on the fly as you make changes to a project, and naturally this would be cleared when you restart V…

  3. Config file manipulations fail

    Hi Roman, Thanks for posting! Can you give me any more details about the DataAccess.InMemory.config? Is this a statically created file that exists as part of your project and is copied to the output directory, or is it dynamically created at run-time through one of your tests? If it's a stati…

  4. NCrunch using out-of-date / non-compiling source files

    Hi Simon, Something I forgot to ask is whether you have any customisations in place as part of your build process. For example, do you make use of any pre/post build steps, 3rd party SDKs or frameworks, overridden build targets, or anything that could be considered out of the ordinary? Is the…

  5. NCrunch using out-of-date / non-compiling source files

    Thanks - I'll take a look at the log file and will get back to you :)

  6. Aggressive Caching on Forum Giving incorrect Read/Unread indicators.

    I was wondering about this one - I've had it happen to me before and couldn't figure out how it was incorrect. Caching makes good sense. I'll note it down to take a look. Thanks for letting me know about it.

  7. Issue with similar assembly names

    For anyone interested, Mark and I identified this issue to be a problem where NCrunch would fail to build a project that is referencing two different projects with the same project file name. A fix has been bundled into the 1.38b release due out this week.

  8. NCrunch using out-of-date / non-compiling source files

    Hi Simon, Thanks for posting! Version related issues like this can be tough to track down as they are often workflow dependent, but with persistence I'm sure we can fix this. The reset button will often be your best friend for this situation where it can occur, as this will cause NCrunch to bl…

  9. Unable to resize columns in Processing Queue window

    This is definitely not right ... Do you notice this problem on any of the other windows? (i.e. tests window). Does the problem resolve itself the next time you start visual studio? Did the window ever appear correct (or was it this way to start with)?

  10. DLLs Copied to project(s) root directory

    Hi, thanks for posting! I've also seen this happen and have had others report it. It's a mystery bug that appears randomly then disappears just as randomly ... I've been trying to track it down but the inconsistency makes reproduction difficult. My suspicion is that it's happening when NCrunc…

  11. Is VS 11 Beta supported?

    Hi John - I'm wondering if you might be able to give me a bit more detail about the issue described above (Enable NCrunch is disabled). Is this a problem you're able to reproduce consistently? Have you been able to work around it? Thanks! Remco

  12. Issue with similar assembly names

    Hi Mark - Thanks again for sending through the bug report. I've had a good look through it and identified the compilation issues, though I'm wondering if you'd be able to provide a bit more information to help me reproduce it. Which similarly named assemblies seemed to be causing the problem …

  13. Config file manipulations fail

    Hi, Thanks for posting. I've done some quick testing on my side and I couldn't recreate any issues with the manipulation of config files in the way you've described - though I haven't yet tested this in detail with any WCF infrastructure. NCrunch does use remoting channels for communication b…

  14. How to pin new tests from the code window?

    Yeah - this is annoying. I've been thinking that the best way to solve this would probably be to have an option that allows new tests to be pinned automatically, as when you're working in 'pinned' mode, all new test that you write are likely to be tests you'd want to run immediately. What are your…

  15. Tests Using the Ignore Attribute are not visible at all in NCrunch

    Hi John, Thanks for posting. Yes you are correct - this is by design. The ability to ignore tests in such a way that they can only be run manually will be part of the upcoming 1.38b release. Cheers, Remco

  16. Run a single Ignored test

    The testing approach you've described is one that I'm also using myself for NCrunch. I have a number of very heavy integration tests that I often find better to kick off manually, and the new configuration feature in 1.38b was designed to handle exactly this situation. The nice thing that you ha…

  17. Visual Studio GUI random freezes/unresponsiveness?

    Thanks for the tip about email notifications - I was wondering if this was an isolated issue, but it seems something isn't right with the mail server ... Can you share any more details about the solution your working in? I.e: * How large is your codebase? (approx lines of code would be great)…

  18. Is VS 11 Beta supported?

    An update on this one: I've given the beta a spin and confirmed that it doesn't find the NCrunch package on initialisation. I'm working on a build right now to properly extend support to the Dev 11 beta, hopefully I'll have it ready soon :)

  19. Issue with similar assembly names

    Thanks for sending that through. I'll take a look and will follow up if I need any more information :)

  20. Issue with similar assembly names

    Hi Mark, Thanks for reporting this issue. I've heard reports that NCrunch has some issues with projects that have the exact same name, but this one does sound new to me. Would you be able to submit a bug report using the NCrunch menu? The attached log file should hopefully give me the informa…