roslyn:get_file_overview
Get a C# file overview in one 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 |