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