Microsoft Source Analysis for C#

| | Comments (0) | TrackBacks (0)

Microsoft Source Analysis for C#

Source Analysis, also known as StyleCop, analyzes C# source code to enforce a set of best practice style and consistency rules. It can be run from inside of Visual Studio or integrated into an MSBuild project

[Download]

Microsoft FxCop 1.36

FxCop is a code analysis tool that checks .NET managed code assemblies for conformance to the Microsoft .NET Framework Design Guidelines. It uses MSIL parsing, and callgraph analysis to inspect assemblies for more than 200 defects in the following areas:

  • Library design
  • Globalization
  • Naming conventions
  • Performance
  • Interoperability and portability
  • Security
  • Usage

[Download]

0 TrackBacks

Listed below are links to blogs that reference this entry: Microsoft Source Analysis for C#.

TrackBack URL for this entry: http://www.iwebthereforeiam.com/mt-tb.cgi/1699

Leave a comment

About this Entry

This page contains a single entry by Hugh Brown published on June 5, 2008 11:47 PM.

Jeff Richter on the CLR Asynchronous Programming Model was the previous entry in this blog.

C# Query Expressions and Supporting Features in C# 3.0 is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.