Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
1.31b doesn't execute MSpec tests
Can each of you guys punch through a bug report after you get the run failure? Also ... are any of you working in an open source codebase? If I have access to a solution that surfaces the problem consistently, I should be able to fix it quite promptly :)
25 May 2011 12:25 UTC
-
Xaml files with german Umlaute äöüÄÖÜ don't compile
Interesting. Is there anything you can tell me about the encoding of the file? UTF/Unicode? Also - can you punch through a bug report after it fails to build? I'll take a look at the log file :)
25 May 2011 12:20 UTC
-
NCrunch cannot build F# projects
Hi Forki - Thanks for the post. Your source code will certainly make this an easy issue to figure out. I'll let you know if I can find a workaround. Cheers :)
25 May 2011 12:17 UTC
-
NCrunch doesn't run nested mspecs
Thanks! I can see why this would be the case. I'll see what I can do in a future build :)
25 May 2011 06:52 UTC
-
1.31b doesn't execute MSpec tests
Hi Alex - Thanks for posting this so promptly. Are you using the Castle.Core assembly inside your project? I'm wondering if this could be a clash between a version of Castle used by your project vs. the version used by NCrunch's MSpec runner. I'm curious (and a bit concerned) as to why this w…
25 May 2011 06:46 UTC
-
Build failure with extern alias
The newly released 1.31b adds support for MSBuild reference aliases, so this issue should now be resolved.
24 May 2011 20:53 UTC
-
Can't install VS2010 version
The 1.31b build just released contains some changes to the way the installer works in this area. Hopefully this will have resolved the above problem.
24 May 2011 20:52 UTC
-
NCrunch IPC issue
Hi Rainer - This issue has been solved in the 1.31b release, which is now available for download.
24 May 2011 20:51 UTC
-
Crunch crashes on every project.
For anyone interested, the fix for this issue has just been released with 1.31b and is ready for download.
24 May 2011 20:50 UTC
-
Can't build simple Example
Sorry - I've also just noticed your location. Are you running on a German version of Windows? If so, you should try downloading and installing the 1.31b release (which was just pushed out a few minutes ago). This release includes a fix specific to German operating systems.
24 May 2011 20:48 UTC
-
Can't build simple Example
Hi Manuel, Thanks for posting. Can you copy/paste the build error you're receiving from the engine? Also - you can use the Submit Bug Report option to send a log file through after the failure has happened if you'd like me to take a look. Cheers, Remco
24 May 2011 20:47 UTC
-
Interop.ActiveDS causes unreliable build in ncrunch
I believe the **.* is acting as a crutch for your NCrunch build, allowing it to work in situations where probably it should be failing consistently .. That's a theory anyway :) Would you be able to copy/paste the MSBuild output leading up to the SGEN failure? Something else you can try is to s…
24 May 2011 18:26 UTC
-
Problem with NUnit TestCase attribute
When put that way, I can certainly see the value of implementing these features together. I can't make any promises as to when I can implement them, but I will definitely put them in the road map. BTW - you should probably put that on a blog somewhere. It's the most concise explanation I've see…
23 May 2011 17:33 UTC
-
NCrunch cannot build my tests project, since it relies on the models project to generate a stub.
It's quite possible that in using this SDK you've come across an MSBuild item type that NCrunch doesn't know about. Can you try adding the missing file using AdditionalFilesToInclude setting in the project's configuration? This is a simple workaround that would help NCrunch to find it. If you…
23 May 2011 17:20 UTC
-
Interop.ActiveDS causes unreliable build in ncrunch
Sorry for the delay in getting back to you on this one. I've had a thumb through the report, although it looks like the log file didn't make it through intact. Did the report submission form show everything as OK when you submitted the report? It would be great if you can try pushing another re…
23 May 2011 17:15 UTC
-
The OutputPath property is not set for project
Hi Andrew, Thanks for sending through the log file. I can reproduce this problem consistently and can confirm that NCrunch has a compatibility issue with static libraries shared between projects. So far, NCrunch's support for C++ projects has been shallow and is quite limited. I do have some…
23 May 2011 17:04 UTC
-
Color blind friendly colors by default, please.
Thanks for the heads up. This one is not obvious unless your colour blind I guess :) 1.31b (due out in the coming week) will have a wizard step that allows you to set the marker colours before you actually start using the program. I hope this will help to sort out the issue ... originally this …
22 May 2011 17:10 UTC
-
Optional "Run Tests only after Save"
Some time ago I experimented with the [url=http://memory.dataram.com/products-and-services/software/ramdisk]DATARAM[/url] one and found it to work quite well for me. Results will probably vary depending upon your system I'm sure :) You can reduce your CPU consumption by keeping your [url=https:/…
22 May 2011 17:07 UTC
-
Run failed tests first?
Yes it does. There is a weighting system inside the engine that takes into consideration: * Tests impacted by the changes you have made * Tests that are failing * Tests that run faster ... along with a few other lesser important factors :)
22 May 2011 17:01 UTC
-
Problem: Blocking Third-Party Assemblies with VS2010
Absolutely :) This is definitely how the issue will be fixed. Right now NCrunch shadow copies everything else ... just not the referenced assemblies. There's no reason for them being special - just a question of time and effort :)
22 May 2011 16:59 UTC