Forum member

alexnorcliffe

23 posts

Posts by alexnorcliffe

  1. Build runner does not build Web application projects

    Thanks - no worries re MSTest, it just looked like a godsend in preparation for our alpha release. Looking forward to 1.33b! Regarding the MVC3 app, I tried the 'submit bug report' and it fails ambiguously saying there was an error and that I should check my web connection. I then used said conne…

  2. Build runner does not support inline dynamics e.g. var myObject = blah.MethodWhichReturnsDynamic()

    If you have a method which returns a dynamic, and you specify access to it either implicitly in-line, or via the var keyword, the build fails in NCrunch as if the return were treated as an object rather than dynamic. var myObject = blah.AsDynamic().SomeProperty; // fails dynamic myObject = bla…

  3. Build runner does not build Web application projects

    We have an MVC3 web application project in the solution. It doesn't get listed in the solutions tree in NCrunch configuration (everything else does), and this probably explains why one of our test projects which references it cannot be built either - the NCrunch build fails citing missing namespaces…