We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53962fd commit 553ad6bCopy full SHA for 553ad6b
AGENTS.MD
@@ -434,7 +434,7 @@ public class YourField : ContentField
434
- Use `sealed` for classes that should not be inherited
435
- Use file-scoped namespaces
436
- Prefer collection expressions (`[]`) over `new List<T>()`
437
-- Avoir use of primary constructors
+- Avoid use of primary constructors
438
439
### Naming Conventions
440
0 commit comments