-
Notifications
You must be signed in to change notification settings - Fork 224
Closed
Milestone
Description
Repro steps:
- Download the latest version from NuGet
- Unpack the
.nupkg
file - 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
Observation:
This blocks strong-named .NET assemblies from depending on DistributedLock
. See Why strong-name your assemblies?
Metadata
Metadata
Assignees
Labels
No labels