-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The assembly is not signed #10
Comments
Hello @jucamo8311, what .NET framework do you use ? |
Can you try MyGet version : (https://github.com/StefH/Handlebars.Net.Helpers/wiki/MyGet) |
Hi , .net framework 4.5.2. |
Are you able to test that NuGet version from MyGet ? |
Yes, it does the trick. Although I had to build Wiremock.net by myself using Handlebars.CSharp.Helpers.1.1.0-ci-13856.nupkg as a dependency. |
Yes, once Handlebars.Net.Helpers is published, I'll update WireMock.Net Thanks for verifying. |
@jucamo8311 WireMock.Net is also updated. |
Hi ,
I was trying to use WireMock.Net , this library use underneath "Handlebars.Net.Helpers" for some scenarios ,
that's why I am here .
WireMock.Net is a sign library , when tries to load "Handlebars.Net.Helpers" break down because for restrictions looks like a sign library can't not open a library witch is not
Exception: System.IO.FileLoadException: Could not load file or assembly 'Handlebars.Net.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)
File name: 'Handlebars.Net.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
is any way for you to generate the nugets packages with the library sign?, most of the nugets libraries come this way.
Any open source projects that uses this library underneath will have the same problem if their library is sign.
Thanks
The text was updated successfully, but these errors were encountered: