For the reactive extensions library, the decompile fails for many methods in system.reactive and system.coreex.
Comments
5 comments
-
Hi.
Can you give a few more details - which version of Visual studio, which Rx libraries and what settings for the decompile?
I just tried 1.0.4.0 on 2010 using C# 3.0 and the decompile gave 124, 59, and 674 methods successfully decompiled from CoreEx, Interactive and Reactive respectively.
Thanks. -
Sorry, more details:
VS 2008, Reactive extensions for silverlight Build 1.0.2350.0 03/15/2010. (Note assembly version number is still 1.0.2.5). -
So, from playing with some of the symbols that are generated from the reverse engineering, dealing with the numerous anonymous methods and captured variables in the IL code is a problem.
-
Thanks - I'll take a look.
-
We've done some work on the lambda methods so the decompilation and stepping should be much improved in subsequent EAPs.
Add comment
Please sign in to leave a comment.