FxCop

There are 1 entries for the tag FxCop

FxCop in CruiseControl.NET

I have finally integrated FxCop into my automated build process. Now i can see FxCop summary and detailed reports on the CruiseControls.NET dashboard. Initially I was misguided somewhat by CruiseControl.NET's documentation when it said We don't currently support running FxCop directly from CruiseControl.NET, but we plan on enabling this in a later release. It seemed that the only way FxCop could be used with CC.NET is via NAnt. However it turned out to be very easy to do it just via Executable Task. Here's what i did: Added FxCop project file to my solution (so i could select which assemblies to...