-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Null pointer exception trying to decompile DLL in latest build #2712
Comments
Here's the full exception text:
|
The call stack points at CallBuilder:539, and then ExpressionBuilder:3188, but the actual call happens in ExpressionBuilder:3250... So yeah, built in Debug configuration and now the exception says:
Which seems to be much more helpful. :) |
Thanks a lot for reporting the issue and providing detailed information! |
I confirm the fix resolved the issue and I can now decompile that assembly to completion! |
…to properly detect set-accessors of FakeProperties. Bug likely introduced due to an oversight in icsharpcode#2677.
Steps to reproduce
Follow the steps in issue #2622
Microsoft.Exchange.Monitoring.ActiveMonitoring.Local.Components.dll
into a project using ILSpy2.1. ILSpy GUI:
2.1.1. Open the DLL
2.1.2. Right click it
2.1.3. Click "Save Code" and choose a target directory
2.2. ILSpyCmd:
2.2.1. Change to the directory where you extracted the
.msp
file and:Error message shown
Release
Debug
Details
The text was updated successfully, but these errors were encountered: