Forum member

darrenkopp

2 posts

Posts by darrenkopp

  1. Go to selected test doesn't work for MSpec

    I'm guessing that this only applies to tests that are "inconclusive" in mspec, at least that is the case for me. So given a spec like this.... It should_do_something; NCrunch won't navigate to that test from the tests window or what not, but if it's a successful or failed test that has an a…

  2. Huge Memory usage

    Yeah, BuildHost EXE's grow over time because there is some memory that isn't getting released by what looks like MSBuild functionality. it's basically 12 types that account for the majority of the memory, and 90% of those types are xml. Not sure what you are doing, but perhaps if it's something like…