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

fixbug: fix exception about failed to resolve TupleElementNamesAttribute:.ctor sometime #936

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

windyuuy
Copy link

@windyuuy windyuuy commented Mar 15, 2024

fix #937
fixbug: fix exception about failed to resolve TupleElementNamesAttribute:.ctor sometime

The key "parameter.token" is updated, but the dictionary "CustomAttributes" not, thus get CustomAttribute by parameter.token as key will return wrong value. When it LookupToken will throw exception for unmatched module of wrong CustomAttribute.

image
image

@windyuuy windyuuy changed the title fixbug: fix exception that failed to resolve TupleElementNamesAttribute:.ctor sometime fixbug: fix exception about failed to resolve TupleElementNamesAttribute:.ctor sometime Mar 22, 2024
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.

it will throw exception about failed to resolve TupleElementNamesAttribute:.ctor sometime
1 participant