awesome-inc / FontAwesome.Sharp

A library for using Font Awesome in WPF & Windows Forms applications
Apache License 2.0
383 stars 90 forks source link

Please Sign FontAwesome.Sharp #9

Closed thudugala closed 6 years ago

thudugala commented 6 years ago

Warning CS8002 Referenced assembly 'FontAwesome.Sharp, Version=4.7.1.0, Culture=neutral, PublicKeyToken=null' does not have a strong name.

mkoertgen commented 6 years ago

We don't think strong name signing is still a good thing to do as it breaks assembly binding redirects when updating dependencies or using different but semantically compatible versions.

If this prevents you from shipping your code you may find some help in the FAQ:

Otherwise i would recommend suppressing the warnings CS8002/CA2210.

thudugala commented 6 years ago

Thanks for the quick response. 👍

mkoertgen commented 6 years ago

Ok, closing this then. Thx.