mtanneryd / ef-bulk-operations

Bulk operations for Entity Framework 6
Apache License 2.0
80 stars 30 forks source link

Not Signed #15

Closed selectplaya closed 5 years ago

selectplaya commented 5 years ago

When compiling my solution I get the following error as the assembly is not signed.

CSC : error CS8002: Referenced assembly 'Tanneryd.BulkOperations.EF6, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null' does not have a strong name.

mtanneryd commented 5 years ago

I have no current plans to sign the assemblies. If you need signed assemblies in your project just download the code, add it to your project and sign it yourself.