-
Notifications
You must be signed in to change notification settings - Fork 48
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
AutoMapper.Data has no strong name #14
Comments
Why is your project strong named? I didn't SN it because almost no one needs to SN anymore. Sent from my iPad
|
The reason why I have to strong name the project is a commercial 3rd party component. The License of this component is licensed to the public Key of the strong name. |
Would this work? https://github.com/dsplaisted/strongnamer |
The nuget version of Strong Namer works. Thanks a lot for the Tip. Unfortunatly I hit another Bug. |
I tested AutoMapper.Data the Compiler complained that it has no strong name.
This is because my Project is strongly named so Automapper.Data has to be strongly named too.
The text was updated successfully, but these errors were encountered: