From a2e36e1b9d9aa271d5e04e1f0dd9287f0f3b5370 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Mon, 15 Jun 2020 08:22:18 +0200 Subject: [PATCH] Updated Could not load file or assembly RestEase (markdown) --- Could-not-load-file-or-assembly-RestEase.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Could-not-load-file-or-assembly-RestEase.md b/Could-not-load-file-or-assembly-RestEase.md index 0cc392d..3967d94 100644 --- a/Could-not-load-file-or-assembly-RestEase.md +++ b/Could-not-load-file-or-assembly-RestEase.md @@ -8,7 +8,7 @@ This is because the WireMock.Net assemblies are signed, and RestEase is not sign ## Solution The solution is to add the NuGet [Brutal.Dev.StrongNameSigner](https://www.nuget.org/packages/Brutal.Dev.StrongNameSigner/) to your .NET framework console app. -In case the WireMock.RestClient.dll is not found anymore: remove and add again the reference to the WireMock.RestClient.dll in the project after installing the Brutal.Dev.StrongNameSigner nuget. +In case the **WireMock.RestClient.dll** is not found anymore: remove and add again the reference to the **WireMock.RestClient.dll** in the project after installing the **Brutal.Dev.StrongNameSigner** nuget. ## Example For a full working example, see : https://github.com/WireMock-Net/WireMock.Net/tree/master/examples/WireMock.Net.Client.Net472. \ No newline at end of file