This release fixes issues for SREs watching stability and regressions.
Published 1mo
MCP Developer Tools
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
ai
claude-code
code-analysis
c#
.net
mcp
+2 more
roslyn
semantic-analysis
Summary
AI summaryFixed source generator output not being included in compilations, eliminating phantom CS0117 errors and false unused-code results.
Full changelog
Fixed
- Source generators weren't being run — tools queried a pre-generator compilation, causing phantom
CS0117errors, missed references, and false unused-code results for projects with generators (#7) get_source_generatorsnow returns actual generated file names (was empty due to a broken file-path heuristic)get_generated_codenow finds generator output (same root cause)
Changed
- Added internal
GetProjectCompilationAsynchelper that runs source generators and caches the result per project - All 17 internal compilation callers migrated to use the helper
- Compilation cache invalidated on
load_solution,sync_documents, and after code-writing tools
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About pzalutski-pixel/sharplens-mcp
58 semantic C#/.NET analysis tools via Roslyn. Navigation, refactoring, find usages, and code intelligence for AI agents.
Related context
Related tools
Earlier breaking changes
- v1.5.3 `health_check` response now uses `{success, data, meta}` envelope; callers must read `data.status` instead of `status`.
Beta — feedback welcome: [email protected]