mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-28 11:47:50 +02:00
Updated Could not load file or assembly RestEase (markdown)
@@ -1 +1,8 @@
|
||||
.
|
||||
# Issues
|
||||
|
||||
## Using WireMock.Net.RestClient in a .NET 4.x Full Framework project
|
||||
When creating a .NET framework console app targeting .NET 4.7.2 and referencing the WireMock.Net.RestClient NuGet you get this exception when running the application:
|
||||
|
||||
`Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'RestEase, Version=1.4.10.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)`
|
||||
|
||||
This is because the WireMock.Net assemblies are signed, and RestEase is not signed.
|
||||
Reference in New Issue
Block a user