Multi-dimensional arrays break decompilation
fandrei
Posts: 12 Bronze 1
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]; }
Comments
Thanks for your post!
So sorry as I haven't been able to reproduce this, so I may be doing something wrong or may be expecting a different issue. Just to confirm, does the problem happen with both the desktop Reflector app, the extension, or both? And the issue is when you try to browse to any method within the assembly containing a multi-dimensional array from the Reflector Object Browser, nothing happens? I also wonder, would it be possible for your to share your assembly with us?
Jessica Ramos | Product Support Engineer | Redgate Software
Have you visited our Help Center?