mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
Feature: Sign 'WireMock.Net' #117
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @icraftsoftware on GitHub (Jun 29, 2018).
Originally assigned to: @StefH on GitHub.
Hello,
I have no choice, I am working on BizTalk Server integration solutions, and as you know, BTS requires the assemblies to be GACed and a fortiori signed. Because all my projects are signed, I can't use WireMock. Please, provide a signed version of your assembly; on nuget.org as well. It would help all of us that must use signed assemblies, and would not bother anyone else.
Thank you
François
@StefH commented on GitHub (Jun 30, 2018):
At this moment WireMock.Net cannot be strong name signed because
RestEaseis not yet signed.Maybe you can use this project https://github.com/dsplaisted/strongnamer ?
@icraftsoftware commented on GitHub (Jun 30, 2018):
Never heard of StrongNamer, but unfortunately it did not work. What did the trick was the following Stack Overflow solution, see the comment I made (incl. 4 other comments that show the command lines to use).
I also had to make sure that no two different versions of a given NuGet package were used; this was the case for Newtonsoft.Json.
The main downside is that I cannot blindly restore NuGet packages to build my solution anymore.
Could not you just provide an equivalent to what I've done on NuGet?
@StefH commented on GitHub (Jun 30, 2018):
I cannot create a signed version yet because restease does not support strong naming.
See https://github.com/canton7/RestEase/issues/50
@StefH commented on GitHub (May 16, 2019):
https://github.com/WireMock-Net/WireMock.Net/issues/267