Info
Version: | 3.5.0 |
Author(s): | Werner van Deventer |
Last Update: | Monday, February 5, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/brutaldev/StrongNameSigner |
NuGet Url: | https://www.nuget.org/packages/Brutal.Dev.StrongNameSigner |
Install
Install-Package Brutal.Dev.StrongNameSigner
dotnet add package Brutal.Dev.StrongNameSigner
paket add Brutal.Dev.StrongNameSigner
Brutal.Dev.StrongNameSigner Download (Unzip the "nupkg" after downloading)
Dependencies
1 package depend on this package.
Tags
Utility software to strong-name sign .NET assemblies, including assemblies you do not have the source code for.
If you strong-name sign your own projects you may have noticed that if you reference an unsigned third party assembly you get an error similar to "Referenced assembly 'A.B.C' does not have a strong name".
If you did not create this assembly, you can use this tool to sign the assembly with your own (or temporarily generated) strong-name key.
The tool will also re-write the assembly references (as well as any InternalsVisibleTo references) to match the new signed versions of the assemblies you create.