dotnet / roslynator

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

Microsoft.CodeAnalysis.FxCopAnalyzers #609

Open alexsandro-xpt opened 5 years ago

alexsandro-xpt commented 5 years ago

What is benefice between Roslynator.Analyzers and https://github.com/dotnet/roslyn-analyzers

It's recommended work with both together?

adam-c-anderson commented 4 years ago

Also curious about this. After the latest VS 2019 update, I got a nice nag banner at the top to install Microsoft's FxCop analyzers.

I have faith the analyzers here are well-maintained and thorough, but a definitive answer in some form in the README or a FAQ would probably save a lot of time for a lot of people!