Forum member
Mangust
25 posts
Posts by Mangust
-
Code coverage for test classes
I have a suggestion that something has to be done with code coverage for the test classes. There are some cases where the test coverage there is not 100% but it can never be using current model. For instance when you have expected exception. That means that the last line would never be reached reall…
11 Jan 2013 09:50 UTC
-
Build is happening too often
I definitely don't have any tests that do IO or db or anything like that. Only in memory execution so that cannot cause the problem. But as I told before after turning NCrunch off and on again I don't see this problems anymore... Though they funny thing is that it was slow right after I opened VS. A…
11 Jan 2013 09:47 UTC
-
Build is happening too often
Now, that is not really a low spec machine. It's an I7 with 4 cores and hyperthreading. I have allocated 2 cores to NCrunch and 6 are left for visual studio. I have a lot of memory as well. It does not seem it's happening all the time though. Sometimes it's ok. I have just checked and it was slow, a…
11 Jan 2013 08:39 UTC
-
Build is happening too often
I guess this should be more like a bug report for the build engine than a feature suggestions. The problem for me now is that NCrunch tries to build too often. When I type the name of the method or comment or something like that it seems that NCrunch will do the build (or will try to do) few times …
10 Jan 2013 15:26 UTC
-
FxCop (CodeAnalysis) is running during NCrunch build
Hi, I have noticed that during build in NCrunch it does the code analysis run as per my regular build. Is it possible to tell NCrunch not to do the code analysis when it's building? It seems pretty superfluous to do that. And takes a lot of time as well.
16 Nov 2012 10:44 UTC