From c5ab60361c9cc3ee1cd6f70acd60efa6bd0a0a5c Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Mon, 25 Jan 2021 08:23:05 +0100 Subject: [PATCH] Updated Xamarin Could not load file or assembly (markdown) --- Xamarin---Could-not-load-file-or-assembly.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Xamarin---Could-not-load-file-or-assembly.md b/Xamarin---Could-not-load-file-or-assembly.md index a1e9533..5e9026a 100644 --- a/Xamarin---Could-not-load-file-or-assembly.md +++ b/Xamarin---Could-not-load-file-or-assembly.md @@ -19,18 +19,16 @@ Running under executable C:\git\WireMock.Net\examples\WireMock.Net.Console.Net4 ``` -### Solution: +### Solutions: +#### 1. Adding System.Memory and System.Threading.Tasks.Extensions as NuGet references. + +#### 2. Assembly binding redirects Adding assembly binding redirects to the app.config for the assemblies which have an error. Like: ``` xml - - - - -