FxCop

FxCop

FxCop is a free static code analysis tool from Microsoft that checks .NET managed code assemblies for conformance to Microsoft's .NET Framework Design Guidelines. Unlike the Lint programming tool for the C programming language, FxCop analyzes the compiled object code, not the original source code. It uses MSIL parsing, and callgraph analysis to inspect assemblies for more than 200 defects in the following areas:

* Correctness
* Library design
* Localization
* Naming conventions
* Performance
* Security

FxCop includes both GUI and command line versions of the tool. Microsoft Visual Studio 2005 and Visual Studio 2008 Team System Development Editions both include a "Code Analysis" feature based on FxCop.

Overview

FxCop provides a tool to help developers to follow their company's coding standards. FxCop does code analysis to check whether the new code is compliant with the coding standards, naming conventions followed by the company. FxCop will ensure that the specified rules are used in the coding or not.

ee also

* StyleCop

External links

* [http://code.msdn.microsoft.com/codeanalysis Code Analysis tools (including FxCop)]
* [http://msdn2.microsoft.com/en-us/library/bb429476.aspx FxCop home page]
* [http://blogs.msdn.com/fxcop/ FxCop blog]
* [http://www.informit.com/articles/article.aspx?p=170717 FxCop: Policing Code Correctness] - Addison-Wesley
* [http://www.microsoft.com/downloads/details.aspx?FamilyID=9aeaa970-f281-4fb0-aba1-d59d7ed09772&DisplayLang=en FxCop v1.36 from Microsoft]


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать курсовую

Look at other dictionaries:

  • FxCop — Тип Статический анализ кода Разработчик Microsoft Операционная система Windows Последняя версия 10.0 (26 июля 2010) Сайт msdn.microsoft.com …   Википедия

  • FxCop — Entwickler Microsoft Corp. Aktuelle Version 10.0 Betriebssystem Windows Kategorie Statische Code Analyse Lizenz …   Deutsch Wikipedia

  • FxCop — Desarrollador gotdotnet Página oficial FXCop Información general Última versión estable 1.36 (beta) 10 de octubre de …   Wikipedia Español

  • FxCop Microsoft — FxCop est un outil Microsoft gratuit qui analyse le code MSIL pour vérifier qu il est conforme aux recommandations du Framework .NET. Il comporte un ensemble de règles qui permettent notamment d améliorer la structure des programmes produits dans …   Wikipédia en Français

  • SharpDevelop — Bildschirmfoto der Version 2.0 Basisdaten Entwickler IC#Code Aktuelle Version …   Deutsch Wikipedia

  • Sharp Develop — SharpDevelop2 Screenshot der SharpDevelop IDE Basisdaten Entwickler: IC#Code Aktuelle Version: 3.0.0 (10. Februar 20 …   Deutsch Wikipedia

  • Auditoría de código de aplicaciones — Saltar a navegación, búsqueda Es el proceso de revisar el código de una aplicación para encontrar errores en tiempo de diseño. Motivos para auditar el código de una aplicación La auditoría de código es parte del ciclo de vida en el desarrollo de… …   Wikipedia Español

  • List of tools for static code analysis — This is a list of significant tools for static code analysis.Historical products* Lint the original static code analyzer of C code.Open source or Noncommercial products .NET (C#, VB.NET and all .NET compatible languages) *… …   Wikipedia

  • StyleCop — is a free 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 …   Wikipedia

  • MSBuild — Développeur Microsoft Environnement …   Wikipédia en Français

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”