roslyn:get_file_overview
Get a comprehensive file overview including diagnostics summary, type declarations, namespace, and line count in one call.
Instructions
Get comprehensive file overview in ONE CALL: diagnostics summary + type declarations + namespace + line count.
USAGE: get_file_overview("path/to/MyClass.cs")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Absolute path to source file |