We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab01b5a commit 6c6ebfaCopy full SHA for 6c6ebfa
1 file changed
.github/instructions/backend.instructions.md
@@ -8,7 +8,7 @@ applyTo:
8
# Backend Development Instructions (ASP.NET + HotChocolate + EF Core)
9
10
## Code Style
11
-- Use C# 12+ features when appropriate (primary constructors, collection expressions)
+- Use C# 13+ features (or latest C# features) when appropriate (primary constructors, collection expressions)
12
- Prefer async/await for all I/O-bound operations
13
- Use meaningful variable and method names that express intent
14
- Keep methods small and focused on a single responsibility
0 commit comments