mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-21 02:45:12 +00:00
Add guidelines for C# development and MAUI patterns
This commit is contained in:
@@ -23,7 +23,7 @@ appliesTo: "**/*.razor, **/*.cs"
|
||||
- Use data binding effectively with @bind.
|
||||
- Leverage Dependency Injection for services in Blazor.
|
||||
- Structure Blazor components and services following Separation of Concerns.
|
||||
- Use C# 10+ features like record types, pattern matching, and global usings.
|
||||
- Always use the latest version C#, currently C# 13 features like record types, pattern matching, and global usings.
|
||||
|
||||
## Error Handling and Validation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user