Forum member

berkeleybross

6 posts

Posts by berkeleybross

  1. OneTimeTearDown is called more than once

    Perfect, thankyou

  2. OneTimeTearDown is called more than once

    Thanks for the quick response! I see what you're saying. On the off chance you have experience with this kind of thing, would you recommend any strategies for detecting orphans? I like the idea that I can "adopt" orphans from previous processes but how would you identify which ones are "in use"? …

  3. OneTimeTearDown is called more than once

    This seems similar to issue "OneTimeSetUp is called more than once per assembly" (http://forum.ncrunch.net/yaf_postst2248_OneTimeSetUp-is-called-more-than-once-per-assembly.aspx) which has been stated to be "by design". Whilst the stated solution (manually keep track of whether the resource is in…

  4. Build fails with custom analyzers

    Thanks, that seems to work for me. Would it be possible to make this built into NCrunch? I'm probably being very lazy, but I'd prefer not to have to go through cs-projs for a VS extension (even when it's as awesome as NCrunch)

  5. Build fails with custom analyzers

    I've added a feature request https://ncrunch.uservoice.com/forums/245203-feature-requests/suggestions/9661941-turn-off-rosyln-analyzers-during-ncrunch-build

  6. Build fails with custom analyzers

    Hi, I hope I'm not resurrecting a dead thread, but this seems like an appropriate place to post, since I'm having the same "issue" As FubarCoder says, StyleCop.Analyzers is marked as a development dependency <package id="StyleCop.Analyzers" version="1.0.0-beta009" targetFramework="net452" de…