Forum member

CBad

3 posts

Posts by CBad

  1. Global Installer

    I'll put it plainly, I'm lazy. I use all 3 supported VS versions on my machine. I would LOVE to see a single installer that can install all (or some) of the versions of this plugin. Thanks for your efforts with nCrunch. I'm at the point where I find it crippling when I don't have it available …

  2. NUnit Random Test Inputs Break Ignored

    Switching to UseStaticAnalysis seems to have gotten rid of the issue. Thanks for the tip!

  3. NUnit Random Test Inputs Break Ignored

    I have a number of tests that are of the form: [code=csharp][Test] public void Test_Some_Action([Random(2, 53, 4)] int N) { }[/code] The NCrunch v1.38.0.17b test results are often (but not always) responding with failures with the following error: [quote]This test was not executed during…