Related resources for FxCop
  • FxCop Integration into VS.NET4/18/2024 1:17:24 PM. In this article, I give a brief introduction to the FXCop tool, followed by steps to integrate the tool in VS.NET IDE. I have also identified benefits and limitations of integration.
  • Best Practices of Coding11/12/2013 12:09:13 PM. This document covers a few recommendations to leverage the quality of the code in .NET using FXCop 1.30 and how to write custom rules through an introspection engine.
  • 7 Steps to Write Your Own Custom Rule using FXCOP10/20/2012 2:55:04 AM. FXCOP is one of the legendary tools which help us automate reviews using set of rules against compiled assemblies. This article will discuss some basics of FXCOP and then concentrate mainly on how we can add custom rules in FXCOP.
  • Installation and configuration for FxCop tool4/11/2011 4:16:36 AM. Today I am going to explain about the installation and configuration for fxcop tool.
  • Code Analysis using VS.Net 20102/3/2011 1:52:29 AM. The Code Analysis tool is available as part of Visual Studio. When we enable code analysis, our code is validated against the rule defined in Microsft FxCop (current version is 1.36).
  • C# Code reviews using StyleCop11/14/2008 6:22:54 AM. In this article we will discuss an upcoming code review tool StyleCop. We will understand the basics and do a small sample of code review practically to understand how StyleCop works.
  • Software Design Guidelines for .NET9/3/2008 12:48:06 AM. Through this article I will attempt to break down this fire breathing dragon. And hopefully at the end of it, you would feel confident of riding this dragon towards glory and respect.
  • Learning Visual Studio 2005 IDE - Integrated FxCop and Accessibility Options9/1/2006 1:32:17 AM. Visual Studio 2005 IDE brings you many new and updated features and Project Properties dialog is one of the areas where you will see some new additions. In this article, I will discuss Accessibility and FxCop features of Project Properties dialog.