roslyn:get_file_overview
Obtain a complete overview of a C# source file with a single call: diagnostics summary, type declarations, namespace, and line count.
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 |