Welcome to MSDN Blogs Sign in | Join | Help

FxCop 1.35 Released!

We are pleased to announce the release of FxCop 1.35. Please visit http://www.gotdotnet.com/team/fxcop to download it.

Changes since FxCop 1.32:

  • FxCop now only runs on .NET Framework 2.0, however, it supports analyzing all versions of .NET Framework.
  • Support for in source suppression via the SuppressMessageAttribute* (.NET 2.0 only).
  • New WiX-based installer
  • Ability to search GAC for missing references
  • New rule – Design\ExceptionsShouldBePublic
  • New rule – Usage\AttributeStringLiteralsShouldParseCorrectly
  • New rule – Security\SecurityTransparentAssembliesShouldNotContainSecurityCriticalCode
  • New rule – Security\SecurityTransparentCodeShouldNotAssert
  • New rule – Security\SecurityTransparentCodeShouldNotReferenceNonPublicSecurityCriticalCode
  • Noise reduction against generated code and C++/CLI

*In source suppression allows the exclusion of FxCop messages to be expressed in source by applying the System.Diagnostics.CodeAnalysis.SuppressMessageAttribute to the relevant source item. Alternatively the attribute can be applied at the assembly level, specifying the target and scope of the suppression.

 

To obtain a well-formed SuppressMessageAttribute in FxCop, simply right-click on the message and choose Copy As -> SuppressMessage or Copy As -> Module-level SuppressMessage.

 

For more information about in-source suppression, see In Source Suppression Overview.

Published Friday, June 23, 2006 2:25 PM by David M. Kean

Comments

Friday, June 23, 2006 7:26 PM by Managed from down under

# FxCop 1.35 Released!

Saturday, June 24, 2006 5:06 PM by Sam Gentile

# New and Notable 104

You know what? Owning a pool really sucks-). Oh, it’s great to go in but not a lot of fun spending most...
Sunday, June 25, 2006 6:49 AM by CoqBlog

# FxCop 1.35 disponible

Sorti depuis début avril en Release Candidate, la version finale de FxCop 1.35 est maintenant...
Monday, June 26, 2006 11:32 PM by 米田 Blog ( SQL Server MEMO )

# FxCop 1.35公開

FxCop 1.35公開
Thursday, June 29, 2006 4:29 AM by gjfgj

# re: FxCop 1.35 Released!

dgf
Thursday, June 29, 2006 8:35 PM by Visual Studio Managed Code Analysis (FxCop)

# FxCop 1.35 and MSDN Wiki [David Kean]

One thing you might notice from today, is that when you fire up FxCop 1.35, the rule URLs are now redirecting...
Friday, June 30, 2006 8:45 AM by RHarding

# re: FxCop 1.35 Released!

Can I update FxCop in Visual Studio 2005 with this version, ( is this version "better" than whats in Vs2005? ).

If not, can I import the new rules into Vs2005 atleast?
Friday, July 07, 2006 3:34 PM by Stu

# re: FxCop 1.35 Released!

It's great that a newer version has come out and is running on 2.0.  However, I don't have 2.0 installed and was looking for the 1.32 version that will run under 1.1.

Where can I get that?
Friday, July 07, 2006 3:41 PM by David M. Kean

# re: FxCop 1.35 Released!

Stu,

You only need to install the .NET Framework 2.0. FxCop 1.35 supports analyzing both .NET 1.x and 2.0 assemblies. We do not recommend using FxCop 1.32 as it gives incorrect advice for some security rules, plus 1.35 has a heap of bugs fixes.

Regards

David
Wednesday, July 12, 2006 12:22 AM by Visual Studio Managed Code Analysis (FxCop)

# FAQ: Why is FxCop 1.32 not available for download?

We have had a lot of users contacting us since we released FxCop 1.35, asking for a link to be able to...
Sunday, October 01, 2006 2:33 AM by Sam Gentile

# New and Notable 104

You know what? Owning a pool really sucks-). Oh, it’s great to go in but not a lot of fun spending
Thursday, October 12, 2006 12:50 PM by Visual Studio Managed Code Analysis (FxCop)

# FAQ: Why is FxCop 1.32 not available for download? [David Kean]

We have had a lot of users contacting us since we released FxCop 1.35 , asking for a link to be able

Thursday, October 12, 2006 12:50 PM by Visual Studio Managed Code Analysis (FxCop)

# FxCop 1.35 rule documentation now on MSDN Wiki [David Kean]

One thing you might notice from today when you fire up FxCop 1.35 , is that the rule URLs are now redirecting

New Comments to this post are disabled
 
Page view tracker