From ad4aa99cfa672f1fe1fbb1913cf2f9e0283a15c6 Mon Sep 17 00:00:00 2001 From: Alexandros Kritikos Date: Sat, 25 Apr 2026 16:30:29 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Updates=20C#=20and=20MSBuild=20i?= =?UTF-8?q?nstructions=20for=20clarity?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/instructions/csharp.instructions.md | 1 + .github/instructions/msbuild.instructions.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/instructions/csharp.instructions.md b/.github/instructions/csharp.instructions.md index 389d5d6..e2ef031 100644 --- a/.github/instructions/csharp.instructions.md +++ b/.github/instructions/csharp.instructions.md @@ -15,3 +15,4 @@ Code style is enforced by `.editorconfig`, `.globalconfig`, and StyleCop analyze - Prefer **records** for DTOs, value objects, and other immutable data carriers. - Use `LoggerMessage`-generated `partial` methods on a `partial class` — never log inline (e.g., `logger.LogInformation(…)`). + diff --git a/.github/instructions/msbuild.instructions.md b/.github/instructions/msbuild.instructions.md index e9729b1..fd096b4 100644 --- a/.github/instructions/msbuild.instructions.md +++ b/.github/instructions/msbuild.instructions.md @@ -32,7 +32,7 @@ These are configured in the root `Directory.Build.props` — do **not** set them Handled automatically via `` in the root props. Default suffixes are `.Tests` and `Tests`. To add custom visibility: -```xml +```xml