Skip to content
Open
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ exceptions: |
8. DO NOT question RequestContent/RequestContext overloads on protocol methods.
9. DO NOT suggest adding a 'Create' prefix to model factory methods or replacing them with a builder pattern.
10. DO NOT suggest renaming or refactoring serialization methods such as JsonModelCreateCore, or suggest consolidating serialization logic across models. These are accepted generated patterns.
11. DO NOT suggest hiding or removing Equals(object) overrides on extensible enum structs. These overrides are part of the accepted struct equality pattern.