Daily Usage Issues

NCrunch can't seem to build metro projects

Started by Strilanc on 6,855 views

I can't get ncrunch to build metro projects. As a result, I can't use it to test them.

For example, create a new metro class library, enable ncrunch, and put this code in a class:

using System;
public class C{
public C(Action action = null) { }
}

NCrunch should fail to build the project.
Hi,

Thanks for reporting this. I haven't yet had the chance to update NCrunch for full support of the latest VS2012 RC, though I'll make sure I look into this while doing so.


Cheers,

Remco

Post a reply

Log in to reply.