Forum member
yworksjr
8 posts
Posts by yworksjr
-
Is there a way of excluding all projects in a certain directory?
Hey, thanks for clarifying my suspicions. Having the whole set of projects available in a single solution has proven to be much nicer than separating this out by task in the past. And since VS (w/o ReSharper) is fairly quick in loading such large solutions there wasn't much need to split this aga…
30 Jul 2025 12:29 UTC
-
Is there a way of excluding all projects in a certain directory?
Good morning, We have a fairly large solution in which we typically develop (around 200 projects). Most of those are demo/example applications, a few are the library we're actually developing, and a few are test projects. So far I've manually excluded each and every demo application from NCrunch …
29 Jul 2025 09:18 UTC
-
Code Coverage is only collected for the last test case run with [TestCaseSource]
Ok, solved it. This had to do with my test method taking an object as argument that didn't have a ToString(). Also every test had a description, but not a name. Thus every test had the same name as far as NUnit was concerned, which probably led to this problem. ReSharper could still run them indi…
06 May 2015 13:30 UTC
-
Code Coverage is only collected for the last test case run with [TestCaseSource]
Using NCrunch 2.14.0.8 with NUnit. I am using the [url=http://nunit.org/index.php?p=testCaseSource&r=2.5][TestCaseSource][/url] attribute for test cases of a particular test. Coverage data for that test is collected, but only for the very last test case returned from the source method. For some r…
06 May 2015 12:33 UTC
-
Every time I open my solution NCrunch shows the First-run wizard
I've sent a bug report (with a working locale and properly-read config, though). The relevant change seemed to be that I had U+2212 as my minus sign. The base culture should probably not matter in this case, but was de-DE.
13 Jan 2015 08:36 UTC
-
Every time I open my solution NCrunch shows the First-run wizard
.ncrunchsolution has FileVersion=1, globalconfig.crunch.xml has FileVersion=2. I seem to get a shorter wizard that just covers how many cores I want to use, which might be just the solution configuration wizard. When explicitly selecting NCrunch > Run Configuration Wizard I get a longer one that …
12 Jan 2015 14:15 UTC
-
Every time I open my solution NCrunch shows the First-run wizard
The file is not locked or read-only, nor is it checked into source control. If I move the file away and let NCrunch re-create it on VS shutdown (with NCrunch being enabled upon shutdown), I get a binary-identical .user file and the same behaviour when I start VS again.
12 Jan 2015 10:30 UTC
-
Every time I open my solution NCrunch shows the First-run wizard
This is perhaps similar to [url=http://forum.ncrunch.net/yaf_postst1404_Every-time-open-solution-NCrunch-is-disabled.aspx]this post[/url], but the <AutoEnableOnStartup> element doesn't even exist in my .ncrunchsolution, nor is the file read-only. If I manually add the element to the .ncrunchsolut…
12 Jan 2015 08:50 UTC