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

Feature request: add strong name to the assembly #44

Closed
frblondin opened this issue Oct 21, 2013 · 1 comment
Closed

Feature request: add strong name to the assembly #44

frblondin opened this issue Oct 21, 2013 · 1 comment

Comments

@frblondin
Copy link

We are adding a reference to the ILRepack.Lib NuGet package in a project so that we can merge assemblies that are created on-the-fly. Both for security and performance reasons, all our assemblies are strong named (use of GAC for faster loading on shared ASP .Net assemblies...).

The problem is that a strong named assembly cannot have a reference to non-strong named assemblies. We successfully added a strong name to ILRepack using standard MS tools (see http://ryanfarley.com/blog/archive/2010/04/23/sign-a-.net-assembly-with-a-strong-name-without-recompiling.aspx as an example) but it would be easier if you could add a snk to the ILRepack.exe assembly you deliver.

I wanted to do it myself and push the change on GIT but a procedure is missing on how to retrieve the Mono dependencies...

Thanks!

@gluck
Copy link
Owner

gluck commented Jan 30, 2014

Mono.Posix is now referenced through NuGet, no longer needs to be installed.

@gluck gluck closed this as completed in 2ada51b Feb 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants