Updated Could not load file or assembly RestEase (markdown)

Stef Heyenrath
2020-03-15 11:18:11 +01:00
parent 310b6d380e
commit 348ee0f711
+3
@@ -7,3 +7,6 @@ This is because the WireMock.Net assemblies are signed, and RestEase is not sign
## Solution ## 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. The solution is to add the NuGet [Brutal.Dev.StrongNameSigner](https://www.nuget.org/packages/Brutal.Dev.StrongNameSigner/) to your .NET framework console app.
## Example
For a full working example, see : https://github.com/WireMock-Net/WireMock.Net/tree/master/examples/WireMock.Net.Client.Net472.