Forum member
dgdev
10 posts
Posts by dgdev
-
MSpec Tags are ignored with custom build engine.
Thanks for helping figure this out. The bug can be reproduced when you have nested classes. MSpec allows you to use inheritance. However, if instead you nest classes, then NCrunch's engine doesn't seem to recognize or obey the Categories of the subclass. Coming from previously using NSpec, you typi…
23 Nov 2012 05:28 UTC
-
MSpec Tags are ignored with custom build engine.
Thanks for the quick response. The Tests Window does correctly recognize the Tags attributes. For initial configuration purposes, my custom engine settings are very basic and only contain a single rule: "does not have category" -> "justmock" My test has the category [Tags("justmock")] I'm stil…
22 Nov 2012 18:37 UTC
-
MSpec Tags are ignored with custom build engine.
Yes, I did. Can't seem to get this working.
22 Nov 2012 07:28 UTC
-
MSpec Tags are ignored with custom build engine.
I'm having difficulties preventing NCrunch from running certain MSpec tests. Some tests I mark with a Tags attribute "[Tags("functional")]" or [Tags("justmock")]. Both of these I want NCrunch to ignore so I created a custom build engine with the attribute "Does not have category" <tag>. NCrunch doe…
22 Nov 2012 07:17 UTC
-
Pricing
Completely agree with NCrunchFan. An even simpler formula: $159 / 8 (hrs) = $19/hr. If you're a .NET developer making < $19/hr, then NCrunch's pricing model is not your problem. This price is completely fair so just sacrifice a half-a-day's salary and in return, enjoy 365 days of better code and p…
20 Oct 2012 01:46 UTC
-
NSpec support
Would love to see this framework supported. After testing various BDD frameworks, I've enjoyed NSpec the most and have found it aligns itself closely with developers writing the specifications, rather than business heads / POs who just want confidence in quality assurance. If there's any way I c…
05 Oct 2012 16:37 UTC
-
Portable class libraries fail to build if they include metro
Very cool! Never knew about the $(NCrunch) property. This will definitely simplify it all. Thanks for the tip!
05 Oct 2012 15:23 UTC
-
Portable class libraries fail to build if they include metro
I've come up with nice work-around for NCrunch / PCL projects to work nicely together and not have to have a (dummy) mirror project in your solution. 1. For your PCL project's configuration within NCrunch, specify a build configuration like ("ncrunch") in the "Use build configuration", component …
05 Oct 2012 05:13 UTC
-
Portable class libraries fail to build if they include metro
Much thanks for the info! :D
26 Sep 2012 02:12 UTC
-
Portable class libraries fail to build if they include metro
I just loaded up NCrunch for the first time and am encountering this issue as well. However, my PCL project does not target .NET 4.5 or Metro / WinRT. It is a basic .NET 4 / Silverlight 4 / Windows Phone 7 portable class library. This leads me to believe NCrunch is incompatible with PCL project ty…
26 Sep 2012 01:44 UTC