I am building an Edi translation and import program using EdiFabric. I love the simplicity of EdiFabric, but my unit tests are blowing up with an error message that says:
System.IO.FileLoadException: Could not load file or assembly 'EdiFabric.Framework, Version=6.7.8.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT:0x80131044).
Any help would be appreciated.
I was able to strong name sign the DLL on my own. Following the information found here: Signing unsigned assemblies in nuGetPackages
User contributions licensed under CC BY-SA 3.0