Re: FxCop does anyone use it ?



We use it, and we think it is great. However, the guidelines have evolved at
the same time we developed our framework, so we find "new" warnings on old
code often when we upgrade FxCop. Internal MS code breaks many guidelines.

Despite these problems, it is a great tool. It has found many small
usability, performance, and localization problems in our API and our code in
general. We could never have complied to so many guidelines without FxCop.
You will notice that new warnings come out in bold, so they are easier to
track -- and generally more important.

Regards,
Frank Hileman

check out VG.net: http://www.vgdotnet.com
Animated vector graphics system
Integrated Visual Studio .NET graphics editor

"Søren Reinke" <soren@xxxxxxxxxxxxxxxxxx> wrote in message
news:d5pv4b$2oua$1@xxxxxxxxxxxxxxxxxxxxxxx
> Hi there
>
> I have played around a bit with FxCop.
>
> Does anyone use it ? Some of the warning/errors it gives are okay, when
> there are implementation errors, but i think it is annoying it keeps
> complaining about how i case my variables and more.
>
> What is your oppinion about the program ?
>
>
> --
> Søren Reinke
> www.Xray-Mag.com/ - Your free diving magazin on the netDownload it in PDF


.



Relevant Pages

  • Re: FxCop does anyone use it ?
    ... For instance it founds out if you catch Exception if you could have ... >the same time we developed our framework, so we find "new" warnings on old ... Internal MS code breaks many guidelines. ... We could never have complied to so many guidelines without FxCop. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Dispose and returning Disposable objects?
    ... "When to Suppress Warnings: ... beware of FxCop giving what are essentially false-positive   ... and so shouldn't necessarily be disposing it. ... pattern in the first place, nor why part of that pattern requires you to   ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Perl calculate and average problem
    ... Have you read the posting guidelines, ... step by step to write it (with strictures and warnings enabled). ... > context is the number of elements in @params? ... Sinan Unur ...
    (comp.lang.perl.misc)
  • Re: regex to match any url
    ... use warnings; ... (reverse each component and remove .invalid for email address) ... comp.lang.perl.misc guidelines on the WWW: ...
    (comp.lang.perl.misc)
  • Re: iterate the A B C
    ... You're running without strict and warnings. ... (remove .invalid and reverse each component for email address) ... comp.lang.perl.misc guidelines on the WWW: ...
    (comp.lang.perl.misc)