Jump to content

StyleCop: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
per tfd
Updated location of project.
Line 20: Line 20:
StyleCop includes both [[GUI]] and command line versions of the tool. It is possible to create new rules to be used.
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 .
StyleCop was re-released as an open source project in April 2010 on codeplex.com and has since moved to https://github.com/StyleCop .


==See also==
==See also==
Line 30: Line 30:


==External links==
==External links==
*{{Official website|stylecop.codeplex.com}}
*{{Official website|https://github.com/StyleCop }}
*[http://blogs.msdn.com/sourceanalysis Legacy Microsoft-hosted StyleCop blog]
*[http://blogs.msdn.com/sourceanalysis Legacy Microsoft-hosted StyleCop blog]



Revision as of 20:27, 18 May 2017

StyleCop
Original author(s)Microsoft
Developer(s)andyr
Stable release
4.7.55 / November 10, 2016; 8 years ago (2016-11-10)
LicenseMicrosoft Public Licence
Websitestylecop.codeplex.com

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

  • Documentation
  • Layout
  • Maintainability
  • Naming
  • Ordering
  • Readability
  • Spacing

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 on codeplex.com and has since moved to https://github.com/StyleCop .

See also

References

  1. ^ "A Brief History Of C# Style". Retrieved 2016-07-19.
  2. ^ Patton, Tony (June 24, 2011). "Maintain code consistency with Microsoft StyleCop". Blogs / Software Engineer. TechRepublic. Retrieved December 10, 2011.
  3. ^ Chinery, Clive (July 30, 2009). "8 More Useful Tools for ASP.NET". ASP .Net. Server-Side Magazine. Retrieved December 10, 2011.