wp-net / WordPressPCL

This is a portable library for consuimg the WordPress REST-API in (almost) any C# application
MIT License
338 stars 129 forks source link

Use Strong Name Signing #152

Open notesjor opened 5 years ago

notesjor commented 5 years ago

Please activate: Strong Name Signing

ThomasPe commented 5 years ago

will look into this

polushinmk commented 5 years ago

https://docs.microsoft.com/en-us/dotnet/framework/app-domains/how-to-sign-an-assembly-with-a-strong-name

notesjor commented 5 years ago

Why is strong name signing important?

  1. Go to the project settings
  2. Select the menu entry - signing
  3. Check "Sign assembly" and slect "New" from the drop down menu.
  4. Enter a name for the key (you can enable password protection for your key) and click "Ok".
  5. The new generated key will be added to your project - compile the solution
  6. ensure that you exclude the key from the git repository (because if any other get this key file SNS is useless).