From 1b2a3bf318cc8a01f30f73dab58c3ff8ddedb8ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20R=C3=A4tzel?= Date: Wed, 4 Apr 2018 09:02:39 +0000 Subject: [PATCH] Adapt To Changes In Memory Reading Implementation Adapt to observation of exception thrown with call stack in memory measurement: ---- System.IO.FileNotFoundException: 'Could not load file or assembly 'System.ValueTuple, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.' --- src/Sanderling.ABot.Exe/App.config | 4 ++++ src/Sanderling.ABot.Exe/Sanderling.ABot.Exe.csproj | 7 ++++++- src/Sanderling.ABot.Exe/packages.config | 1 + src/Sanderling.ABot.Exe/resource.xaml | 2 +- .../Sanderling.ABot.Test.Exe.csproj | 1 + src/Sanderling.ABot.Test.Exe/app.config | 11 +++++++++++ src/Sanderling.ABot.UI/Sanderling.ABot.UI.csproj | 3 +++ src/Sanderling.ABot.UI/app.config | 11 +++++++++++ src/Sanderling.ABot/Sanderling.ABot.csproj | 4 ++++ src/Sanderling.ABot/app.config | 11 +++++++++++ src/Sanderling.ABot/packages.config | 1 + 11 files changed, 54 insertions(+), 2 deletions(-) create mode 100644 src/Sanderling.ABot.Test.Exe/app.config create mode 100644 src/Sanderling.ABot.UI/app.config create mode 100644 src/Sanderling.ABot/app.config diff --git a/src/Sanderling.ABot.Exe/App.config b/src/Sanderling.ABot.Exe/App.config index 8541194..402f3ab 100644 --- a/src/Sanderling.ABot.Exe/App.config +++ b/src/Sanderling.ABot.Exe/App.config @@ -17,6 +17,10 @@ + + + + \ No newline at end of file diff --git a/src/Sanderling.ABot.Exe/Sanderling.ABot.Exe.csproj b/src/Sanderling.ABot.Exe/Sanderling.ABot.Exe.csproj index 59549be..feb06a9 100644 --- a/src/Sanderling.ABot.Exe/Sanderling.ABot.Exe.csproj +++ b/src/Sanderling.ABot.Exe/Sanderling.ABot.Exe.csproj @@ -99,6 +99,9 @@ + + ..\packages\System.ValueTuple.4.4.0\lib\net461\System.ValueTuple.dll + @@ -173,7 +176,9 @@ - + + Designer + diff --git a/src/Sanderling.ABot.Exe/packages.config b/src/Sanderling.ABot.Exe/packages.config index 814dfc8..a4368c0 100644 --- a/src/Sanderling.ABot.Exe/packages.config +++ b/src/Sanderling.ABot.Exe/packages.config @@ -8,5 +8,6 @@ + \ No newline at end of file diff --git a/src/Sanderling.ABot.Exe/resource.xaml b/src/Sanderling.ABot.Exe/resource.xaml index d51b712..c702e37 100644 --- a/src/Sanderling.ABot.Exe/resource.xaml +++ b/src/Sanderling.ABot.Exe/resource.xaml @@ -7,7 +7,7 @@ - 2018-03-25 + 2018-04-04 \ No newline at end of file diff --git a/src/Sanderling.ABot.Test.Exe/Sanderling.ABot.Test.Exe.csproj b/src/Sanderling.ABot.Test.Exe/Sanderling.ABot.Test.Exe.csproj index 7618095..543da44 100644 --- a/src/Sanderling.ABot.Test.Exe/Sanderling.ABot.Test.Exe.csproj +++ b/src/Sanderling.ABot.Test.Exe/Sanderling.ABot.Test.Exe.csproj @@ -103,6 +103,7 @@ + diff --git a/src/Sanderling.ABot.Test.Exe/app.config b/src/Sanderling.ABot.Test.Exe/app.config new file mode 100644 index 0000000..00adf8d --- /dev/null +++ b/src/Sanderling.ABot.Test.Exe/app.config @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/src/Sanderling.ABot.UI/Sanderling.ABot.UI.csproj b/src/Sanderling.ABot.UI/Sanderling.ABot.UI.csproj index 22df505..ff2c38d 100644 --- a/src/Sanderling.ABot.UI/Sanderling.ABot.UI.csproj +++ b/src/Sanderling.ABot.UI/Sanderling.ABot.UI.csproj @@ -93,6 +93,9 @@ Sanderling.ABot + + +