Skip to content
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

Implement a fix for #2736 #2789

Merged
merged 1 commit into from
Sep 23, 2022
Merged

Conversation

ElektroKill
Copy link
Contributor

@ElektroKill ElektroKill commented Sep 18, 2022

Link to issue(s) this covers
#2736

Problem

CSharpResolver had a bug that would result in it returning an inaccessible type.

Solution

  • Check if the type is accessible before returning it.

fixes #2736

@dgrunwald dgrunwald merged commit a8a7020 into icsharpcode:master Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ILSpy decides to fully qualify type name when it is not necessary
2 participants