-
Notifications
You must be signed in to change notification settings - Fork 100
NullReferenceException in TypeNode.CleanExceptionSource when trying to compare assemblies #23
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
Comments
I pulled the latest code compiled and ran with your zip IronPython.dll files and everything is working correctly. |
The issue is still reproducible, for example when comparing v2.7.2 and v2.9.1 of DocumentFormat.OpenXML assemblies (net46 flavors). It seems the error is in the UI when comparing members which have exceptions during decompilation. |
And the call stack in English:
|
Thank you @bsivanov I'm gonna watch this |
Probably #57 is duplicate of this one. |
Just ran across this too. I suppose there hasn't been any fix or workaround yet? |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I just wanted to test it on a "real world case" by comparing two assemblies, and get the following exception just before the end of the "Loading assembly 2 of 2" phase:
I attached a Zip archive containing the files in question.
LibCompare.zip
Thanks for your patience...
The text was updated successfully, but these errors were encountered: