From db0e8c613ff8be21133219ef097127385c5372db Mon Sep 17 00:00:00 2001 From: Adrian Conlon Date: Sun, 21 Jun 2020 18:35:10 +0100 Subject: [PATCH] Update all analysis (and other!) nuget packages, ensure builds across all projects. Signed-off-by: Adrian Conlon --- .../EightBit.UnitTest.csproj | 43 +++++++-------- EightBit/EightBit.UnitTest/packages.config | 18 +++---- EightBit/EightBit.csproj | 39 +++++++------- EightBit/packages.config | 14 ++--- Fuse/Fuse.csproj | 42 ++++++++------- Fuse/packages.config | 13 ++--- .../Intel8080.Test/Intel8080.Test.csproj | 40 +++++++------- Intel8080/Intel8080.Test/packages.config | 14 ++--- Intel8080/Intel8080.csproj | 40 +++++++------- Intel8080/packages.config | 14 ++--- LR35902/LR35902.BlarggTest/Computer.cs | 6 +-- .../LR35902.BlarggTest.csproj | 42 ++++++++------- LR35902/LR35902.BlarggTest/packages.config | 13 ++--- .../LR35902.FuseTest/LR35902.FuseTest.csproj | 42 ++++++++------- LR35902/LR35902.FuseTest/packages.config | 13 ++--- LR35902/LR35902.csproj | 40 +++++++------- LR35902/packages.config | 13 ++--- M6502/M6502.Test/M6502.Test.csproj | 39 +++++++------- M6502/M6502.Test/packages.config | 14 ++--- M6502/M6502.csproj | 39 +++++++------- M6502/packages.config | 14 ++--- MC6809/MC6809.Test/MC6809.Test.csproj | 42 ++++++++------- MC6809/MC6809.Test/packages.config | 13 ++--- MC6809/MC6809.UnitTest/MC6809.UnitTest.csproj | 54 ++++++++++--------- MC6809/MC6809.UnitTest/packages.config | 17 +++--- MC6809/MC6809.csproj | 40 +++++++------- MC6809/packages.config | 14 ++--- MC6850/MC6850.csproj | 40 +++++++------- MC6850/packages.config | 14 ++--- Z80/Z80.FuseTest/Z80.FuseTest.csproj | 38 ++++++------- Z80/Z80.FuseTest/packages.config | 10 ++-- Z80/Z80.Test/Z80.Test.csproj | 39 +++++++------- Z80/Z80.Test/packages.config | 14 ++--- Z80/Z80.csproj | 39 +++++++------- Z80/packages.config | 14 ++--- 35 files changed, 493 insertions(+), 447 deletions(-) diff --git a/EightBit/EightBit.UnitTest/EightBit.UnitTest.csproj b/EightBit/EightBit.UnitTest/EightBit.UnitTest.csproj index a874025..01c7537 100644 --- a/EightBit/EightBit.UnitTest/EightBit.UnitTest.csproj +++ b/EightBit/EightBit.UnitTest/EightBit.UnitTest.csproj @@ -1,11 +1,11 @@  - - - - - - + + + + + + Debug @@ -49,10 +49,10 @@ - ..\..\packages\MSTest.TestFramework.2.0.0-beta4\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll + ..\..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll - ..\..\packages\MSTest.TestFramework.2.0.0-beta4\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll + ..\..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll @@ -71,14 +71,9 @@ - - - - - - - - + + + @@ -86,13 +81,13 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - - - + + + + + + + - + \ No newline at end of file diff --git a/EightBit/EightBit.UnitTest/packages.config b/EightBit/EightBit.UnitTest/packages.config index 8d58f65..51cc5ff 100644 --- a/EightBit/EightBit.UnitTest/packages.config +++ b/EightBit/EightBit.UnitTest/packages.config @@ -1,12 +1,12 @@  - - - - - - - - - + + + + + + + + + \ No newline at end of file diff --git a/EightBit/EightBit.csproj b/EightBit/EightBit.csproj index e6262b0..2c63908 100644 --- a/EightBit/EightBit.csproj +++ b/EightBit/EightBit.csproj @@ -1,10 +1,10 @@  - - - - - + + + + + Debug @@ -86,24 +86,27 @@ - - - - - - - - + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - + + + + + \ No newline at end of file diff --git a/EightBit/packages.config b/EightBit/packages.config index a8d757e..2898f2f 100644 --- a/EightBit/packages.config +++ b/EightBit/packages.config @@ -1,10 +1,10 @@  - - - - - - - + + + + + + + \ No newline at end of file diff --git a/Fuse/Fuse.csproj b/Fuse/Fuse.csproj index eac4839..ca9e28e 100644 --- a/Fuse/Fuse.csproj +++ b/Fuse/Fuse.csproj @@ -1,10 +1,10 @@  - - - - - + + + + + Debug @@ -41,6 +41,7 @@ prompt 4 AllRules.ruleset + false @@ -71,26 +72,27 @@ - - - - - - - - - - + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - + + + + + \ No newline at end of file diff --git a/Fuse/packages.config b/Fuse/packages.config index ea7232e..2898f2f 100644 --- a/Fuse/packages.config +++ b/Fuse/packages.config @@ -1,9 +1,10 @@  - - - - - - + + + + + + + \ No newline at end of file diff --git a/Intel8080/Intel8080.Test/Intel8080.Test.csproj b/Intel8080/Intel8080.Test/Intel8080.Test.csproj index 4aab154..ee0d133 100644 --- a/Intel8080/Intel8080.Test/Intel8080.Test.csproj +++ b/Intel8080/Intel8080.Test/Intel8080.Test.csproj @@ -1,10 +1,10 @@  - - - - - + + + + + Debug @@ -42,6 +42,7 @@ 4 false AllRules.ruleset + false @@ -69,24 +70,27 @@ - - - - - - - - + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - + + + + + \ No newline at end of file diff --git a/Intel8080/Intel8080.Test/packages.config b/Intel8080/Intel8080.Test/packages.config index a779f01..2898f2f 100644 --- a/Intel8080/Intel8080.Test/packages.config +++ b/Intel8080/Intel8080.Test/packages.config @@ -1,10 +1,10 @@  - - - - - - - + + + + + + + \ No newline at end of file diff --git a/Intel8080/Intel8080.csproj b/Intel8080/Intel8080.csproj index 906e6dc..fcbd364 100644 --- a/Intel8080/Intel8080.csproj +++ b/Intel8080/Intel8080.csproj @@ -1,10 +1,10 @@  - - - - - + + + + + Debug @@ -39,6 +39,7 @@ prompt 4 AllRules.ruleset + false @@ -60,24 +61,27 @@ - - - - - - - - + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - + + + + + \ No newline at end of file diff --git a/Intel8080/packages.config b/Intel8080/packages.config index a779f01..2898f2f 100644 --- a/Intel8080/packages.config +++ b/Intel8080/packages.config @@ -1,10 +1,10 @@  - - - - - - - + + + + + + + \ No newline at end of file diff --git a/LR35902/LR35902.BlarggTest/Computer.cs b/LR35902/LR35902.BlarggTest/Computer.cs index 3abfb3f..3b3a64f 100644 --- a/LR35902/LR35902.BlarggTest/Computer.cs +++ b/LR35902/LR35902.BlarggTest/Computer.cs @@ -12,13 +12,11 @@ namespace LR35902.BlarggTest public void Run() { - var cycles = 0; var cpu = this.board.CPU; while (cpu.Powered) { - cycles += EightBit.GameBoy.Bus.CyclesPerFrame; - cycles -= this.board.RunRasterLines(); - cycles -= this.board.RunVerticalBlankLines(); + this.board.RunRasterLines(); + this.board.RunVerticalBlankLines(); } } diff --git a/LR35902/LR35902.BlarggTest/LR35902.BlarggTest.csproj b/LR35902/LR35902.BlarggTest/LR35902.BlarggTest.csproj index 6f1c0b4..e858a39 100644 --- a/LR35902/LR35902.BlarggTest/LR35902.BlarggTest.csproj +++ b/LR35902/LR35902.BlarggTest/LR35902.BlarggTest.csproj @@ -1,10 +1,10 @@  - - - - - + + + + + Debug @@ -43,6 +43,7 @@ prompt 4 AllRules.ruleset + false @@ -60,16 +61,17 @@ - - - - - - - - - - + + + + + + + + + + + @@ -86,10 +88,10 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - + + + + + \ No newline at end of file diff --git a/LR35902/LR35902.BlarggTest/packages.config b/LR35902/LR35902.BlarggTest/packages.config index f6455d5..2898f2f 100644 --- a/LR35902/LR35902.BlarggTest/packages.config +++ b/LR35902/LR35902.BlarggTest/packages.config @@ -1,9 +1,10 @@  - - - - - - + + + + + + + \ No newline at end of file diff --git a/LR35902/LR35902.FuseTest/LR35902.FuseTest.csproj b/LR35902/LR35902.FuseTest/LR35902.FuseTest.csproj index 3247e72..577045d 100644 --- a/LR35902/LR35902.FuseTest/LR35902.FuseTest.csproj +++ b/LR35902/LR35902.FuseTest/LR35902.FuseTest.csproj @@ -1,10 +1,10 @@  - - - - - + + + + + Debug @@ -41,6 +41,7 @@ prompt 4 AllRules.ruleset + false @@ -72,26 +73,27 @@ - - - - - - - - - - + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - + + + + + \ No newline at end of file diff --git a/LR35902/LR35902.FuseTest/packages.config b/LR35902/LR35902.FuseTest/packages.config index f6455d5..2898f2f 100644 --- a/LR35902/LR35902.FuseTest/packages.config +++ b/LR35902/LR35902.FuseTest/packages.config @@ -1,9 +1,10 @@  - - - - - - + + + + + + + \ No newline at end of file diff --git a/LR35902/LR35902.csproj b/LR35902/LR35902.csproj index ab41f44..85cee2f 100644 --- a/LR35902/LR35902.csproj +++ b/LR35902/LR35902.csproj @@ -1,10 +1,10 @@  - - - - - + + + + + Debug @@ -38,6 +38,7 @@ prompt 4 AllRules.ruleset + false @@ -72,24 +73,27 @@ - - - - - - - - + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - + + + + + \ No newline at end of file diff --git a/LR35902/packages.config b/LR35902/packages.config index f6455d5..2898f2f 100644 --- a/LR35902/packages.config +++ b/LR35902/packages.config @@ -1,9 +1,10 @@  - - - - - - + + + + + + + \ No newline at end of file diff --git a/M6502/M6502.Test/M6502.Test.csproj b/M6502/M6502.Test/M6502.Test.csproj index 53474dd..8b5dcdd 100644 --- a/M6502/M6502.Test/M6502.Test.csproj +++ b/M6502/M6502.Test/M6502.Test.csproj @@ -1,10 +1,10 @@  - - - - - + + + + + Debug @@ -72,24 +72,27 @@ - - - - - - - - + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - + + + + + \ No newline at end of file diff --git a/M6502/M6502.Test/packages.config b/M6502/M6502.Test/packages.config index a779f01..2898f2f 100644 --- a/M6502/M6502.Test/packages.config +++ b/M6502/M6502.Test/packages.config @@ -1,10 +1,10 @@  - - - - - - - + + + + + + + \ No newline at end of file diff --git a/M6502/M6502.csproj b/M6502/M6502.csproj index 7d27f9a..b380fa5 100644 --- a/M6502/M6502.csproj +++ b/M6502/M6502.csproj @@ -1,10 +1,10 @@  - - - - - + + + + + Debug @@ -69,24 +69,27 @@ - - - - - - - - + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - + + + + + \ No newline at end of file diff --git a/M6502/packages.config b/M6502/packages.config index a779f01..2898f2f 100644 --- a/M6502/packages.config +++ b/M6502/packages.config @@ -1,10 +1,10 @@  - - - - - - - + + + + + + + \ No newline at end of file diff --git a/MC6809/MC6809.Test/MC6809.Test.csproj b/MC6809/MC6809.Test/MC6809.Test.csproj index 436caf4..d0c03ef 100644 --- a/MC6809/MC6809.Test/MC6809.Test.csproj +++ b/MC6809/MC6809.Test/MC6809.Test.csproj @@ -1,10 +1,10 @@  - - - - - + + + + + Debug @@ -42,6 +42,7 @@ 4 latest AllRules.ruleset + false @@ -73,26 +74,27 @@ - - - - - - - - - - + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - + + + + + \ No newline at end of file diff --git a/MC6809/MC6809.Test/packages.config b/MC6809/MC6809.Test/packages.config index f6455d5..2898f2f 100644 --- a/MC6809/MC6809.Test/packages.config +++ b/MC6809/MC6809.Test/packages.config @@ -1,9 +1,10 @@  - - - - - - + + + + + + + \ No newline at end of file diff --git a/MC6809/MC6809.UnitTest/MC6809.UnitTest.csproj b/MC6809/MC6809.UnitTest/MC6809.UnitTest.csproj index 699b399..6037b2f 100644 --- a/MC6809/MC6809.UnitTest/MC6809.UnitTest.csproj +++ b/MC6809/MC6809.UnitTest/MC6809.UnitTest.csproj @@ -1,11 +1,11 @@  - - - - - - + + + + + + Debug @@ -46,13 +46,14 @@ 4 latest AllRules.ruleset + false - ..\..\packages\MSTest.TestFramework.2.0.0-beta4\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll + ..\..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll - ..\..\packages\MSTest.TestFramework.2.0.0-beta4\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll + ..\..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll @@ -110,16 +111,17 @@ - - - - - - - - - - + + + + + + + + + + + @@ -127,13 +129,13 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - - - + + + + + + + - + \ No newline at end of file diff --git a/MC6809/MC6809.UnitTest/packages.config b/MC6809/MC6809.UnitTest/packages.config index 5fc365c..51cc5ff 100644 --- a/MC6809/MC6809.UnitTest/packages.config +++ b/MC6809/MC6809.UnitTest/packages.config @@ -1,11 +1,12 @@  - - - - - - - - + + + + + + + + + \ No newline at end of file diff --git a/MC6809/MC6809.csproj b/MC6809/MC6809.csproj index 037c6bf..93dc4f2 100644 --- a/MC6809/MC6809.csproj +++ b/MC6809/MC6809.csproj @@ -1,10 +1,10 @@  - - - - - + + + + + Debug @@ -41,6 +41,7 @@ 4 latest AllRules.ruleset + false @@ -68,24 +69,27 @@ - - - - - - - - + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - + + + + + \ No newline at end of file diff --git a/MC6809/packages.config b/MC6809/packages.config index a779f01..2898f2f 100644 --- a/MC6809/packages.config +++ b/MC6809/packages.config @@ -1,10 +1,10 @@  - - - - - - - + + + + + + + \ No newline at end of file diff --git a/MC6850/MC6850.csproj b/MC6850/MC6850.csproj index c171a7e..13328c2 100644 --- a/MC6850/MC6850.csproj +++ b/MC6850/MC6850.csproj @@ -1,10 +1,10 @@  - - - - - + + + + + Debug @@ -41,6 +41,7 @@ 4 latest AllRules.ruleset + false @@ -62,24 +63,27 @@ - - - - - - - - + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - + + + + + \ No newline at end of file diff --git a/MC6850/packages.config b/MC6850/packages.config index a779f01..2898f2f 100644 --- a/MC6850/packages.config +++ b/MC6850/packages.config @@ -1,10 +1,10 @@  - - - - - - - + + + + + + + \ No newline at end of file diff --git a/Z80/Z80.FuseTest/Z80.FuseTest.csproj b/Z80/Z80.FuseTest/Z80.FuseTest.csproj index 8ff75fb..f6ccbc4 100644 --- a/Z80/Z80.FuseTest/Z80.FuseTest.csproj +++ b/Z80/Z80.FuseTest/Z80.FuseTest.csproj @@ -1,10 +1,10 @@  - - - - - + + + + + Debug @@ -39,6 +39,7 @@ prompt 4 AllRules.ruleset + false @@ -76,24 +77,25 @@ - - - - - - - - + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - + + + + + \ No newline at end of file diff --git a/Z80/Z80.FuseTest/packages.config b/Z80/Z80.FuseTest/packages.config index 7937047..8d335f2 100644 --- a/Z80/Z80.FuseTest/packages.config +++ b/Z80/Z80.FuseTest/packages.config @@ -1,8 +1,8 @@  - - - - - + + + + + \ No newline at end of file diff --git a/Z80/Z80.Test/Z80.Test.csproj b/Z80/Z80.Test/Z80.Test.csproj index c0333dc..6aceab8 100644 --- a/Z80/Z80.Test/Z80.Test.csproj +++ b/Z80/Z80.Test/Z80.Test.csproj @@ -1,10 +1,10 @@  - - - - - + + + + + Debug @@ -77,24 +77,27 @@ - - - - - - - - + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - + + + + + \ No newline at end of file diff --git a/Z80/Z80.Test/packages.config b/Z80/Z80.Test/packages.config index a779f01..2898f2f 100644 --- a/Z80/Z80.Test/packages.config +++ b/Z80/Z80.Test/packages.config @@ -1,10 +1,10 @@  - - - - - - - + + + + + + + \ No newline at end of file diff --git a/Z80/Z80.csproj b/Z80/Z80.csproj index e8bfb0b..e525c92 100644 --- a/Z80/Z80.csproj +++ b/Z80/Z80.csproj @@ -1,10 +1,10 @@  - - - - - + + + + + Debug @@ -67,24 +67,27 @@ - - - - - - - - + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - + + + + + \ No newline at end of file diff --git a/Z80/packages.config b/Z80/packages.config index a8d757e..2898f2f 100644 --- a/Z80/packages.config +++ b/Z80/packages.config @@ -1,10 +1,10 @@  - - - - - - - + + + + + + + \ No newline at end of file