We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
5.5.1
Any
Windows
Hashset is not friendly with FunctionPointerTypeSignature Target site
var somemodule = new ModuleDefinition("heh"); var ty = somemodule.CorLibTypeFactory; HashSet<TypeSignature> hashset = new HashSet<TypeSignature>(SignatureComparer.Default); var somefnsig = new FunctionPointerTypeSignature(MethodSignature.CreateStatic(ty.Int64)); hashset.Add(somefnsig); // <--- System.NotSupportedException: "Specified method is not supported."
Not to see NotSupportedException.
We see NotSupportedException.
No response
The text was updated successfully, but these errors were encountered:
BUGFIX: Consider fnptr signatures in SignatureComparer::GetHashCode. F…
2f89321
…ixes #551
Should be fixed on latest commit on the development branch. Thanks for the catch!
development
Sorry, something went wrong.
No branches or pull requests
AsmResolver Version
5.5.1
.NET Version
Any
Operating System
Windows
Describe the Bug
Hashset is not friendly with FunctionPointerTypeSignature
Target site
How To Reproduce
Expected Behavior
Not to see NotSupportedException.
Actual Behavior
We see NotSupportedException.
Additional Context
No response
The text was updated successfully, but these errors were encountered: