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

BUGFIX: Prevent the same metadata members to be added twice to the exact same collection #513

Merged
merged 3 commits into from
Jan 10, 2024

Conversation

Washi1337
Copy link
Owner

@Washi1337 Washi1337 commented Jan 5, 2024

Introduces internal MemberCollection to the metadata reader that can bypass owner checks when adding members. This should both fix a bug where members could be added to the exact same owner instance, and slightly improve performance as well when reading files.

@Washi1337 Washi1337 added bug dotnet Issues related to AsmResolver.DotNet labels Jan 5, 2024
@Washi1337 Washi1337 added this to the 5.6.0 milestone Jan 5, 2024
@Washi1337 Washi1337 merged commit d1d3a15 into development Jan 10, 2024
1 check passed
@Washi1337 Washi1337 deleted the issue/duplicated-members branch January 10, 2024 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug dotnet Issues related to AsmResolver.DotNet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant