StyleCop

StyleCop
Original author(s) Microsoft
Developer(s) andyr
Stable release 4.7.49 / January 5, 2012 (2012-01-05)
Preview release 4.7.51 / March 13, 2016 (2016-03-13)
Development status Active
License Microsoft Public Licence
Website https://stylecop.codeplex.com/

StyleCop is an open source static code analysis tool from Microsoft that checks C# code for conformance to StyleCop's recommended coding styles and a subset of Microsoft's .NET Framework Design Guidelines. StyleCop analyzes the source code, allowing it to enforce a different set of rules from FxCop (which, instead of source code, checks .NET managed code assemblies).[1][2] The rules are classified into the following categories:

StyleCop includes both GUI and command line versions of the tool. It is possible to create new rules to be used.

StyleCop was re-released as an open source project in April 2010 at http://stylecop.codeplex.com.

See also

References

  1. Patton, Tony (June 24, 2011). "Maintain code consistency with Microsoft StyleCop". Blogs / Software Engineer. TechRepublic. Retrieved December 10, 2011.
  2. Chinery, Clive (July 30, 2009). "8 More Useful Tools for ASP.NET". ASP .Net. Server-Side Magazine. Retrieved December 10, 2011.

External links

This article is issued from Wikipedia - version of the Wednesday, April 20, 2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.