From 53f9c0911c44bbc229376d81b551f023000b1837 Mon Sep 17 00:00:00 2001 From: Ian Nelson Date: Fri, 30 May 2025 13:50:14 +0100 Subject: [PATCH 1/2] fix: move class into named namespace --- src/ServiceLayer.Shared/EnvironmentVariables.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ServiceLayer.Shared/EnvironmentVariables.cs b/src/ServiceLayer.Shared/EnvironmentVariables.cs index 43b8c64..1137b06 100644 --- a/src/ServiceLayer.Shared/EnvironmentVariables.cs +++ b/src/ServiceLayer.Shared/EnvironmentVariables.cs @@ -1,3 +1,5 @@ +namespace ServiceLayer; + public static class EnvironmentVariables { /// From c1e90f97e6c2f5650c060d7fb4b5df2bb3369108 Mon Sep 17 00:00:00 2001 From: Ian Nelson Date: Fri, 30 May 2025 14:38:04 +0100 Subject: [PATCH 2/2] Rename file to correct casing --- src/ServiceLayer.Mesh/{DockerFile => Dockerfile} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/ServiceLayer.Mesh/{DockerFile => Dockerfile} (100%) diff --git a/src/ServiceLayer.Mesh/DockerFile b/src/ServiceLayer.Mesh/Dockerfile similarity index 100% rename from src/ServiceLayer.Mesh/DockerFile rename to src/ServiceLayer.Mesh/Dockerfile