Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add StrongName support #59

Closed
garryxiao opened this issue May 15, 2021 · 4 comments
Closed

Please add StrongName support #59

garryxiao opened this issue May 15, 2021 · 4 comments

Comments

@garryxiao
Copy link

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.

@adoconnection
Copy link
Owner

Hi, do you by any chance have a recepie to quickly add strong name? Last time I did asssembly signing was several year ago :)

@garryxiao
Copy link
Author

Create a snk file by opening a Visual Studio command prompt as Administrator
sn -k .snk

Then in VS, properties/signing, choose the file and save. That's all.

@adoconnection
Copy link
Owner

@garryxiao
Copy link
Author

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants