roslyn:get_file_overview
Analyze C# source files to extract diagnostics summary, type declarations, namespace, and line count in a single operation for comprehensive code understanding.
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 |