Decompiling types that aren't in the main module #2797
Replies: 3 comments 8 replies
-
This sounds like a bug in the VS integration. |
Beta Was this translation helpful? Give feedback.
-
The decompiler only has somewhat limited support for multi-module assemblies. |
Beta Was this translation helpful? Give feedback.
-
@siegfriedpammer I see that you helped write most/all of our AssemblyResolver implementation. Could you let me know if you have an idea of where in this impl you were thinking woudl need to be updated. For context, i have no context/understanding of any of htis system. But the issue is currently assigned to me, so i'm seeing out subject-matter-expert help to help ensure the best fix goes in the right location. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi,
I work on the Roslyn team, and as I'm sure you know, we use ICSharpCode.Decompiler to show decompiled source inside Visual Studio. We're seeing users hit this
NotSupportedException
and wondering if its something you would welcome an issue for, or if its not something that would be likely to change, for architectural or other reasons?I can't know exactly how many users are hitting it, but in the last 7 days the absolute maximum possible would be 2% of users, so its not a huge proportion that's for sure.
Unfortunately I also can't give you exactly repro steps to know what sort of code they're decompiling, in order to judge whether its something that is likely to continue to be a trend, though potentially if there is interest I can see about trying to find out.
Let me know what you think.
Beta Was this translation helpful? Give feedback.
All reactions