Sign strong name assemblies
Answered
Is there any way how do I can compile strong names assemblies?
Please sign in to leave a comment.
Usually MsBuild is responsible for signing assemblies. You can specify two properties in .csproj files:
<AssemblyOriginatorKeyFile>YouKey.snk</AssemblyOriginatorKeyFile>
<SignAssembly>True</SignAssembly>
There is not UI implemented in Rider for configuring assembly signing (though it is planned).
We have done the above configuration in .csproj file, see the below screen
But still we are getting the below error. when we build the project. Please help on this..
Is there any alternative command for sn in Jetbrains Rider terminal window?
Hi Naga. The alternative command is signtool.exe
It has been a while. If JetBrains targets Visual Studio users then this is one of the essential features to be provided within the Rider IDE, yet it is still missing @ the sunset of 2020
Hello Andrey,
This feature is not yet implemented. However, we have a corresponding issue on our bug tracker. We would appreciate it if you would upvote the issue in order to demonstrate additional interest and bring increased awareness to the issue.
If you have any other questions, do not hesitate to ask. Have a great day!