Forum member

dgdev

10 posts

Posts by dgdev

  1. 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…

  2. 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…

  3. MSpec Tags are ignored with custom build engine.

    Yes, I did. Can't seem to get this working.

  4. 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…

  5. 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…

  6. 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…

  7. 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!

  8. 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 …

  9. Portable class libraries fail to build if they include metro

    Much thanks for the info! :D

  10. 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…