dotnet / roslynator

Roslynator is a set of code analysis tools for C#, powered by Roslyn.
https://josefpihrt.github.io/docs/roslynator
Other
3.04k stars 251 forks source link

Add SARIF output for CLT #949

Open ruudschouten opened 2 years ago

ruudschouten commented 2 years ago

Static Analysis Results Interchange Format (SARIF) is a standardized format to output static code analysis results. With it, you can easily upload it onto a SARIF viewer, to get clear insight of the issues that popped up. Would it be possible to add a SARIF output option to the command line tool?

amirvenus commented 7 months ago

Would be great to have an update on this now that the MS documentation has referenced this library.