AutoMapper / AutoMapper.Extensions.Microsoft.DependencyInjection

MIT License
258 stars 79 forks source link

Add strong name #75

Closed zippermachine closed 5 years ago

zippermachine commented 5 years ago

Please sign assembly with strong name.

lbargaoanu commented 5 years ago

Most likely that's not going to happen. But see this.

jbogard commented 5 years ago

https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/strong-naming#create-strong-named-net-libraries

Looks like the guidance has changed

lbargaoanu commented 5 years ago

Yes, I saw that, but I would guess most people still hate strong names :)

lbargaoanu commented 5 years ago

Maybe add a strong name only on .Net Core?

zippermachine commented 5 years ago

Thank you, it was helpful.

lbargaoanu commented 5 years ago

Fixed by #76.

lock[bot] commented 5 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.