Analyzes C# code using the Roslyn compiler platform to validate files, find symbol references, and perform static analysis.
Roslyn Code Analysis is a Model Context Protocol (MCP) server leveraging the Roslyn compiler platform to provide robust C# code analysis. It validates C# files for syntax errors, semantic issues, and compiler warnings, and can locate all usages of a symbol across a project. Operating within the context of a .NET project, the tool also supports running Microsoft recommended code analyzers to ensure code quality and adherence to best practices.