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

Autofac.DotNet2.dll is not strongly signed. #30

Closed
alexmg opened this issue Jan 22, 2014 · 4 comments
Closed

Autofac.DotNet2.dll is not strongly signed. #30

alexmg opened this issue Jan 22, 2014 · 4 comments

Comments

@alexmg
Copy link
Member

alexmg commented Jan 22, 2014

From JosephPl...@gmail.com on February 13, 2008 15:16:20

What steps will reproduce the problem? 1. Use Autofac.DotNet.dll in a assembly that is strongly signed. What version of the product are you using? On what operating system? Autofac.DotNet2.dll version 1.0.8.190 Please provide any additional information below. We ship strongly signed assemblies so we can't use Autofac unless it is
strongly signed or uses delay signing.

Is it possible to patch the current version and sign it?

Original issue: http://code.google.com/p/autofac/issues/detail?id=29

@alexmg
Copy link
Member Author

alexmg commented Jan 22, 2014

From nicholas...@gmail.com on February 12, 2008 23:16:31

No problem. The strong naming is already done in 1.1, will merge back and create a
new release (slightly bending the 'binary compatibility' rule, but can't see any
major issues with that.)

Status: Accepted
Owner: nicholas.blumhardt
Labels: -Type-Defect Type-Enhancement Milestone-Patch

@alexmg
Copy link
Member Author

alexmg commented Jan 22, 2014

From nicholas...@gmail.com on February 13, 2008 02:02:23

Committed in r211 . Will be a short while before another official release. In the
meantime, a signed version can be created by executing:

mkdir autofac- r211 svn co -r 211 http://autofac.googlecode.com/svn/trunk/ cd autofac- r211 \src
go integrate -D:Version=1.0.8.211

The required assemblies will be created under Build\Lib.

You might need to install the ASP.NET MVC preview
( http://www.asp.net/downloads/3.5-extensions/ ) for this to succeed - some targets
depend on it.

Status: Verified

@alexmg
Copy link
Member Author

alexmg commented Jan 22, 2014

From JosephPl...@gmail.com on February 13, 2008 20:51:59

Thanks Nicholas... when will you be building the next official release?

@alexmg
Copy link
Member Author

alexmg commented Jan 22, 2014

From nicholas...@gmail.com on February 13, 2008 23:22:28

Done - any problems let me know.
Nick

@alexmg alexmg closed this as completed Jan 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant