Visual Studio 2.0 and Signing with Strong name keys

So the “new” way is to specify Signing in the projects' properties.

You can easily Sign the assembly with a key file by convieniently setting this nice project setting here.

Except for major failures.

A) Why does VS insist on copying the Strong name key into every project that uses it?  Last I heard you should “build the key and throw away the HD on which you did it...”   (Somewhat of overkill to throw out the hard drive, IMO)   Ok, so that being said, now we have VS merrily copying the Key to N directories.  Smart idea if the “Strong Name Key” is so sensitive.

B) Why generate a warning about the AssemblySign attribute?  AssemblySign is a better solution because you're tying the Strong Name Key to the ASSEMBLY and not the PROJECT.  Whats the point of Obsoleteing the attribute?  IMO the Project Settings should USE that value if present.

So whats the deal here?

This article is part of the GWB Archives. Original Author: Eric Newton

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.