Here is the sample project that makes NCrunch build fail:
https://dl.dropbox.com/u...rtableClassLibrary1.zip
Summary:
VS 2012 RTM
Portable library .NET 4.5 + Silvarlight
Function arguments with default values of type Func`2 crash NCrunch build with mono.cecil stack trace:
public void F(Func<int, int> arg = null) { }
P.S. Didn't find an issue tracker. Use one, dude
P.P.S. Didn't find forum search either.