Microsoft.Practices.Composite.Presentation.dll not signed
More sanity checking than an actual question, so开发者_运维百科 this dll is not signed? Does anyone know if there is any semi-recent version of this that is signed? I just find this very strange and i mpretty sure there must be some sort of error on my side Cheers
Signing an open-source project doesn't make sense. Do you?
Include the key file: In which case anyone can modify the code and sign it as if they're the original author.
Don't include the key file: So now if you need to change the original code you can't sign the modification and you can't reference it without the original signing.
It makes more sense to not sign it and let the person download the code and sign it themselves.
No, it's not signed. However if you need it signed (like if you wanted to GAC it or something like that), you can do so yourself with the included source code.
This is available here: http://compositewpf.codeplex.com/
精彩评论