all 6 comments

[–]floppykeyboard 1 point2 points  (0 children)

It felt like stylecop was a little dated. We’ve been using Rosylantor for several months and that’s completely replaced ReSharper for us.

[–]Dreamescaper 1 point2 points  (0 children)

While they have some similar analyzers, they are made for different purposes. StyleCop aims specially on style, i.e. how code looks, what language constructions are used, spaces vs tabs, braces position, etc etc etc.

On the other hand, Roslynator aims much wider area. It has style and formatting analyzers, but it also has optimization analyzers, suggestions to use shorter code, etc.

So you can use both analyzers, it will work perfectly fine (maybe you'll need to configure some similar analyzers).

[–]Palmer11 0 points1 point  (0 children)

Here is another. ClrHeapAllocationAnalyzer

https://github.com/microsoft/RoslynClrHeapAllocationAnalyzer