-
-
Notifications
You must be signed in to change notification settings - Fork 625
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
Mono.ArgumentNullOrEmptyException resolving a member from FSharp.Core.dll #459
Comments
Thanks for reporting this! |
WOW you're fast! |
jonpryor
added a commit
to jonpryor/java.interop
that referenced
this issue
Dec 14, 2017
Preparation for d15-6 branching. Context: jbevain/cecil#425 Context: jbevain/cecil#459 Context: jbevain/cecil#461 Context: jbevain/cecil#462
jonpryor
added a commit
to dotnet/java-interop
that referenced
this issue
Dec 14, 2017
Preparation for d15-6 branching. Context: jbevain/cecil#425 Context: jbevain/cecil#459 Context: jbevain/cecil#461 Context: jbevain/cecil#462
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reference Mono.Cecil for .NET 4.0 and use this repro code:
Use this code to open https://www.dropbox.com/s/0gu1p4q5ojs60ic/FSharp.Core.dll?dl=0
Expected: shouldn't crash?
Actual:
Mono.ArgumentNullOrEmptyException occurred
Message=Argument null or empty
Parameter name: name
at Mono.Cecil.Mixin.CheckName(String name) in C:\cecil\Mono.Cecil\ModuleDefinition.cs:line 1187
The text was updated successfully, but these errors were encountered: