I am using ClosedXML in my project. I needed to sign my project, but the ClosedXML NuGet appears to be unsigned : Referenced assembly 'ClosedXML, Version=0.94.2.0, Culture=neutral, PublicKeyToken=null' does not have a strong name.
Following this question (ClosedXML - Could not load file or assembly exception), i have replaced the ClosedXML NuGet with its .Signed version.
My problem is : using ClosedXML.Excel;
doesnt work anymore. Having only the NuGet "ClosedXML.Signed" doesnt allow me to make any reference to anything close to "ClosedXML".
Question is : How can I use the Signed version of ClosedXML ?