-
Notifications
You must be signed in to change notification settings - Fork 218
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
[Bug] Reference Assembly does not have a strong name #682
Comments
@cloudsere where did you get the assembly from? Did you build it yourself? |
Oh I see, sorry the strong name. I get it. Thanks for the heads-up @cloudsere |
Very happy to see this is fixed, you guys are great! Just wondering when the 1.2.0 version will be released, will there be any preview version~? @jmprieur |
@cloudsere : we intend to release at the end of this week. |
I'm now working on the authentication part of my Web App, it is the basic of the whole app, so if there could be a preview version would be very helpful :) @jmprieur |
@cloudsere - as a workaround you could disable strong name validation on your dev box:
Note that strong naming is not a security feature, doesn't protect against code tampering, and many .NET projects don't even bother anymore. Code signing is the security feature. |
Or just sn.exe -Vr for the DLL? |
Another workaround is to add a refrence to https://www.nuget.org/packages/StrongNamer/. We do this in unit tests, to overcome the fact that many .NET DLLs are not strong named. |
Will try both methods, thanks you guys @bgavrilMS @jmprieur ! Looking forward to 1.2.0 this week :) |
@cloudsere Included in 1.2.0 release. |
Which version of Microsoft Identity Web are you using?
1.1.0
Where is the issue?
Referenced assembly 'Microsoft.Identity.Web.UI, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null' does not have a strong name.
Is this a new or an existing app?
This is a new app
Repro
Choose signing in solution properties
The text was updated successfully, but these errors were encountered: