You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run sn -vf DistributedLock.1.5.0\lib\net45\DistributedLock.dll
Expected:
The sn.exe tool would output
Microsoft (R) .NET Framework Strong Name Utility Version 4.0.30319.0
Copyright (c) Microsoft Corporation. All rights reserved.
Assembly 'DistributedLock.1.5.0\lib\net45\DistributedLock.dll' is valid
Actual:
The sn.exe tool outputs
Microsoft (R) .NET Framework Strong Name Utility Version 4.0.30319.0
Copyright (c) Microsoft Corporation. All rights reserved.
DistributedLock.1.5.0\lib\net45\DistributedLock.dll does not represent a strongly named assembly
Repro steps:
.nupkgfilesn -vf DistributedLock.1.5.0\lib\net45\DistributedLock.dllExpected:
The
sn.exetool would outputActual:
The
sn.exetool outputsObservation:
This blocks strong-named .NET assemblies from depending on
DistributedLock. See Why strong-name your assemblies?