stylecopext


StyleCop Extensions

Overview

The goal of this project is to write extensions for StyleCop that are commonly needed to provide the development community with the level of control over their code and projects that they wish.

Current Rules

Currently we have only the following rule. To request a rule to be implemented click the Issue Tracking at the top and add the rule you desire as a feature. 1. Instance variables require underscore prefix example: private int _id;

Installation Instructions

  1. Close all open instances of Visual Studio
  2. Install Microsoft StyleCop
  3. Download StyleCopExt
  4. Extract the contents of StyleCopExt to C:\Program Files\Microsoft StyleCop 4.3.2.1
  5. Double-click Settings.StyleCop from directory C:\Program Files\Microsoft StyleCop 4.3.2.1
  6. In this window verify that the extensions you desire are checked then click OK
  7. Relaunch Visual Studio.Net

Project Information

Labels:
csharp stylecop microsoft