From 05f61454c066fdc208df12b0905a5af2d4f04257 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 29 Jun 2019 16:07:28 +1200 Subject: [PATCH] Bit o cleanup of old junk. Leaning out the solution overall. --- .../HealthChecks.SomeModelService.csproj | 4 +-- HealthChecks.sln | 28 +++++++++---------- .../ComponentTest.cs | 18 ------------ .../HealthChecks.ComponentTests.csproj | 17 ----------- .../HealthChecks.IntegrationTests.csproj | 17 ----------- .../create-all-appservice-tests.cmd | 1 - .../create-all-controller-tests.cmd | 1 - .../HealthChecks.Tests.csproj | 19 ------------- .../Repositories/create-all-repo-tests.cmd | 1 - .../HealthChecks.Configuration.csproj | 0 .../IdentityConfiguration.cs | 0 .../LocalStackConfiguration.cs | 0 .../Logging/LoggingExtensions.cs | 0 .../Base/SqsListener.cs | 0 .../HealthChecks.ServiceBus/Base/SqsSender.cs | 0 .../HealthChecks.ServiceBus.csproj | 0 16 files changed, 16 insertions(+), 90 deletions(-) delete mode 100644 Tests/HealthChecks.ComponentTests/ComponentTest.cs delete mode 100644 Tests/HealthChecks.ComponentTests/HealthChecks.ComponentTests.csproj delete mode 100644 Tests/HealthChecks.IntegrationTests/HealthChecks.IntegrationTests.csproj delete mode 100644 Tests/HealthChecks.Tests/ApplicationServices/create-all-appservice-tests.cmd delete mode 100644 Tests/HealthChecks.Tests/Controllers/create-all-controller-tests.cmd delete mode 100644 Tests/HealthChecks.Tests/HealthChecks.Tests.csproj delete mode 100644 Tests/HealthChecks.Tests/Repositories/create-all-repo-tests.cmd rename {DomainModel => Tooling}/HealthChecks.Configuration/HealthChecks.Configuration.csproj (100%) rename {DomainModel => Tooling}/HealthChecks.Configuration/IdentityConfiguration.cs (100%) rename {DomainModel => Tooling}/HealthChecks.Configuration/LocalStackConfiguration.cs (100%) rename {DomainModel => Tooling}/HealthChecks.Configuration/Logging/LoggingExtensions.cs (100%) rename {DomainModel => Tooling}/HealthChecks.ServiceBus/Base/SqsListener.cs (100%) rename {DomainModel => Tooling}/HealthChecks.ServiceBus/Base/SqsSender.cs (100%) rename {DomainModel => Tooling}/HealthChecks.ServiceBus/HealthChecks.ServiceBus.csproj (100%) diff --git a/HealthChecks.SomeModelService/HealthChecks.SomeModelService.csproj b/HealthChecks.SomeModelService/HealthChecks.SomeModelService.csproj index 82e1a33..448f4be 100644 --- a/HealthChecks.SomeModelService/HealthChecks.SomeModelService.csproj +++ b/HealthChecks.SomeModelService/HealthChecks.SomeModelService.csproj @@ -24,8 +24,8 @@ - - + + diff --git a/HealthChecks.sln b/HealthChecks.sln index e2668ff..8e22401 100644 --- a/HealthChecks.sln +++ b/HealthChecks.sln @@ -5,28 +5,20 @@ VisualStudioVersion = 16.0.29020.237 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tooling", "Tooling", "{A205C45D-DE59-4833-A3C0-81414F1D9E76}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HealthChecks.Configuration", "DomainModel\HealthChecks.Configuration\HealthChecks.Configuration.csproj", "{3D99E2E2-8501-4A95-9A6A-054DB3B3DD29}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HealthChecks.ServiceBus", "DomainModel\HealthChecks.ServiceBus\HealthChecks.ServiceBus.csproj", "{95953674-DAE8-4DD0-8DE2-3FDF3A8FD590}" -EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HealthChecks.SomeModelService", "HealthChecks.SomeModelService\HealthChecks.SomeModelService.csproj", "{7050B3EB-FBAC-4BD2-9526-44859073F32E}" EndProject Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{5C57D5E1-F715-47CA-827E-A92DF9880E41}" EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HealthChecks.ServiceBus", "Tooling\HealthChecks.ServiceBus\HealthChecks.ServiceBus.csproj", "{CD45CB1F-D58C-4C0C-B7F4-AA1A1A92D9D4}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HealthChecks.Configuration", "Tooling\HealthChecks.Configuration\HealthChecks.Configuration.csproj", "{779CE331-62F9-4151-8C7D-F9A239C8D799}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {3D99E2E2-8501-4A95-9A6A-054DB3B3DD29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {3D99E2E2-8501-4A95-9A6A-054DB3B3DD29}.Debug|Any CPU.Build.0 = Debug|Any CPU - {3D99E2E2-8501-4A95-9A6A-054DB3B3DD29}.Release|Any CPU.ActiveCfg = Release|Any CPU - {3D99E2E2-8501-4A95-9A6A-054DB3B3DD29}.Release|Any CPU.Build.0 = Release|Any CPU - {95953674-DAE8-4DD0-8DE2-3FDF3A8FD590}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {95953674-DAE8-4DD0-8DE2-3FDF3A8FD590}.Debug|Any CPU.Build.0 = Debug|Any CPU - {95953674-DAE8-4DD0-8DE2-3FDF3A8FD590}.Release|Any CPU.ActiveCfg = Release|Any CPU - {95953674-DAE8-4DD0-8DE2-3FDF3A8FD590}.Release|Any CPU.Build.0 = Release|Any CPU {7050B3EB-FBAC-4BD2-9526-44859073F32E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {7050B3EB-FBAC-4BD2-9526-44859073F32E}.Debug|Any CPU.Build.0 = Debug|Any CPU {7050B3EB-FBAC-4BD2-9526-44859073F32E}.Release|Any CPU.ActiveCfg = Release|Any CPU @@ -35,13 +27,21 @@ Global {5C57D5E1-F715-47CA-827E-A92DF9880E41}.Debug|Any CPU.Build.0 = Debug|Any CPU {5C57D5E1-F715-47CA-827E-A92DF9880E41}.Release|Any CPU.ActiveCfg = Release|Any CPU {5C57D5E1-F715-47CA-827E-A92DF9880E41}.Release|Any CPU.Build.0 = Release|Any CPU + {CD45CB1F-D58C-4C0C-B7F4-AA1A1A92D9D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CD45CB1F-D58C-4C0C-B7F4-AA1A1A92D9D4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CD45CB1F-D58C-4C0C-B7F4-AA1A1A92D9D4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CD45CB1F-D58C-4C0C-B7F4-AA1A1A92D9D4}.Release|Any CPU.Build.0 = Release|Any CPU + {779CE331-62F9-4151-8C7D-F9A239C8D799}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {779CE331-62F9-4151-8C7D-F9A239C8D799}.Debug|Any CPU.Build.0 = Debug|Any CPU + {779CE331-62F9-4151-8C7D-F9A239C8D799}.Release|Any CPU.ActiveCfg = Release|Any CPU + {779CE331-62F9-4151-8C7D-F9A239C8D799}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution - {3D99E2E2-8501-4A95-9A6A-054DB3B3DD29} = {A205C45D-DE59-4833-A3C0-81414F1D9E76} - {95953674-DAE8-4DD0-8DE2-3FDF3A8FD590} = {A205C45D-DE59-4833-A3C0-81414F1D9E76} + {CD45CB1F-D58C-4C0C-B7F4-AA1A1A92D9D4} = {A205C45D-DE59-4833-A3C0-81414F1D9E76} + {779CE331-62F9-4151-8C7D-F9A239C8D799} = {A205C45D-DE59-4833-A3C0-81414F1D9E76} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {068E1943-FABE-4C1B-A4E9-CE3050BE7BF0} diff --git a/Tests/HealthChecks.ComponentTests/ComponentTest.cs b/Tests/HealthChecks.ComponentTests/ComponentTest.cs deleted file mode 100644 index 84ffa11..0000000 --- a/Tests/HealthChecks.ComponentTests/ComponentTest.cs +++ /dev/null @@ -1,18 +0,0 @@ -using NUnit.Framework; - -namespace HealthChecks.ExampleCrud.ComponentTests -{ - public class ComponentTest - { - [SetUp] - public void Setup() - { - } - - [Test] - public void Test1() - { - Assert.Pass(); - } - } -} \ No newline at end of file diff --git a/Tests/HealthChecks.ComponentTests/HealthChecks.ComponentTests.csproj b/Tests/HealthChecks.ComponentTests/HealthChecks.ComponentTests.csproj deleted file mode 100644 index ba1718d..0000000 --- a/Tests/HealthChecks.ComponentTests/HealthChecks.ComponentTests.csproj +++ /dev/null @@ -1,17 +0,0 @@ - - - - netcoreapp2.2 - - false - - - - - - - - - - - diff --git a/Tests/HealthChecks.IntegrationTests/HealthChecks.IntegrationTests.csproj b/Tests/HealthChecks.IntegrationTests/HealthChecks.IntegrationTests.csproj deleted file mode 100644 index ba1718d..0000000 --- a/Tests/HealthChecks.IntegrationTests/HealthChecks.IntegrationTests.csproj +++ /dev/null @@ -1,17 +0,0 @@ - - - - netcoreapp2.2 - - false - - - - - - - - - - - diff --git a/Tests/HealthChecks.Tests/ApplicationServices/create-all-appservice-tests.cmd b/Tests/HealthChecks.Tests/ApplicationServices/create-all-appservice-tests.cmd deleted file mode 100644 index c215652..0000000 --- a/Tests/HealthChecks.Tests/ApplicationServices/create-all-appservice-tests.cmd +++ /dev/null @@ -1 +0,0 @@ -dotnet new ptml-appserv-tests --model SomeModel --name SomeModel --base-namespace HealthChecks.ExampleCrud --force \ No newline at end of file diff --git a/Tests/HealthChecks.Tests/Controllers/create-all-controller-tests.cmd b/Tests/HealthChecks.Tests/Controllers/create-all-controller-tests.cmd deleted file mode 100644 index 32384a3..0000000 --- a/Tests/HealthChecks.Tests/Controllers/create-all-controller-tests.cmd +++ /dev/null @@ -1 +0,0 @@ -dotnet new ptml-controller-tests --model SomeModel --name SomeModel --base-namespace HealthChecks.ExampleCrud --force \ No newline at end of file diff --git a/Tests/HealthChecks.Tests/HealthChecks.Tests.csproj b/Tests/HealthChecks.Tests/HealthChecks.Tests.csproj deleted file mode 100644 index 09e93f5..0000000 --- a/Tests/HealthChecks.Tests/HealthChecks.Tests.csproj +++ /dev/null @@ -1,19 +0,0 @@ - - - - netcoreapp2.2 - - false - - - - - - - - - - - - - diff --git a/Tests/HealthChecks.Tests/Repositories/create-all-repo-tests.cmd b/Tests/HealthChecks.Tests/Repositories/create-all-repo-tests.cmd deleted file mode 100644 index 117d29d..0000000 --- a/Tests/HealthChecks.Tests/Repositories/create-all-repo-tests.cmd +++ /dev/null @@ -1 +0,0 @@ -dotnet new ptml-repo-tests --model SomeModel --name SomeModel --base-namespace HealthChecks.ExampleCrud --force \ No newline at end of file diff --git a/DomainModel/HealthChecks.Configuration/HealthChecks.Configuration.csproj b/Tooling/HealthChecks.Configuration/HealthChecks.Configuration.csproj similarity index 100% rename from DomainModel/HealthChecks.Configuration/HealthChecks.Configuration.csproj rename to Tooling/HealthChecks.Configuration/HealthChecks.Configuration.csproj diff --git a/DomainModel/HealthChecks.Configuration/IdentityConfiguration.cs b/Tooling/HealthChecks.Configuration/IdentityConfiguration.cs similarity index 100% rename from DomainModel/HealthChecks.Configuration/IdentityConfiguration.cs rename to Tooling/HealthChecks.Configuration/IdentityConfiguration.cs diff --git a/DomainModel/HealthChecks.Configuration/LocalStackConfiguration.cs b/Tooling/HealthChecks.Configuration/LocalStackConfiguration.cs similarity index 100% rename from DomainModel/HealthChecks.Configuration/LocalStackConfiguration.cs rename to Tooling/HealthChecks.Configuration/LocalStackConfiguration.cs diff --git a/DomainModel/HealthChecks.Configuration/Logging/LoggingExtensions.cs b/Tooling/HealthChecks.Configuration/Logging/LoggingExtensions.cs similarity index 100% rename from DomainModel/HealthChecks.Configuration/Logging/LoggingExtensions.cs rename to Tooling/HealthChecks.Configuration/Logging/LoggingExtensions.cs diff --git a/DomainModel/HealthChecks.ServiceBus/Base/SqsListener.cs b/Tooling/HealthChecks.ServiceBus/Base/SqsListener.cs similarity index 100% rename from DomainModel/HealthChecks.ServiceBus/Base/SqsListener.cs rename to Tooling/HealthChecks.ServiceBus/Base/SqsListener.cs diff --git a/DomainModel/HealthChecks.ServiceBus/Base/SqsSender.cs b/Tooling/HealthChecks.ServiceBus/Base/SqsSender.cs similarity index 100% rename from DomainModel/HealthChecks.ServiceBus/Base/SqsSender.cs rename to Tooling/HealthChecks.ServiceBus/Base/SqsSender.cs diff --git a/DomainModel/HealthChecks.ServiceBus/HealthChecks.ServiceBus.csproj b/Tooling/HealthChecks.ServiceBus/HealthChecks.ServiceBus.csproj similarity index 100% rename from DomainModel/HealthChecks.ServiceBus/HealthChecks.ServiceBus.csproj rename to Tooling/HealthChecks.ServiceBus/HealthChecks.ServiceBus.csproj