Activity overview
Latest activity by Andrei Faber
Multi-dimensional arrays break decompilation
When I add the following test method to an assembly, an attempt to decompile any method within that assembly silently fails.public static void Test()
{
var vals = new int[1, 1];
}