Forum member
wernight
7 posts
Posts by wernight
-
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.
19 Sep 2012 13:52 UTC
-
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?
16 Jul 2012 09:12 UTC
-
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 …
13 Jul 2012 16:17 UTC
-
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…
12 Jun 2012 10:19 UTC
-
... could not be converted to a type library
That's great. Thank you for your answers.
11 Jun 2012 12:58 UTC
-
... 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…
11 Jun 2012 09:37 UTC
-
... 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…
11 Jun 2012 08:53 UTC