Forum member

BookSwapSteve

6 posts

Posts by BookSwapSteve

  1. NCrunch Build Failing With RamDisk + NuGet Enable Restore

    Hi, Thanks for getting back to me. Generally I'm not seeing any issues with NuGet other than this one where the NuGet Enable Restore option was enabled, and I've fixed that by disabling it :-D, every other project with NuGet in is being well behaved (or at least not noticeably badly behaved!).…

  2. NCrunch Build Failing With RamDisk + NuGet Enable Restore

    I've been having issues today with NCrunch randomly failing to build my project. It initially starts of ok, I make some changes, NCrunch reports 1 or 2 "projects are failing the build". No errors highlighted with VS build or R#. I hit resynchronise or reload VS and it will build and test, then…

  3. Submit NCrunch Bug Report issues

    It appears to be working today! Nothing special has changed (well I've restarted VS2010 after installing the latest releases of R#, docCover and dotTrace - so not much!). Their was a long unresponsive pause after pressing Submit Report, but it went - well hopefully! - you should have a bug report fo…

  4. CopyReferencedAssembliesToWorkSpace when false still uses workspace and not output folder.

    Hi, I discovered the Additional Files option shortly after posting, I'll check that out another day, for now I've just ignored the test fixture. The files are referenced by the project and set to Copy Always, I don't know if that's something you can pick up on and automate, or just a case of …

  5. Submit NCrunch Bug Report issues

    Hi, I tried to use the Submit bug report dialog box today and had two issues. First it's modal which means I can't easily copy parts of my code/output window into the description to help. Please make it non-modal if you can. Secondly I get the error "An error occurred while submitting this …

  6. CopyReferencedAssembliesToWorkSpace when false still uses workspace and not output folder.

    Hi, My tests require xml files local to the executing assembly, I've set CopyReferencedAssembliesToWorkspace as false for all my projects, however NCrunch appears to be running the assembly in a temp folder, so the xml files are not getting picked up. I would expect/hope this was the same as Shad…