cecil icon indicating copy to clipboard operation
cecil copied to clipboard

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

Open windyuuy opened this issue 2 years ago • 0 comments

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 avatar Mar 15 '24 10:03 windyuuy