Welcome to MSDN Blogs Sign in | Join | Help

FxCop 1.35 now available (again) for download

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 notice that we flicked the switch to cause it to prompt you to download FxCop 1.36. We've love you to download it and try it out (it can be installed side-by-side without any issues with FxCop 1.35). If you hit any bugs, issues or just have some feedback about the new or existing versions of FxCop, feel free to head over to the Code Analysis forum and post away.

Published Friday, February 29, 2008 2:11 PM by David M. Kean

Comments

# MSDN Blog Postings » FxCop 1.35 now available (again) for download

Friday, February 29, 2008 10:08 PM by .NETicated

# From the Forums: FXCop 1.35

There have been a number of questions on the MSDN forums about where one might download FXCop version

Saturday, March 01, 2008 11:02 AM by Jason Haley

# Interesting Finds: March 1, 2008

Wednesday, March 05, 2008 2:06 PM by Greg

# FxCop checks

Check that constants are made up only of other constants.  I ran into an ASP.NET application that had a constant that called the framework to get a string from a web.config value.  This caused an exception in the designer (it was an ASP.NET user control) since the designer doesn't know where to get the web.config file.  

One big addition would be to list methods that should be marked private.

Another valuable addition would be to list methods that should be static (i.e., need no member variables or class instance).

We've been cleaning up a 150,000+ line asp.net 1.x application and finding lots of poor coding practices (e.g., duplicate code for each of several hundred finally blocks that needs to close a sql connnection, constants that are not used or used only in 1 place, unreferenced variables, unused properties, functions with no body, etc.)

This would greatly help us given the large amount of cut and paste duplicate code the earlier offshore  team implemented.

Thursday, March 06, 2008 1:03 AM by Bala

# re: FxCop 1.35 now available (again) for download

For Code refactor

Saturday, March 08, 2008 6:43 PM by CoqBlog

# FxCop 1.35 de retour en ligne

Suite à la disparition de GotDotNet, FxCop 1.35 n'était disponible que pour ceux qui en avaient conservé

Wednesday, March 19, 2008 6:31 PM by Brad Abrams

# Stand alone FXCop download

As many of you know, FxCop is static code analysis tool that we originally wrote to ensure the .NET Framework

Friday, March 21, 2008 4:39 PM by Programming

# Stand alone FXCop download

As many of you know, FxCop is static code analysis tool that we originally wrote to ensure the .NET Framework

Tuesday, April 15, 2008 5:32 PM by Holger Velbert

# re: FxCop 1.35 now available (again) for download

Im using FxCop 1,36 beta and i really find FxCop an excellent tool for software diciplin...

... two question concerning vs2005/2008:

which FxCop-version are used in these sw-packages; is there an automated updateprocess?

regards from germany and keep on writing!

holger

Friday, April 25, 2008 9:55 AM by Bart Read

# re: FxCop 1.35 now available (again) for download

I'm sure you're already aware of this, but having just installed the 1.36 beta, I find that I'm unable to open any source file in the Location field by clicking on the hyperlink. For example, this just doesn't work at all:

file:///D:/Work/ANTS%2520Profiler/Trunk/Project/Profiler/Targets/PortableExecutableStatus.cs<75>

The reason is that the %20 gets inserted into the filename you try to open, instead of the required space, so you end up with:

D:\Work\ANTS%20Profiler\Trunk\Project\Profiler\Targets\PortableExecutableStatus.cs

I'm not sure why '25' appears in the URI either.

I know it's probably not the most significant bug find in the world, but believe me, if you're trying to work through issues in a large number of different source files having to open them all by hand in Visual Studio does become very irritating.

Hope this is helpful.

Thanks,

Bart

Friday, April 25, 2008 12:50 PM by David M. Kean

# re: FxCop 1.35 now available (again) for download

Bart,

Thanks for the report - this is a known issue and will be fixed for the RTM of 1.36.

Regards

David

Tuesday, April 29, 2008 7:22 AM by alberto

# re: FxCop 1.35 now available (again) for download

Can you provide an alternate "extract" version besides the installable one?

New Comments to this post are disabled
 
Page view tracker