-
-
Notifications
You must be signed in to change notification settings - Fork 521
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
StrongName signed assembly? Hey, it's 2017... #466
Comments
That's very unfortunate news. Fluent Ribbon is used in software built with WPF, so none of the reasons above are valid in this case. And you still need to have all your libraries strong-named if you want to get Microsoft's "Windows Certified" batch (which is a requirement in some enterprise cases). |
Well, if you need a version with a strong name you can use Strong Namer. The reasons above are valid. There were already issues with ControlzEx because of strong naming, so it's a real problem.
Could you point me to the documentation stating this? |
Sorry I can't seem to find the document. Granted we did the certification maybe five or more years ago, things might have changed since than. |
I am sorry you had problems with the removal of strong naming on this lib. |
No. Your reasons are insane. Because it doesn't work on Windows Phone and Silverlight, it's not useful anywhere? That's really pathetic logic. Look, maybe you've got something. Maybe everyone else is wrong and you're right. Why don't you let someone else start the revolution? You've just screwed up what was a useful library. I've got something like 20 different packages in my WPF solution, so how come yours is the only one that kicks out during a build? |
@Dark-Bond Strong Naming Considered Harmful : Strong naming bad. Free your bits.Don't sign your assemblies. They want to be free. Let them live.
taken from: strongnamingconsideredharmful And more... Strong-named assemblies are only useful in some rare scenarios. If you need strong-named assembly then you can compile the source by yourself ore use the Strong Namer from Daniel Plaisted @dsplaisted or Strong-Name Signer from Werner van Deventer @brutaldev. More informations about the reason of this decision can be found here: |
@punker76 |
@konne you should first look for new issues and not comment on closed issues, especially if there are new issues and an entry in the changelog talking about the re-addition of strong naming to Fluen.Ribbon as well as MahApps.Metro. |
Fluent.Ribbon v6.0 will not be strong-named.
Why?
Strong-named assemblies are only useful in some rare scenarios. If you need strong-named assembly then you can compile the source by yourself ore use the Strong Namer from Daniel Plaisted @dsplaisted.
More Informations about the reason of this change can be found here:
The text was updated successfully, but these errors were encountered: