Skip to content
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

Closed
jucamo8311 opened this issue Oct 16, 2020 · 7 comments
Closed

The assembly is not signed #10

jucamo8311 opened this issue Oct 16, 2020 · 7 comments
Labels
enhancement New feature or request

Comments

@jucamo8311
Copy link

jucamo8311 commented Oct 16, 2020

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

@StefH
Copy link
Collaborator

StefH commented Oct 16, 2020

Hello @jucamo8311, what .NET framework do you use ?

@StefH StefH changed the title The assembly is not sign The assembly is not signed Oct 16, 2020
@StefH
Copy link
Collaborator

StefH commented Oct 16, 2020

#11

Can you try MyGet version :
Handlebars.CSharp.Helpers.1.1.0-ci-13856.nupkg

(https://github.com/StefH/Handlebars.Net.Helpers/wiki/MyGet)

@StefH StefH added the enhancement New feature or request label Oct 16, 2020
@jucamo8311
Copy link
Author

Hello @jucamo8311, what .NET framework do you use ?

Hi , .net framework 4.5.2.

@StefH
Copy link
Collaborator

StefH commented Oct 16, 2020

Are you able to test that NuGet version from MyGet ?

@jucamo8311
Copy link
Author

t 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.

@StefH
Copy link
Collaborator

StefH commented Oct 16, 2020

Yes, once Handlebars.Net.Helpers is published, I'll update WireMock.Net

Thanks for verifying.

@StefH StefH closed this as completed Oct 16, 2020
@StefH
Copy link
Collaborator

StefH commented Oct 17, 2020

@jucamo8311 WireMock.Net is also updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants