Closed garryxiao closed 3 years ago
Hi, do you by any chance have a recepie to quickly add strong name? Last time I did asssembly signing was several year ago :)
Create a snk file by opening a Visual Studio command prompt as Administrator
sn -k
Then in VS, properties/signing, choose the file and save. That's all.
Thanks.
Warning CS8002 Referenced assembly 'RazorEngineCore, Version=2021.3.1.0, Culture=neutral, PublicKeyToken=null' does not have a strong name.
Not a big deal but annoying without it. Thanks.