Skip to content

StyleCop/StyleCop.ReSharper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ac2f67d · Jan 17, 2025
Apr 5, 2021
Jul 25, 2017
Jan 17, 2025
Jan 31, 2023
Dec 8, 2019
Feb 4, 2023
Jan 17, 2025
Feb 1, 2023
Dec 11, 2023
Nov 16, 2021
Apr 5, 2021
Apr 12, 2023
Dec 11, 2023
Apr 12, 2023
Jun 26, 2024
Nov 16, 2021
Jun 30, 2022

Repository files navigation

Obsolete

Warning

This extension is deprecated and won't receive any updates (except for compatibility) due to the discontinuation of the original StyleCop project. Please visit their repository for further considerations.

StyleCop for ReSharper

ReSharper

StyleCop analyzes C# source code to enforce a set of style and consistency rules. StyleCop for ReSharper is an extension for ReSharper that will run StyleCop analysis as you type, display the violations inline in the editor and provide quick fixes for some violations. It will also configure ReSharper to use default settings that match StyleCop rules.

Gitter

About this repo

The code in this repo is the ReSharper extension taken from the GitHub StyleCop repo, which is itself an unofficial fork of the StyleCop project hosted at CodePlex.

The CodePlex project was maintained by Andy Reeves for several years, and was on indefinite hiatus from March 2014 until recently, when @csdahlberg took over and restarted development.

The GitHub fork and the CodePlex fork have been independently developed, although the changes don't appear to overlap. The GitHub repo concentrated on updating the ReSharper extension, while the CodePlex repo has been making changes to StyleCop itself. Hopefully, these changes can be reconciled (it's more complicated than just a pull request - for example, the CodePlex repo is still on Mercurial).