find_naming_violations
Checks .NET code for naming convention violations like PascalCase, camelCase, interface prefix, and private field prefix, returning violations grouped by rule.
Instructions
Check .NET naming convention compliance: PascalCase types/methods/properties, camelCase parameters, I-prefix interfaces, _ prefix private fields. Returns an envelope with items, totalCount, truncated, limit (default 500), and a byRule summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (default: 500). Items are sorted by rule, then file. | |
| project | No | Optional project name filter |