roslyn:get_file_overview
Retrieve a comprehensive overview of a C# source file including diagnostics, type declarations, namespace, and line count in a single 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 |