Add Roslynator (C#) support to report-converter #3764
Labels
enhancement 🌟
other-analyzer 💬
Analysers which CodeChecker offers only report conversion of, but no driving
report-converter 🔄
tools 🛠️
Meta-tag for all the additional tools supplied with CodeChecker: plist2html, tu_collector, etc.
Milestone
Currently C# is not supported by CodeChecker. I have tested multiple options and I think Roslynator is a great tool to analyze C# projects:
The Roslynator project contains several analyzers built on top of Microsoft Roslyn. It also provides a .NET tool for running Roslyn code analysis from the command line. It is not limited to Microsoft and Roslynator analyzers, it supports any Roslyn anaylzer. It can also report MSBuild compiler diagnostics.
The text was updated successfully, but these errors were encountered: