get_file_overview
Summarize a C# file's contents: list defined types and compiler diagnostics without reading the full source. Handles .cs and .razor/.cshtml files, resolving markup to its generated C# document.
Instructions
Get a summary of a C# file: which types are defined in it and any compiler diagnostics. Useful for quickly understanding a file's contents without reading it. Also accepts .razor/.cshtml markup, resolving it to the C# document its source generator produced.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Full path to the source file (.cs, or .razor/.cshtml) |