Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ For new site templates:
- Prefer explicit error handling over exceptions where appropriate
- Include XML documentation for public APIs
- Use dependency injection patterns where applicable
- Do not make any formatting changes unless explicitly requested
- Do not include files in commits that contain only formatting or style changes, unless explicitly requested
- Do not downgrade .NET versions - Blake is built to work with .NET 9 and above

### Testing

Expand Down Expand Up @@ -253,4 +256,4 @@ Keep instructions current with the actual codebase to ensure Copilot suggestions

---

*These instructions help Copilot understand Blake's architecture, conventions, and development patterns to provide better code suggestions and assistance.*
*These instructions help Copilot understand Blake's architecture, conventions, and development patterns to provide better code suggestions and assistance.*