Forum member

wernight

7 posts

Posts by wernight

  1. VS 2012 Dark Theme Compatability

    Glad to see someone from the inside is interested too. By the way, so far I've found the best place is on the right of my toolbar for the small metric window. Some empty space there.

  2. Implicit Dependencies with Visual Studio

    Thanks. How do you do that for a C++ project? Files don't get usually copied to the output folder but may be NCrunch has another trick that avoids having a custom NCrunch configuration?

  3. Implicit Dependencies with Visual Studio

    The page https://www.ncrunch.net/documentation/troubleshooting_project-build-issues is pretty good but could be improved by: [list][*]Tell how to do in Visual Studio for .csproj (a bit like you did for .proj but via the GUI) [*]Tell how to do in Visual Studio for .vcxproj (a bit like you did for …

  4. NUnit [Random] supported?

    All tests using RandomAttribute seem to fail. [code=csharp] using NUnit.Framework; [TestFixture] class Program { [Test] public void MyTest([Random(-3.0, 3.0, 100)] double doubleValue) { } }[/code] "This test was not executed duri…

  5. ... could not be converted to a type library

    That's great. Thank you for your answers.

  6. ... could not be converted to a type library

    Strangely after re-enabling that project today I got a completely different error: NCrunch: If you are experiencing problems in getting this project to build, have a look at https://www.ncrunch.net/documentation/troubleshooting_project-build-issues c:\...\stdafx.h (55)#1: Cannot open type librar…

  7. ... could not be converted to a type library

    First I had an issue with a [b]file not found[/b] from a resource. The wiki helped and the solution given worked. Then I had an issue with a project that gave another file not found when loading an [b]internal assembly[/b] (another project of the same solution both in C#). I don't know why it fai…