ruskindantra/AutoFixture.AutoEntityFramework

AutoFixture.AutoEF does not have a strong name

Closed this issue · 2 comments

I'd like to use the AutoFixture.AutoEF package, but it cannot be made due to the fact my application is strongly signed and yours doesn't have a strong name.

Intentional?

Using the following packages:
AutoFixture 3.41.1
AutoFixture 0.5.0
Castle.Core 3.2.2

Hi Sam,

I have not looked into strong signing as I have never personally needed it, so I guess it is intentional! The license of the library is MIT so feel free to do whatever you want with the source - you could import it into your project or compile it separately and strong sign it?

Ok 👍