Sign in
Code Analysis Team Blog
Options
Email Blog Author
RSS for Posts
Atom
RSS for Comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Search
Tags
ASP.NET
Books
Bugs
C++
Code Analysis
Code Analysis Policy
Code Metrics
CodeCommunit Analysis
Community
Configuration
Custom Rules
Documentation
Exceptions
FAQ
Framework Design Guidelines
FxCop
Releases
Rules
Suppressions
Team System
Tips and Tricks
Tools
tsbt-dev
Visual Studio 2005
Visual Studio 2008
Archive
Archives
July 2010
(1)
April 2010
(1)
March 2010
(3)
November 2008
(1)
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
(5)
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)
MSDN Blogs
>
Code Analysis Team Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Code Analysis Team Blog
FxCop 10.0 is available
Posted
Mon, Jul 26 2010
by
Duke Kamstra
9
Comments
Version 10.0 of FxCop is the version that ships with Visual Studio 2010 Premium. FxCop 10.0 is part of Version 7.1 of the Microsoft Windows SDK for Windows 7 and .NET Framework 4. Instructions Download the Microsoft Windows SDK for Windows 7 and .NET...
Code Analysis Team Blog
Data Flow Analysis Rules in Visual Studio 2010
Posted
Wed, Apr 14 2010
by
Duke Kamstra
2
Comments
This blog post applies to Visual Studio 2010 Premium and Ultimate editions. The content was written by Kevin Blasko one of the developers on the Visual Studio Code Analysis team. The purpose of this blog post is to give you some background on the implementation...
Code Analysis Team Blog
How to write custom static code analysis rules and integrate them into Visual Studio 2010
Posted
Fri, Mar 26 2010
by
Duke Kamstra
5
Comments
This blog explains how to implement your own static code analysis rules for analyzing your .NET (C#, VB.NET, etc) code. The material was written by Todd King, one of the developers on the Visual Studio Code Analysis team. NOTE: Writing custom FxCop...
Code Analysis Team Blog
Comparison of Code Analysis Warnings and Errors - Visual Studio 2008 versus Visual Studio 2010
Posted
Tue, Mar 23 2010
by
Duke Kamstra
2
Comments
This blog compares the Code Analysis warnings and errors generated by Visual Studio 2008 and Visual Studio 2010. Managed Code Analysis Warning / Error Number Description Visual Studio 2008 Team System Visual Studio 2010 Premium CA0001 An...
Code Analysis Team Blog
What’s new in Code Analysis for Visual Studio 2010
Posted
Mon, Mar 22 2010
by
Duke Kamstra
15
Comments
This post summarizes the new functionality you will experience sing the Code Analysis functionality in Visual Studio 2010. Note that Code Analysis is only available in the Premium and Ultimate editions of Visual Studio 2010. Rule Sets In Visual Studio...
Code Analysis Team Blog
Fun with Code Analysis Rule Sets
Posted
Wed, Nov 12 2008
by
cristend
5
Comments
Two weeks ago, I introduced you to Visual Studio 2010 September '08 CTP (Community Technology Preview). This CTP is available as a Virtual PC (VPC) image which can be downloaded at http://go.microsoft.com/fwlink/?LinkId=129231 . The goal of the Community...
Code Analysis Team Blog
New for Visual Studio 2008 SP1 and FxCop 1.36 – Multi-targeting rule
Posted
Mon, Aug 25 2008
by
David M. Kean
1
Comments
I've just published a post over my blog about a new feature we added for Visual Studio 2008 SP1 and FxCop 1.36. New for Visual Studio 2008 SP1 and FxCop 1.36 – Multi-targeting rule
Code Analysis Team Blog
FxCop 1.36 Released!
Posted
Tue, Aug 19 2008
by
brettwo
11
Comments
We are pleased to announce that we've released the next version of FxCop . This release has a number of changes since FxCop 1.36 Beta 2, including, but not limited to, the following: Bug fixes that reduce noise, missing analysis and rule crashes. New...
Code Analysis Team Blog
David Kean's new blog
Posted
Tue, Jun 10 2008
by
David M. Kean
1
Comments
For those that are interested, I've just started a new personal blog, Dave's Box , where I will be talking about FxCop, Framework Design Guidelines, and the recently announced Managed Extensibility Framework . I've just posted a couple of posts detailing...
Code Analysis Team Blog
FxCop 1.35 now available (again) for download
Posted
Fri, Feb 29 2008
by
David M. Kean
12
Comments
We've just uploaded FxCop 1.35 to MSDN Code Gallery after we lost our home on GotDotNet - this is for those teams that either do not want to or just aren't ready to upgrade to FxCop 1.36 Beta . For those that are already using FxCop 1.35, you'll probably...
Code Analysis Team Blog
FAQ: How do I prevent FxCop 1.36 from firing warnings against generated code?
Posted
Thu, Feb 28 2008
by
David M. Kean
6
Comments
I've upgraded from FxCop 1.35 to 1.36 and now FxCop has started to fire warnings against typed DataSets and other generated code. How do I turn this off? The reason this is occurring is because we changed the way that FxCop analyzed generated code. Whereas...
Code Analysis Team Blog
What happened to the download and documentation of FxCop 1.35?
Posted
Tue, Feb 26 2008
by
David M. Kean
9
Comments
Update: You can now download FxCop 1.35 directly from MSDN Code Gallery . As you many you have well noticed, GotDotNet was officially retired last month now that the last of its functionality was superceded by MSDN Code Gallery . Unfortunately, at the...
Code Analysis Team Blog
Tutorial on writing your own Code Analysis rule
Posted
Fri, Jan 18 2008
by
David M. Kean
4
Comments
Jason Kresowaty has posted a great tutorial on writing Code Analysis/FxCop rules . He also spends time on explaining parts of the Introspection API, including the different nodes and their relationship to each other. It's a great read, even if you've...
Code Analysis Team Blog
What do you want to see in the second edition of Framework Design Guidelines?
Posted
Tue, Jan 15 2008
by
David M. Kean
9
Comments
Krzysztof and Brad have announced they are working on the second edition of the awesome Framework Design Guidelines and are looking for feedback on what they should put in it. For those that don't know, a lot of our Code Analysis rules are based on the...
Code Analysis Team Blog
FAQ: Which Code Analysis rules shipped in which version?
Posted
Mon, Jan 7 2008
by
David M. Kean
11
Comments
In response to a lot of recent requests, we've put together a complete list of rules that shipped in the different versions of Visual Studio Code Analysis and FxCop. Attached is an Excel worksheet providing this information for Visual Studio 2005, Visual...
Code Analysis Team Blog
Reporting Code Analysis Defect Counts
Posted
Wed, Jan 2 2008
by
conorm
10
Comments
Code analysis defect counts are available in the cube that is part of the TFS Data Warehouse . This post shows you how to hook up Excel to show code analysis counts in a pivot table . First off you need to connect Excel up to the data warehouse that has...
Code Analysis Team Blog
Come chat with the Code Analysis team tomorrow
Posted
Tue, Dec 4 2007
by
David M. Kean
1
Comments
Join members of the Visual Studio Team System product group to discuss features available in Team Foundation Server, Team Suite, Architecture Edition, Development Edition, Database Edition, and Test Edition. In addition, discuss what's new for these editions...
Code Analysis Team Blog
Try the Code Analysis Rule Sets Feature in the November "Rosario" November 2007 CTP
Posted
Wed, Nov 28 2007
by
conorm
2
Comments
We have a great new feature that we are previewing in Microsoft® Visual Studio® Team System code name “Rosario” November 2007 CTP . This feature allows you to select pre-defined sets of rules to configure code analysis as well...
Code Analysis Team Blog
Positioning Code Metrics to Management
Posted
Wed, Nov 28 2007
by
conorm
6
Comments
Another question that is coming up is: How can (or should) code metrics be presented to management ? My view is that in all cases the metrics are something that can help make decisions around focus and prioritization. Management should be made aware of...
Code Analysis Team Blog
Maintainability Index Range and Meaning
Posted
Tue, Nov 20 2007
by
conorm
17
Comments
Another question: The maintainability index has been re-set to lie between 0 and 100. How and why was this done? The metric originally was calculated as follows: Maintainability Index = 171 - 5.2 * ln(Halstead Volume) - 0.23 * (Cyclomatic Complexity)...
Code Analysis Team Blog
Code Metrics as Check-in Policy
Posted
Fri, Nov 16 2007
by
conorm
10
Comments
This is the first in a series of posts around questions I am getting asked related to code metrics. One question that is coming up is: Can a check-in policy be defined based on code metrics in TFS? Well, code metrics itself does not have a check-in policy...
Code Analysis Team Blog
Code Metrics Customization
Posted
Thu, Nov 15 2007
by
conorm
10
Comments
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...
Code Analysis Team Blog
FxCop 1.36 Beta Released!
Posted
Wed, Oct 10 2007
by
David M. Kean
22
Comments
I'm pleased to announce that we've released a beta of the next version of FxCop . This release has a number of changes since FxCop 1.35, including, but not limited to, the following: 200+ bug fixes that reduce noise, missing analysis and rule crashes...
Code Analysis Team Blog
New for Visual Studio 2008 - Code Metrics
Posted
Wed, Oct 3 2007
by
David M. Kean
39
Comments
While we've already briefly spoken about Code Metrics when we announced it , I thought I would discuss it in a little more depth, in particular the metrics it provides. As mentioned previously, Code Metrics is a new tool window that helps users find and...
Code Analysis Team Blog
New for Visual Studio 2008 - The 'Analyze' menu
Posted
Sat, Sep 22 2007
by
David M. Kean
6
Comments
While Ian Huff has already talked about the new 'Developer' menu that has been added to Visual Studio 2008, I thought I would briefly mention some of the changes to it that were made between Beta 2 and RTM. For those that have yet to see this menu, similar...
Page 1 of 5 (112 items)
1
2
3
4
5