Multi-dimensional arrays break decompilation

fandreifandrei 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

  • Jessica RJessica R Posts: 1,319 Rose Gold 4
    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 Ramos | Product Support Engineer | Redgate Software

    Have you visited our Help Center?


  • fandreifandrei Posts: 12 Bronze 1
    Unfortunately I can't reproduce it, might be another reason. I'll let you know if happens again.
Sign In or Register to comment.