Skip to content

This release fixes issues for SREs watching stability and regressions.

Published 1mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai claude-code code-analysis c# .net mcp
+2 more
roslyn semantic-analysis

Summary

AI summary

Fixed 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 CS0117 errors, missed references, and false unused-code results for projects with generators (#7)
  • get_source_generators now returns actual generated file names (was empty due to a broken file-path heuristic)
  • get_generated_code now finds generator output (same root cause)

Changed

  • Added internal GetProjectCompilationAsync helper 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

Track pzalutski-pixel/sharplens-mcp

Get notified when new releases ship.

Sign up free

About pzalutski-pixel/sharplens-mcp

58 semantic C#/.NET analysis tools via Roslyn. Navigation, refactoring, find usages, and code intelligence for AI agents.

All releases →

Related context

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]