Forum member

greba

13 posts

Posts by greba

  1. Enable NCrunch automatically on new solutions

    I would like NCrunch to be enabled by default for all new solutions. I tend to blow away my sandbox every other week and would like NCrunch to be enabled by default so that it saves me from Enabling NCrunch on all solutions again and again.

  2. Code Coverage not respecting ExcludeFromCodeCoverage

    Understood.

  3. Code Coverage not respecting ExcludeFromCodeCoverage

    Just installed 1.39b and tried NCrunch Metrics. It doesn't seem to be respecting the ExcludeFromCodeCoverage attribute.

  4. Hard Drive usage going up

    Just did a quick test and this issue looks to be solved! Thanks. Still checking out the new features in the latest build, but I'm liking what I'm seeing so far. Keep up the great work.

  5. Hard Drive usage going up

    I hadn't received email notifications of replies so I didn't know you needed more information. I'll try the new build out and let you know how it goes. I did get jaminto's post as an email though.

  6. Hard Drive usage going up

    That would be great. In the mean time I'll make sure I clear out the workspace folder every once in a while. If you need any more details let me know as I should be able to reproduce the problem in a very simple solution.

  7. Hard Drive usage going up

    I was able to look at this problem in a little bit more detail and was able to trim my solution down to one project that still caused the problem. It looks like adding a reference to a dll from a lib path is causing NCrunch to not be able to clean up the workspace. I am able to delete the workspa…

  8. Hard Drive usage going up

    I went through your steps and here are the results. In my large solution which has 58 projects NCrunch will create a folder for each project in it's workspace. After NCrunch is done processing the whole solution and running all the tests the total size of the workspace ends up at 503MB. When I close…

  9. Hard Drive usage going up

    It looks like NCrunch is not cleaning up old workspaces when a solution is not in use anymore. I have a large solution that when compiled leaves just over 400 Megabytes on the hard drive after I close Visual Studio. Once I restart Visual Studio and open up that same solution NCrunch will chug throug…

  10. CopyReferencedAssembliesToWorkspace

    I was able to reproduce the problem in a new solution and I have submitted a bug report on it.

  11. CopyReferencedAssembliesToWorkspace

    I'll take a look at that and see what it contains and see if I can send it out. I was able to narrow the problem down to two specific files in the failing test project. The test project included an accessor: <Shadow Include="Test References\OtherProject.accessor" /> When I changed the shadow …

  12. CopyReferencedAssembliesToWorkspace

    What is included in the bug report? I'd like to go over it before submitting it to see if I need to sanitize it.

  13. CopyReferencedAssembliesToWorkspace

    I have a solution with sixty projects that with CopyReferencedAssembliesToWorkspace set to false will compile a fair number of the projects successfully but will fail for certain projects. When I set CopyReferencedAssembliesToWorkspace to true nearly all of the projects will compile successfully. I'…