Updated Could not load file or assembly RestEase (markdown)

Stef Heyenrath
2020-06-15 08:22:18 +02:00
parent 0064cef4c6
commit a2e36e1b9d

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