From 0cb068d724d25a6bfc8c2e28f98ea9811bd8937f Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Thu, 12 Jan 2023 01:41:41 +0200 Subject: [PATCH] Netmash rename --- Netmash.Test.Api/Netmash.Test.Api.csproj | 2 +- Netmash.sln | 42 +++++++++---------- .../Netmash.Hosting.WindowsService.csproj | 0 .../ServiceBaseLifetime.cs | 0 .../ServiceBaseLifetimeHostExtensions.cs | 0 .../DependencyInjectionExtensions.cs | 0 .../Entities/RequestLoggingConfiguration.cs | 0 .../Netmash.Logging.Api.csproj | 0 .../RequestLoggingAttribute.cs | 0 .../Abstractions/IAuthenticationOptions.cs | 0 .../AuthenticationExtensions.cs | 0 .../Constants/ClaimTypes.cs | 0 .../Constants/QueryParams.cs | 0 .../IdentityAuthenticationHandler.cs | 0 .../Models/AuthenticationOptions.cs | 0 ...sh.Security.Authentication.Identity.csproj | 0 16 files changed, 22 insertions(+), 22 deletions(-) rename {Netmash.Hosting.WindowsService => src/hosting/Netmash.Hosting.WindowsService}/Netmash.Hosting.WindowsService.csproj (100%) rename {Netmash.Hosting.WindowsService => src/hosting/Netmash.Hosting.WindowsService}/ServiceBaseLifetime.cs (100%) rename {Netmash.Hosting.WindowsService => src/hosting/Netmash.Hosting.WindowsService}/ServiceBaseLifetimeHostExtensions.cs (100%) rename {Netmash.Logging.Api => src/logging/Netmash.Logging.Api}/DependencyInjectionExtensions.cs (100%) rename {Netmash.Logging.Api => src/logging/Netmash.Logging.Api}/Entities/RequestLoggingConfiguration.cs (100%) rename {Netmash.Logging.Api => src/logging/Netmash.Logging.Api}/Netmash.Logging.Api.csproj (100%) rename {Netmash.Logging.Api => src/logging/Netmash.Logging.Api}/RequestLoggingAttribute.cs (100%) rename {Netmash.Security.Authentication.Identity => src/security/authentication/Netmash.Security.Authentication.Identity}/Abstractions/IAuthenticationOptions.cs (100%) rename {Netmash.Security.Authentication.Identity => src/security/authentication/Netmash.Security.Authentication.Identity}/AuthenticationExtensions.cs (100%) rename {Netmash.Security.Authentication.Identity => src/security/authentication/Netmash.Security.Authentication.Identity}/Constants/ClaimTypes.cs (100%) rename {Netmash.Security.Authentication.Identity => src/security/authentication/Netmash.Security.Authentication.Identity}/Constants/QueryParams.cs (100%) rename {Netmash.Security.Authentication.Identity => src/security/authentication/Netmash.Security.Authentication.Identity}/IdentityAuthenticationHandler.cs (100%) rename {Netmash.Security.Authentication.Identity => src/security/authentication/Netmash.Security.Authentication.Identity}/Models/AuthenticationOptions.cs (100%) rename {Netmash.Security.Authentication.Identity => src/security/authentication/Netmash.Security.Authentication.Identity}/Netmash.Security.Authentication.Identity.csproj (100%) diff --git a/Netmash.Test.Api/Netmash.Test.Api.csproj b/Netmash.Test.Api/Netmash.Test.Api.csproj index b477d71..77b0258 100644 --- a/Netmash.Test.Api/Netmash.Test.Api.csproj +++ b/Netmash.Test.Api/Netmash.Test.Api.csproj @@ -9,9 +9,9 @@ - + diff --git a/Netmash.sln b/Netmash.sln index 7097a92..a3e7d8e 100644 --- a/Netmash.sln +++ b/Netmash.sln @@ -3,8 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.31903.59 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netmash.Hosting.WindowsService", "Netmash.Hosting.WindowsService\Netmash.Hosting.WindowsService.csproj", "{F4AB0B71-6B14-402B-8B05-128AFB3E06D9}" -EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{04D62D10-F984-44D7-8B26-8D055A4CBAF8}" ProjectSection(SolutionItems) = preProject .gitattributes = .gitattributes @@ -14,8 +12,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution NuGet.config = NuGet.config EndProjectSection EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netmash.Logging.Api", "Netmash.Logging.Api\Netmash.Logging.Api.csproj", "{74E221BE-C097-468B-93E4-AAE1B2173C49}" -EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E0202271-4E92-4DB8-900D-B5FD745B9278}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "extensions", "extensions", "{B50B55F0-9E6E-4061-9100-E2329A44E76B}" @@ -38,8 +34,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "security", "security", "{42 EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "authentication", "authentication", "{B8132F39-6677-4D70-84CA-9747DC9086B3}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netmash.Security.Authentication.Identity", "Netmash.Security.Authentication.Identity\Netmash.Security.Authentication.Identity.csproj", "{5C0637C8-6BA4-4EAE-97CA-BB8D98B2991A}" -EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "caching", "caching", "{A206A484-3ACF-4032-8B36-AC93A72B0B88}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{CCEE458E-02A8-42FD-8F5F-A35481A23303}" @@ -66,24 +60,18 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netmash.Extensions.Http", " EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netmash.Extensions.Swagger", "src\extensions\swagger\Netmash.Extensions.Swagger\Netmash.Extensions.Swagger.csproj", "{81E17C59-5620-4E61-BEF6-44E1FF4808F4}" EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netmash.Hosting.WindowsService", "src\hosting\Netmash.Hosting.WindowsService\Netmash.Hosting.WindowsService.csproj", "{1D4EC697-D9C8-4711-A531-0A388791EDEF}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netmash.Logging.Api", "src\logging\Netmash.Logging.Api\Netmash.Logging.Api.csproj", "{5CB39BE9-0C83-4FDC-AB26-32642EA13639}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netmash.Security.Authentication.Identity", "src\security\authentication\Netmash.Security.Authentication.Identity\Netmash.Security.Authentication.Identity.csproj", "{D926068E-7C61-4130-B7A0-C38294F13855}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {F4AB0B71-6B14-402B-8B05-128AFB3E06D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {F4AB0B71-6B14-402B-8B05-128AFB3E06D9}.Debug|Any CPU.Build.0 = Debug|Any CPU - {F4AB0B71-6B14-402B-8B05-128AFB3E06D9}.Release|Any CPU.ActiveCfg = Release|Any CPU - {F4AB0B71-6B14-402B-8B05-128AFB3E06D9}.Release|Any CPU.Build.0 = Release|Any CPU - {74E221BE-C097-468B-93E4-AAE1B2173C49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {74E221BE-C097-468B-93E4-AAE1B2173C49}.Debug|Any CPU.Build.0 = Debug|Any CPU - {74E221BE-C097-468B-93E4-AAE1B2173C49}.Release|Any CPU.ActiveCfg = Release|Any CPU - {74E221BE-C097-468B-93E4-AAE1B2173C49}.Release|Any CPU.Build.0 = Release|Any CPU - {5C0637C8-6BA4-4EAE-97CA-BB8D98B2991A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {5C0637C8-6BA4-4EAE-97CA-BB8D98B2991A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5C0637C8-6BA4-4EAE-97CA-BB8D98B2991A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {5C0637C8-6BA4-4EAE-97CA-BB8D98B2991A}.Release|Any CPU.Build.0 = Release|Any CPU {F717BE3D-F5F4-4D99-B96D-D0A23E8BED01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {F717BE3D-F5F4-4D99-B96D-D0A23E8BED01}.Debug|Any CPU.Build.0 = Debug|Any CPU {F717BE3D-F5F4-4D99-B96D-D0A23E8BED01}.Release|Any CPU.ActiveCfg = Release|Any CPU @@ -124,13 +112,23 @@ Global {81E17C59-5620-4E61-BEF6-44E1FF4808F4}.Debug|Any CPU.Build.0 = Debug|Any CPU {81E17C59-5620-4E61-BEF6-44E1FF4808F4}.Release|Any CPU.ActiveCfg = Release|Any CPU {81E17C59-5620-4E61-BEF6-44E1FF4808F4}.Release|Any CPU.Build.0 = Release|Any CPU + {1D4EC697-D9C8-4711-A531-0A388791EDEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1D4EC697-D9C8-4711-A531-0A388791EDEF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1D4EC697-D9C8-4711-A531-0A388791EDEF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1D4EC697-D9C8-4711-A531-0A388791EDEF}.Release|Any CPU.Build.0 = Release|Any CPU + {5CB39BE9-0C83-4FDC-AB26-32642EA13639}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5CB39BE9-0C83-4FDC-AB26-32642EA13639}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5CB39BE9-0C83-4FDC-AB26-32642EA13639}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5CB39BE9-0C83-4FDC-AB26-32642EA13639}.Release|Any CPU.Build.0 = Release|Any CPU + {D926068E-7C61-4130-B7A0-C38294F13855}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D926068E-7C61-4130-B7A0-C38294F13855}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D926068E-7C61-4130-B7A0-C38294F13855}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D926068E-7C61-4130-B7A0-C38294F13855}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution - {F4AB0B71-6B14-402B-8B05-128AFB3E06D9} = {9F1BAC15-1625-40F7-9B7E-7C9CB6345DFF} - {74E221BE-C097-468B-93E4-AAE1B2173C49} = {06D5F056-4099-4636-A45C-D6C3B2CCDD66} {B50B55F0-9E6E-4061-9100-E2329A44E76B} = {E0202271-4E92-4DB8-900D-B5FD745B9278} {FB4E71FD-9E32-4B5C-8019-1E8EBB9DDE9F} = {B50B55F0-9E6E-4061-9100-E2329A44E76B} {564B5266-6F7E-4AFA-A7D4-B0E8F2E7107E} = {E0202271-4E92-4DB8-900D-B5FD745B9278} @@ -141,7 +139,6 @@ Global {1C1D634E-06CC-4707-9564-E31A76F27D9E} = {E0202271-4E92-4DB8-900D-B5FD745B9278} {420A97AE-8E1E-4ECF-AAC5-455ABAA9B17E} = {E0202271-4E92-4DB8-900D-B5FD745B9278} {B8132F39-6677-4D70-84CA-9747DC9086B3} = {420A97AE-8E1E-4ECF-AAC5-455ABAA9B17E} - {5C0637C8-6BA4-4EAE-97CA-BB8D98B2991A} = {B8132F39-6677-4D70-84CA-9747DC9086B3} {A206A484-3ACF-4032-8B36-AC93A72B0B88} = {B50B55F0-9E6E-4061-9100-E2329A44E76B} {CCEE458E-02A8-42FD-8F5F-A35481A23303} = {E0202271-4E92-4DB8-900D-B5FD745B9278} {F717BE3D-F5F4-4D99-B96D-D0A23E8BED01} = {CCEE458E-02A8-42FD-8F5F-A35481A23303} @@ -155,6 +152,9 @@ Global {49FE9F88-9FED-487C-89BF-5164500A6F99} = {A206A484-3ACF-4032-8B36-AC93A72B0B88} {30B1D32D-9187-401F-821E-DD3D17DD4A5B} = {C1301480-5C4C-4F73-8D26-DD3E798FAFD5} {81E17C59-5620-4E61-BEF6-44E1FF4808F4} = {FB4E71FD-9E32-4B5C-8019-1E8EBB9DDE9F} + {1D4EC697-D9C8-4711-A531-0A388791EDEF} = {9F1BAC15-1625-40F7-9B7E-7C9CB6345DFF} + {5CB39BE9-0C83-4FDC-AB26-32642EA13639} = {06D5F056-4099-4636-A45C-D6C3B2CCDD66} + {D926068E-7C61-4130-B7A0-C38294F13855} = {B8132F39-6677-4D70-84CA-9747DC9086B3} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {87541BAB-3FAC-4ADB-A7FB-8228DA87843D} diff --git a/Netmash.Hosting.WindowsService/Netmash.Hosting.WindowsService.csproj b/src/hosting/Netmash.Hosting.WindowsService/Netmash.Hosting.WindowsService.csproj similarity index 100% rename from Netmash.Hosting.WindowsService/Netmash.Hosting.WindowsService.csproj rename to src/hosting/Netmash.Hosting.WindowsService/Netmash.Hosting.WindowsService.csproj diff --git a/Netmash.Hosting.WindowsService/ServiceBaseLifetime.cs b/src/hosting/Netmash.Hosting.WindowsService/ServiceBaseLifetime.cs similarity index 100% rename from Netmash.Hosting.WindowsService/ServiceBaseLifetime.cs rename to src/hosting/Netmash.Hosting.WindowsService/ServiceBaseLifetime.cs diff --git a/Netmash.Hosting.WindowsService/ServiceBaseLifetimeHostExtensions.cs b/src/hosting/Netmash.Hosting.WindowsService/ServiceBaseLifetimeHostExtensions.cs similarity index 100% rename from Netmash.Hosting.WindowsService/ServiceBaseLifetimeHostExtensions.cs rename to src/hosting/Netmash.Hosting.WindowsService/ServiceBaseLifetimeHostExtensions.cs diff --git a/Netmash.Logging.Api/DependencyInjectionExtensions.cs b/src/logging/Netmash.Logging.Api/DependencyInjectionExtensions.cs similarity index 100% rename from Netmash.Logging.Api/DependencyInjectionExtensions.cs rename to src/logging/Netmash.Logging.Api/DependencyInjectionExtensions.cs diff --git a/Netmash.Logging.Api/Entities/RequestLoggingConfiguration.cs b/src/logging/Netmash.Logging.Api/Entities/RequestLoggingConfiguration.cs similarity index 100% rename from Netmash.Logging.Api/Entities/RequestLoggingConfiguration.cs rename to src/logging/Netmash.Logging.Api/Entities/RequestLoggingConfiguration.cs diff --git a/Netmash.Logging.Api/Netmash.Logging.Api.csproj b/src/logging/Netmash.Logging.Api/Netmash.Logging.Api.csproj similarity index 100% rename from Netmash.Logging.Api/Netmash.Logging.Api.csproj rename to src/logging/Netmash.Logging.Api/Netmash.Logging.Api.csproj diff --git a/Netmash.Logging.Api/RequestLoggingAttribute.cs b/src/logging/Netmash.Logging.Api/RequestLoggingAttribute.cs similarity index 100% rename from Netmash.Logging.Api/RequestLoggingAttribute.cs rename to src/logging/Netmash.Logging.Api/RequestLoggingAttribute.cs diff --git a/Netmash.Security.Authentication.Identity/Abstractions/IAuthenticationOptions.cs b/src/security/authentication/Netmash.Security.Authentication.Identity/Abstractions/IAuthenticationOptions.cs similarity index 100% rename from Netmash.Security.Authentication.Identity/Abstractions/IAuthenticationOptions.cs rename to src/security/authentication/Netmash.Security.Authentication.Identity/Abstractions/IAuthenticationOptions.cs diff --git a/Netmash.Security.Authentication.Identity/AuthenticationExtensions.cs b/src/security/authentication/Netmash.Security.Authentication.Identity/AuthenticationExtensions.cs similarity index 100% rename from Netmash.Security.Authentication.Identity/AuthenticationExtensions.cs rename to src/security/authentication/Netmash.Security.Authentication.Identity/AuthenticationExtensions.cs diff --git a/Netmash.Security.Authentication.Identity/Constants/ClaimTypes.cs b/src/security/authentication/Netmash.Security.Authentication.Identity/Constants/ClaimTypes.cs similarity index 100% rename from Netmash.Security.Authentication.Identity/Constants/ClaimTypes.cs rename to src/security/authentication/Netmash.Security.Authentication.Identity/Constants/ClaimTypes.cs diff --git a/Netmash.Security.Authentication.Identity/Constants/QueryParams.cs b/src/security/authentication/Netmash.Security.Authentication.Identity/Constants/QueryParams.cs similarity index 100% rename from Netmash.Security.Authentication.Identity/Constants/QueryParams.cs rename to src/security/authentication/Netmash.Security.Authentication.Identity/Constants/QueryParams.cs diff --git a/Netmash.Security.Authentication.Identity/IdentityAuthenticationHandler.cs b/src/security/authentication/Netmash.Security.Authentication.Identity/IdentityAuthenticationHandler.cs similarity index 100% rename from Netmash.Security.Authentication.Identity/IdentityAuthenticationHandler.cs rename to src/security/authentication/Netmash.Security.Authentication.Identity/IdentityAuthenticationHandler.cs diff --git a/Netmash.Security.Authentication.Identity/Models/AuthenticationOptions.cs b/src/security/authentication/Netmash.Security.Authentication.Identity/Models/AuthenticationOptions.cs similarity index 100% rename from Netmash.Security.Authentication.Identity/Models/AuthenticationOptions.cs rename to src/security/authentication/Netmash.Security.Authentication.Identity/Models/AuthenticationOptions.cs diff --git a/Netmash.Security.Authentication.Identity/Netmash.Security.Authentication.Identity.csproj b/src/security/authentication/Netmash.Security.Authentication.Identity/Netmash.Security.Authentication.Identity.csproj similarity index 100% rename from Netmash.Security.Authentication.Identity/Netmash.Security.Authentication.Identity.csproj rename to src/security/authentication/Netmash.Security.Authentication.Identity/Netmash.Security.Authentication.Identity.csproj