Forum member

hmemcpy

4 posts

Posts by hmemcpy

  1. Support for NUnit 2.6 Action Attributes

    Action Attributes add AOP-like capabilities to NUnit tests. Please see [url=http://blog.drorhelper.com/2012/03/nunits-new-action-attributes-is-aop-to.html]here[/url] and [url=http://nunit.org/index.php?p=actionAttributes&r=2.6]here[/url] for more information. Thanks!

  2. Problem building a project with custom BeforeBuild target

    Oh sweet! I already switched to the more "standard" way of doing this (package restore), but good to know! Thanks for the sweet product!

  3. Problem building a project with custom BeforeBuild target

    Hmm, just as a quick FYI, apparently this feature is now built into Nuget, and it's possible to achieve without doing this! Here are the details: http://blog.davidebbo.com/2011/08/easy-way-to-set-up-nuget-to-restore.html Still, it'd be nice if NCrunch could really ignore custom beforebuild/afterb…

  4. Problem building a project with custom BeforeBuild target

    Hi there! I am using a trick I learned from [url=http://joseoncode.com/2011/05/31/nuget-keep-your-package-folder-out-of-your-cvs/]@jfroma's blog[/url], for automatically downloading missing nuget packages, so that I could keep the binaries out of the source control. This requires adding a custom …