Forum member
greba
13 posts
Posts by greba
-
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.
13 Dec 2012 19:58 UTC
-
Code Coverage not respecting ExcludeFromCodeCoverage
Understood.
17 May 2012 12:09 UTC
-
Code Coverage not respecting ExcludeFromCodeCoverage
Just installed 1.39b and tried NCrunch Metrics. It doesn't seem to be respecting the ExcludeFromCodeCoverage attribute.
16 May 2012 14:55 UTC
-
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.
09 Mar 2012 14:39 UTC
-
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.
08 Mar 2012 19:51 UTC
-
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.
08 Feb 2012 13:47 UTC
-
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…
07 Feb 2012 21:45 UTC
-
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…
07 Feb 2012 13:51 UTC
-
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…
06 Feb 2012 13:41 UTC
-
CopyReferencedAssembliesToWorkspace
I was able to reproduce the problem in a new solution and I have submitted a bug report on it.
01 Feb 2012 20:23 UTC
-
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 …
01 Feb 2012 15:18 UTC
-
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.
01 Feb 2012 01:52 UTC
-
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'…
27 Jan 2012 14:48 UTC