mirror of
https://github.com/brutaldev/StrongNameSigner.git
synced 2026-04-25 11:26:04 +03:00
[GH-ISSUE #107] Problem signing assembly #86
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TDS-NO on GitHub (Sep 1, 2025).
Original GitHub issue: https://github.com/brutaldev/StrongNameSigner/issues/107
Originally assigned to: @brutaldev on GitHub.
Hi
Get the following error trying to sign assemblies ( already signed ) ...
Microsoft Windows [Version 10.0.26100.4946]
(c) Microsoft Corporation. Med enerett.
C:\Users\rhh>"C:\Program Files\BrutalDev.NET Assembly Strong-Name Signer\StrongNameSigner.Console.exe" -in "C:\Users\rhh.nuget\packages\fastendpoints.security"
---- Brutal Developer .NET Assembly Strong-Name Signer 3.6.1.0 ----
Console application to sign .NET assemblies with a strong-name key and fix assembly references.
Checking assembly references in 'C:\Users\rhh.nuget\packages\fastendpoints.security\6.1.0\lib\net10.0\FastEndpoints.Security.dll'.
Checking assembly references in 'C:\Users\rhh.nuget\packages\fastendpoints.security\6.1.0\lib\net8.0\FastEndpoints.Security.dll'.
Checking assembly references in 'C:\Users\rhh.nuget\packages\fastendpoints.security\6.1.0\lib\net9.0\FastEndpoints.Security.dll'.
Checking assembly references in 'C:\Users\rhh.nuget\packages\fastendpoints.security\6.2.0\lib\net10.0\FastEndpoints.Security.dll'.
Checking assembly references in 'C:\Users\rhh.nuget\packages\fastendpoints.security\6.2.0\lib\net8.0\FastEndpoints.Security.dll'.
Checking assembly references in 'C:\Users\rhh.nuget\packages\fastendpoints.security\6.2.0\lib\net9.0\FastEndpoints.Security.dll'.
System.ArgumentException: An item with the same key has already been added.
ved System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
ved System.Collections.Generic.Dictionary
2.Insert(TKey key, TValue value, Boolean add) ved System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable1 source, Func2 keySelector, Func2 elementSelector, IEqualityComparer1 comparer) ved Brutal.Dev.StrongNameSigner.SigningHelper.FixCustomAttributes(HashSet1 allAssemblies, Dictionary2 tempFilePathToInputOutputFilePairMap, Boolean& hasErrors) ved Brutal.Dev.StrongNameSigner.SigningHelper.SignAssemblies(IEnumerable1 assemblyInputOutputPaths, String keyFilePath, String keyFilePassword, String[] probingPaths)ved Brutal.Dev.StrongNameSigner.Console.Program.SignAssemblies(Options options)
ved Brutal.Dev.StrongNameSigner.Console.Program.Main(String[] args)
C:\Users\rhh>
@brutaldev commented on GitHub (Sep 1, 2025):
Fixed in version 3.6.2