Share via


FxCop 1.30 released [Jeffrey van Gogh]

Hi All,

We just released FxCop 1.30! Please visit https://www.gotdotnet.com/team/fxcop/ to download it.

main features:

-No more locks on assemblies or pdbs
-Ability to resolve missing dependencies
-Ability to analyze just about anything running just about anywhere
-Analysis is now multi-threaded. And can be cancelled (via UI or due to exceeding an exceptions threshold).
-New, powerful data flow analysis
-New Rules, Rule Topics and Rule Fixes

Regards,

Jeffrey

Comments

  • Anonymous
    March 29, 2004
    Great work guys. This version is awesome.
  • Anonymous
    March 29, 2004
    Excellent work :).

    One minor feature request for next time: when a rule is violated by a parameter, the target information could be more helpful.

    Example:
    Target : "0" (IntrospectionTargetParameter)
    Resolution : "Correct the capitalization of parameter name 'permissionID'
    by changing 'ID' to 'Id'"

    It would be helpful to know the name of the qualified name of the method that this is parameter 0 of.
  • Anonymous
    March 29, 2004
    Woohoo!
  • Anonymous
    March 29, 2004
    Douglas, good suggestion! We'll try to get it in our next release. A workaround for now is doubleclicking on the message to see the details.

    An interesting feature in that dialog is that if you select the second tab called "message" and doubleclick on the treeview you see there, you can make FxCop jump to that item in the target treeview.
  • Anonymous
    March 29, 2004
    We are using SSW Code Auditor at the moment. Is FxCop better any better? Can I write my own rules?

    KKJ
    FarEast
  • Anonymous
    March 31, 2004
    Fantastic. Thanks for your hard work on this, and for including the feature I requested (next/prev buttons on message dialog form). I have some more suggestions, though will post them on the GDN site.

    Congratulations again!
  • Anonymous
    April 02, 2004
    The comment has been removed
  • Anonymous
    April 15, 2004
    Maybe I', a little late, since it is more than two weeks ago.
    Anyway, the FxCop team has released version...
  • Anonymous
    May 10, 2004
    The comment has been removed
  • Anonymous
    May 10, 2004
    In case you haven't seen this already: SharpDevelop now provides another guideline checking tool called "Assembly Analyzer" (full source code included).