Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Code Analysis Team Blog
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
I want to...
File a bug/suggestion
Ask us a question
Get our latest bits
Download tools, samples and power toys
Tags
ASP.NET
Books
Bugs
C++
Code Analysis
Code Analysis Policy
Code Metrics
CodeCommunit Analysis
Community
Configuration
Custom Rules
Documentation
Dogfooding
Exceptions
FAQ
Framework Design Guidelines
FxCop
Releases
Rules
Suppressions
SuppressUnmanagedCode
Team Build
Team System
Tips and Tricks
Tools
tsbt-dev
Visual Studio 2005
Visual Studio 2008
y
Recent Posts
New for Visual Studio 2008 SP1 and FxCop 1.36 – Multi-targeting rule
FxCop 1.36 Released!
David Kean's new blog
FxCop 1.35 now available (again) for download
FAQ: How do I prevent FxCop 1.36 from firing warnings against generated code?
Archives
August 2008 (2)
June 2008 (1)
February 2008 (3)
January 2008 (4)
December 2007 (1)
November 2007 (5)
October 2007 (2)
September 2007 (3)
August 2007 (4)
July 2007 (4)
May 2007 (7)
April 2007 (3)
March 2007 (2)
February 2007 (8)
January 2007 (9)
December 2006 (4)
November 2006 (2)
October 2006 (3)
September 2006 (2)
August 2006 (3)
July 2006 (1)
June 2006 (6)
May 2006 (3)
April 2006 (7)
March 2006 (3)
June 2004 (2)
May 2004 (2)
April 2004 (1)
March 2004 (3)
February 2004 (2)
January 2004 (4)
Browse by Tags
All Tags
»
Visual Studio 2...
»
Configuration
(RSS)
Code Analysis
Code Analysis Policy
Code Metrics
Rules
Team Build
Team System
Tips and Tricks
tsbt-dev
Thursday, November 15, 2007 11:54 PM
Code Metrics Customization
A number of people have asked: Is there a way to customize the existing code metrics or add additional ones? The simple answer at this time is No. There are no extension points or customizations available at this time for code metrics. This
Posted by
conorm
|
9 Comments
Filed under:
Visual Studio 2008
,
Configuration
,
Code Metrics
,
tsbt-dev
Thursday, September 20, 2007 7:00 AM
New for Visual Studio 2008 - Code Analysis Policy improvements
One not very well known feature that lights up when connected to a Team Foundation Server, is the ability to enforce that Code Analysis be run before every check-in. Called a Code Analysis Policy , this feature allows your team to find and fix Code Analysis
Posted by
David M. Kean
|
11 Comments
Filed under:
Team System
,
Visual Studio 2008
,
Code Analysis
,
Configuration
,
Code Analysis Policy
,
tsbt-dev
Monday, August 20, 2007 7:00 AM
New for Visual Studio 2008 - Custom Dictionaries
Once you turn on the new spelling rules that we've added to Visual Studio 2008, you will want to start to customize the words that it fires on; this is where the new custom dictionary support comes in. A custom dictionary in its basic form, similar to
Posted by
David M. Kean
|
10 Comments
Filed under:
Rules
,
Team System
,
Visual Studio 2008
,
Code Analysis
,
Configuration
,
tsbt-dev
Sunday, August 12, 2007 7:00 AM
New for Visual Studio 2008 - Spelling rules
Surprisingly, one the biggest requests for Code Analysis in Visual Studio 2005 was to include the spelling rules that shipped with the FxCop standalone. We had Microsoft consultants tell us that they actually had trouble moving some customers from FxCop
Posted by
David M. Kean
|
13 Comments
Filed under:
Rules
,
Team System
,
Visual Studio 2008
,
Code Analysis
,
Configuration
,
tsbt-dev
Wednesday, August 08, 2007 8:00 AM
$(CodeAnalysisTreatWarningAsErrors) MSBuild property
For Visual Studio 2008, we have added a new MSBuild property that allows you to easily treat all Code Analysis warnings as build errors. This can be useful for example, if you want to force that any firing of a Code Analysis rule to break the build during
Posted by
David M. Kean
|
2 Comments
Filed under:
Team System
,
Visual Studio 2008
,
Code Analysis
,
Configuration
,
Team Build
Tuesday, May 08, 2007 8:00 AM
TIP: How to change the (Orcas) Managed Code Analysis naming/design rules to fire on internals
A while ago I mentioned that FxCop (and hence Managed Code Analysis) naming and design rules only fire on publicly visible types and members. As you may recall, there were a couple of reason for this: The .NET Framework Design Guidelines , which FxCop/Managed
Posted by
David M. Kean
|
1 Comments
Filed under:
Rules
,
Tips and Tricks
,
Team System
,
Visual Studio 2008
,
Code Analysis
,
Configuration