I am going to introduce StyleCop to my C# project, and there seems to be a multitude of ways of doing this. Checking NuGet I can see StyleCopPlus.MSBuild (seems not to be actively developed), StyleCop, StyleCop.Analyzers that all seem to introduce StyleCop to a project. There is also a StyleCop Visual Studio Extension and a StyleCop extension to Resharper.
Is there a recommended way of doing this? A good solution should be actively developed and support new language features.
TLDR: If not using Resharper, there is only one alternative: StyleCopAnalyzers. If using Resharper: stick with that also for Stylecop.