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

Getting members from TypeDefinition is producing duplicate entries for the same member #2921

Closed
daningalla opened this issue Mar 8, 2023 · 0 comments
Labels

Comments

@daningalla
Copy link

Here's a fiddle

Notice if I get constructors on the type definition, the result array has two items, one is a MetadataMethod instance and the other is FakeMethod. Both are seemingly referencing the same constructor.

Version:
<PackageReference Include="ICSharpCode.Decompiler" Version="8.0.0.7246-preview3" />

@daningalla daningalla added the Bug label Mar 8, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant