Sign in
Code Analysis Team Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
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
March 2012
(1)
April 2011
(1)
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)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Code Analysis Team Blog
What’s New in Code Analysis for Visual Studio 2012
Posted
over 1 year ago
by
Vince Smith [MSFT]
15
Comments
Hi Everyone, With the launch of the Beta we would like to tell you about some of the great enhancements we have made to code analysis based on your feedback. Back when we started planning for Visual Studio 2012 we spent a good deal of time talking...
Code Analysis Team Blog
Preventing check-ins to TFS that contain code analysis warnings
Posted
over 2 years ago
by
Andrew B Hall - MSFT
2
Comments
Recently we have received several questions regarding Visual Studio Code Analysis integration with Team Foundation Server’s check-in policy and build server, so I thought it would be helpful to clarify the behavior and expose some relatively hidden...
Code Analysis Team Blog
FxCop 10.0 is available
Posted
over 3 years ago
by
Duke Kamstra
11
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
over 3 years ago
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
over 3 years ago
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
over 3 years ago
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
over 3 years ago
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
over 5 years ago
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
over 5 years ago
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
over 5 years ago
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...
Code Analysis Team Blog
David Kean's new blog
Posted
over 5 years ago
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
over 5 years ago
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
over 5 years ago
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
over 5 years ago
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...
Code Analysis Team Blog
Tutorial on writing your own Code Analysis rule
Posted
over 5 years ago
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...
Code Analysis Team Blog
What do you want to see in the second edition of Framework Design Guidelines?
Posted
over 5 years ago
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...
Code Analysis Team Blog
FAQ: Which Code Analysis rules shipped in which version?
Posted
over 5 years ago
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
over 5 years ago
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
over 6 years ago
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
over 6 years ago
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
over 6 years ago
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
over 6 years ago
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
over 6 years ago
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...
Code Analysis Team Blog
Code Metrics Customization
Posted
over 6 years ago
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
over 6 years ago
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...
Page 1 of 5 (114 items)
1
2
3
4
5