Visual Studio Code Analysis and Code Metrics
Discuss issues regarding FxCop and Visual Studio's Code Analysis features, including both Managed and C/C++ Code Analysis, Code Analysis Policy and Code Metrics.
Announcements
- Link
What's new in Code Analysis for Visual Studio 2010
Please see our blog for a description of the new Code Analysis functionality available in Visual Studio 2010: http://blogs.msdn.com/codeanalysis/archive/2010/03/22/what-s-new-in-code-analysis-for-visual-studio-2010.aspx - Link
FxCop Version 10.0 is available
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 Framework 4 Version 7.1
- Using elevated privileges execute FxCopSetup.exe from the %ProgramFiles%\Microsoft SDKs\Windows\v7.1\Bin\FXCop folder.
- Link
This Forum Has Been Retired
This forum has been locked; it will still be available for review in the Archived Forums folder. Any future posts on this topic should be put in the Visual Studio Debugger forum.
- Link
Frequently Asked Questions (FAQ)
Following is a collection of Frequently Asked Questions (FAQ) regarding PreFAST, FxCop, Managed Code Analysis and Code Metrics.
Visual Studio 2010 Rule Sets
Question: How do I ensure that the same code analysis rule set is used for all the projects developed by my team(s)?
Answer: See JB Browns blog post on this topic.
Rule Behavior
Question: Why does FxCop generate violations against itself?
Answer: Answered on the FxCop blog.
Question: Why do some sources recommend extending ApplicationException while FxCop does not?
Answer: Answered on the FxCop blog.
Question: Why does FxCop ignore my in-code (SuppressMessageAttribute) suppressions?
Answer: Answered on the FxCop blog.
Question: Why does DoNotExposeGenericLists recommend that I expose Collection<T> instead of List<T>?
Answer: Answered on the FxCop blog.
Question: How do I indicate to DoNotDeclareReadOnlyMutableReferenceTypes that a type is immutable?
Answer: Answered on the FxCop blog.
Custom Rule Development
Question: How do I integrate my custom FxCop rules into Visual Studio 2010?
Answer: Answered on the FxCop blog.
Question: Where is the official FxCop custom rules SDK?
Answer: There is currently no official custom rules SDK developed by Microsoft. The primary reason is that we are currently rewriting key components of the FxCop metadata reader and data flow analysis engine. This work guarantees that rules written today will need to be modified or entirely re-written in the future. Rules developers who have been working in FxCop for the past few years can attest to the fact that every release has involved some churn in the custom rules API. Each release readme contains detailed information about porting existing rules to the latest architecture.
As soon as the FxCop metadata and other relevant API stabilize sufficiently, we will develop an official FxCop custom rules SDK with samples demonstrating common patterns written in several languages. Until then, there are several resources available to custom rules developers:
· This forum. Post your rules development questions here.
· Rules samples uploaded to the MSDN Code Gallery. Search for 'FxCop'.
· Rules samples developed externally. Search the web for 'fxcop' and 'rules'
· Visit the custom rules category on the FxCop blog
Question: How do I integrate custom rules with Visual Studio?
Answer: Answered on the FxCop blog.
Question: How do I access the locals for a method?
Answer: Answered on the FxCop blog.
Filtering and SortingUse these options to narrow down the question and discussion list.
- 8239939

Tell me what kind of Custom Rule you want to write!!!
Joe Rohde Wednesday, July 04, 2007 1:35 AM - 954176

FxCop 1.36 Released!
Haiying Xu - MSFTMicrosoft EmployeeTuesday, August 19, 2008 8:41 PM - 025617

FxCop Blogs
David M. KeanMicrosoft EmployeeThursday, April 13, 2006 2:06 PM - 28829

FxCopCmd.exe exit codes
acyment Tuesday, July 03, 2007 5:54 PM - 69498

Question about CA1819: PropertiesShouldNotReturnArrays
Pure Krome Sunday, January 29, 2006 3:48 AM - 31654

VS2012 Code Analysis Window Doesn't Work
Scott C Parillo Sunday, December 02, 2012 4:35 PM - 92520

VS2012 Impacts VS2010 Code Analysis?
Scott C Parillo Tuesday, November 20, 2012 12:42 AM - 11818

Daily, weekly, monthly, yearly sales report in crystal report.
Wil sara Thursday, December 06, 2012 11:52 AM - 41541

VS 2012 / FxCop / Spelling
MIrle Wednesday, December 05, 2012 11:39 AM - 31790

Code Coverage with VSTools using Visual Studio 2010
_Pankaj Tuesday, November 27, 2012 3:27 AM - 34036

Prefast not detecting SAL errors
John Thewlis Wednesday, September 07, 2011 3:29 PM - 73730

How does VS 2010 and VS 2012 know which version of fxcopcmd.exe to use?
StevenIBSI Friday, September 21, 2012 8:13 PM - 21485

Code Analysis errors are not showing line details in Vsts 2012
Sirisha M Tuesday, November 27, 2012 1:17 PM - 112117

FxCop 10 report with absent exclusions in source information
Peter Brightman Tuesday, October 16, 2012 1:27 PM - 31612

FxCop custom rule to check the use of property
damiano626 Monday, November 19, 2012 2:53 PM - 11375

How to know the method that hangs in .net process built on release
sak.saw Sunday, November 18, 2012 2:32 PM - 27741

FxCop update for VS 2012 and .NET 4.5
Carel.Lotz Friday, September 14, 2012 9:21 AM - 11415

ReviewSqlQueriesForSecurityVulnerabilities Missing Rule
Khalid Ashraf Friday, November 16, 2012 5:10 PM - 21771

Code Analysis Error CA0001: An unknown error occurred while running Code Analysis
Arhiannas Tuesday, November 06, 2012 7:43 PM - 2820751

Code metrics for unmanaged C++ code?
Anchy Wednesday, October 08, 2008 10:15 AM - 31376

How can I integrating latest Window SDK developer tools with VS 2008 professional edition so that I can use the \Analyze Static code analysis feature.
27Prac Wednesday, October 31, 2012 11:32 AM - 67067

FxCop 1.36: 'Referenced assembly could not be found' for assemblies in GAC
jonwithoutanh Thursday, October 02, 2008 7:37 PM - 11618

"Object is currently in use elsewhere" error for picturebox
TrinetteK Monday, October 22, 2012 7:32 AM

