How can we help you today? How can we help you today?

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];
		}
Andrei Faber
0

Comments

2 comments

  • Jessica R
    Hi fandrei,

    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 R
    0
  • fandrei
    Unfortunately I can't reproduce it, might be another reason. I'll let you know if happens again.
    fandrei
    0

Add comment

Please sign in to leave a comment.