Page 1 of 1

Package Assembly Signing

Posted: Tue Jan 30, 2018 12:51 pm
by dlerickson
According to the SDK documentation, signing the package assembly is required, but a co-worker claims he was able to successfully deploy and register and unsigned package. Is the signing actually being enforced, or has this been relaxed with the later releases?

This wouldn't be a big issue except for the fact that we have a third-party dependency that doesn't incorporate strong naming, which forces us to do the IL recompile trick on that assembly every time we do a NuGet upgrade, until we have time to replace it. It'd be really convenient not to have to do that.

Re: Package Assembly Signing

Posted: Tue Jan 30, 2018 2:13 pm
by BobRichards
It is not enforced.