-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
Report assemblies which exist in an incorrect version #7
Comments
Yes, that would be very nice. Would you care to take a look at the code and see if you can implement it. I'd welcome a pull request. |
This is as far as I got: agross/AsmSpy@24176b40eddc3db9378d79eff33eef4d306c26c0 What I found interesting that I got several I'd appreciate a review. |
Hi Alexander, On Mon, Nov 4, 2013 at 2:14 PM, Alexander Groß notifications@github.comwrote:
|
@agross If you still remember what this is :) |
AFAIR we didn't have binding redirects in the tested directory. |
I think I remember that the reason we were looking at AsmSpy at that time was that our application didn't run, despite all assemblies being correct. Or so we thought. I created the issue because of this as displaying version mismatches would have helped us identifying the culprit (wrong assembly version in bin directory) faster. |
Cool thanks @agross for confirming. But The fix for this will need to check assembly binding entries too and not just the assembly version that an exe refers too. @mikehadlow Any thoughts on this? |
For an executable that references a custom strong-named assembly that is only available in an incorrect version, report the reference.
The text was updated successfully, but these errors were encountered: