-
-
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
NullReferenceException at ICSharpCode.Decompiler.TypeSystem.TypeProvider.GetTypeFromReference #2241
Labels
Comments
manuc66
changed the title
NullReferenceException - at ICSharpCode.Decompiler.TypeSystem.TypeProvider.GetTypeFromReference
NullReferenceException at ICSharpCode.Decompiler.TypeSystem.TypeProvider.GetTypeFromReference
Dec 9, 2020
siegfriedpammer
added a commit
that referenced
this issue
Dec 9, 2020
I have added a possible fix for this. I am unable to reproduce the exception, so it would be nice, if you could test the latest nightly build (https://github.com/icsharpcode/ILSpy/actions/runs/410330156) as soon as it is done. Thanks! |
@siegfriedpammer it fixes the issue, thanks |
This was referenced Feb 4, 2021
matherm-aboehm
referenced
this issue
in matherm-aboehm/ILSpy
Mar 1, 2021
…Module reference. Create a temporary MetadataModule with current ICompilation and MetadataReader objects, which can be used to resolve assembly references.
matherm-aboehm
referenced
this issue
in matherm-aboehm/ILSpy
Mar 8, 2021
…Module reference. Create a temporary MetadataModule with current ICompilation and MetadataReader objects, which can be used to resolve assembly references.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to reproduce
Error message shown
Details
The text was updated successfully, but these errors were encountered: