-
Notifications
You must be signed in to change notification settings - Fork 6
Strong Naming #307
Copy link
Copy link
Open
Labels
🛠 EnhancementNew feature or requestNew feature or request🛡 HardeningHardening up code through defensive programming techniquesHardening up code through defensive programming techniques
Milestone
Description
Metadata
Metadata
Assignees
Labels
🛠 EnhancementNew feature or requestNew feature or request🛡 HardeningHardening up code through defensive programming techniquesHardening up code through defensive programming techniques
It's considered a best practice to sign assemblies with a Strong Name Key. While this has historically had issues, it's not actually the strong name signing that caused the issue attributed to it, and this viral problem only effects .NET Framework, which is now being deprecated.
As such, I'm all for going forward with this, as it opens the door to more consumers.