StyleCop 4.7.7.0 released

Stylecop 4.7.7.0 has been released at

The release announcement reads:

"

Updated release "4.7" for project stylecop

This is now compatible with the Visual Studio 11 Preview.

Install order should be:

  • VS10
  • VS11
  • R#6.1.1 msi (for VS10)
  • R#6.1.1 vsix (for VS11)
  • StyleCop 4.7.4.0 (or later)

This version is now compatible with R# 5.1 (5.1.3000.12), R# 6.0 (6.0.2202.688), R# 6.1 (6.1.37.86) and R# 6.1.1 (6.1.41.36) available from

Here are the bug details for and issues (over 20 issues fixed since 4.6)

Here are the bug details for all issues since 4.3.3.0 that have been and (over 350 fixes).

Release Notes 4.7.7.0 - added detection of R# versions. Added support for R# 6.1 RTM 4.7.6.0 - has MaxViolationCount and AutoUpdate options moved into the StyleCop.Settings file."

This article is part of the GWB Archives. Original Author: TATWORTH

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.