The XmlDocumentationComments.Analyzers package has not been updated since 2016 and I'm unable to figure out if it's been replaced by a different one or something else?
This package has been deprecated and the rules within it have been moved to different package(s). Which specific rule are you looking for?
Any having to do with XML documentation.
Tagging @sharwell - I believe your best bet for xml documentation related syntax analyzers is StypeCopAnalyzers
We also have DotNetAnalyzers.DocumentationAnalyzers with some additional rules and refactorings.
I tried StyleCop.Analyzers but getting it down to just the documentation rules was driving me nuts. I'll need to give DotNetAnalyzers.DocumentationAnalyzers a look, thanks!
I'm using DotNetAnalyzers.DocumentationAnalyzers for now so I'm closing this.
@SamuelEnglard please feel free to file issues on that repository if you think of new rules that could be valuable.