Forum member

yworksjr

8 posts

Posts by yworksjr

  1. 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…

  2. 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 …

  3. 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…

  4. 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…

  5. 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.

  6. 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 …

  7. 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.

  8. 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…