sign the assembly with a strong name
------------------------------------

                 Key: LUCENENET-20
                 URL: http://issues.apache.org/jira/browse/LUCENENET-20
             Project: Lucene.Net
          Issue Type: New Feature
         Environment: N/A
            Reporter: Marco Dissel
            Priority: Trivial


I want to give my assemblies a strong name, but they have a reference to the 
Lucene assembly. And you can't give an assembly a strong name if it has 
references to assemblies with no strong name

I assume more users have the same problem....

use sn -k <keyfile.snk>

AssemblyInfo.cs:
using System.Reflection;
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("<keyfiled.snk>")]

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to