discord-rpc-csharp
discord-rpc-csharp copied to clipboard
Missing strong name signing
Hi, your library is the only one I use that is not signed with a strong name. This causes an unnecessary warning during the compilation of my application. Could you add strong name signing to the DLL in the next release of the library? I would be very grateful. Thanks!
warning CS8002: Referenced assembly 'DiscordRPC, Version=1.6.1.70, Culture=neutral, PublicKeyToken=null' does not have a strong name.
Ill investigate this and see what's required to implement in the CI
https://learn.microsoft.com/en-us/dotnet/standard/assembly/sign-strong-name ~~https://github.com/dotnet/sign~~
Thanks! Just to clarify, the second link refers to something completely different. The first link is correct