Options

[BUG] .NET Reflector all versions

MageryMagery Posts: 2
edited December 27, 2015 1:05AM in .NET Reflector Previous Versions
Hi, in .NET Reflector's 9.0.1.xxx versions i look next bug:

1 pic - example source code.

2 pic - reflector bug details.

Please fix it, thanks !

1 pic:
20unw5g.jpg

2 pic:
200fjg2.jpg

Comments

  • Options
    Jessica RJessica R Posts: 1,319 Rose Gold 4
    Hi there,

    Thanks for letting us know about this issue!

    Just to make sure I'm following correctly (and apologies as I'm not a developer myself so this is likely a stupid question!), does the call to Invoker.Invoke("eEngine.Methods.ReturnType_1", args) alter the "args" local variable? And that is why the Invoker.Invoke(...) method must be executed before

    name = (string) args[1];
    player = (BasePlayer) args[2];

    else they would not result in the expected value?

    Would it be possible for you to share your assembly with us so that we can have a reproduction to add to the bug report?

    Jessica Ramos | Product Support Engineer | Redgate Software

    Have you visited our Help Center?


  • Options
    Magery,

    Please make sure that you're pointing to the correct assembly. In trying to replicate this I get the expected result that mirrors the original in both debug and release mode.

    Can you show us the IL that .NET Reflector provides? Have you double-checked that the assembly targeted by Reflector is the same one Reflexil is disassembling?
Sign In or Register to comment.