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.