lecaillon / Preconditions

Preconditions.NET provides convenience static methods to help check that a method or a constructor is invoked with proper parameter or not.
MIT License
25 stars 6 forks source link

Please sign or provide signed alternative #2

Closed snicholmds closed 7 years ago

snicholmds commented 7 years ago

Only signed assemblies are allowed to run in our production environment. Attempting to run an executable that has any dependent unsigned assemblies throws an exception like

Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'Foo, Version=4.3.2.1, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)

Please sign your assembly or provide a signed alternative (as YamlDotNet does).

lecaillon commented 7 years ago

Done, see https://www.nuget.org/packages/Preconditions.NET.StrongName/