What's the point of delay signing of an .NET assembly?
Posted
by smwikipedia
on Stack Overflow
See other posts from Stack Overflow
or by smwikipedia
Published on 2010-04-21T03:44:32Z
Indexed on
2010/04/21
3:53 UTC
Read the original article
Hit count: 276
I noticed that after I use AssemblyDelaySignAttribute to indicate that an assembly is in development and does not need to be signed now, I'll have to use sn -Vr foolib.dll to register for strong name verification to be turned off for this assembly.
What's the point of doing this circle? Why not just leave the assembly unsigned until it's fully done? Isn't that less bothering?
© Stack Overflow or respective owner