Skip to content

Commit 6c6ebfa

Browse files
PhantomDaveCopilot
andauthored
Update .github/instructions/backend.instructions.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ab01b5a commit 6c6ebfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/instructions/backend.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ applyTo:
88
# Backend Development Instructions (ASP.NET + HotChocolate + EF Core)
99

1010
## Code Style
11-
- Use C# 12+ features when appropriate (primary constructors, collection expressions)
11+
- Use C# 13+ features (or latest C# features) when appropriate (primary constructors, collection expressions)
1212
- Prefer async/await for all I/O-bound operations
1313
- Use meaningful variable and method names that express intent
1414
- Keep methods small and focused on a single responsibility

0 commit comments

Comments
 (0)