List of code inspections
I'm looking for a full list of issue types that can be produced by InspectCode from ReSharper CLT. Running on a project gives me a list of issue types. For instance:
<IssueType Id="ArrangeAccessorOwnerBody" Category="Code Style" CategoryId="CodeStyleIssues" SubCategory="Use preferred body style" Description="Use preferred body style: Convert to property, indexer or event with preferred body style" Severity="SUGGESTION" WikiUrl="https://www.jetbrains.com/resharperplatform/help?Keyword=ArrangeAccessorOwnerBody" />
This is great, but I'd like a full list instead. If this cannot be found publically, receiving such a list by email containing issues in the current version would help a lot.
Thanks in advance!
Please sign in to leave a comment.
Hi Maikel!
Use --dumpIssuesTypes command line parameter.
https://www.jetbrains.com/help/resharper/InspectCode.html#d2506335e410
Hi Slava! Thanks a lot, that's exactly what I was looking for. I'm not sure how I missed it in the first place.