Stories recently tagged with 'FxCop'

Developer handkit for ASP.Net Developers(cavemansblog.wordpress.com)

submitted by cavemansblogcavemansblog(40) 2 years, 8 months ago

However skilled you are as a technician, without the appropriate tools you would still be a dud. Just like a craftsman knows his/her tools, a software professional also has to know the tools that are apt for the job. read more...

add a comment |category: |Views: 12

tags: another

Integrate FxCop with Visual Studio(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 2 years, 9 months ago

Step by step how to integrate FxCop with Visual Studio. read more...

add a comment |category: |Views: 556

tags: another

Building a Nant Script -- Part 4: Adding fxCop to your build script(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 9 months ago

Taking a look at how to add in the ability to run the fxCop static analysis tool to your build script. Having this ability can allow you to keep very close tabs on your code at any time. read more...

add a comment |category: |Views: 201

tags: another

FxCop: Writing Your Own Custom Rules (binarycoder.net)

submitted by olegsycholegsych(335) 4 years ago

Jason Kresowaty designed this web site to address the shortage of documentation on the FxCop 1.36 API. Some of the highlights include the following: - A brief tutorial of FxCop - A listing of what kinds of customizations are possible with FxCop - An overview of the introspection API - How to implement custom rules - How to write the XML description resource for the custom rules - An advanced section on using FxCop to check doc comments - Example rules A tool called Introspector is also available here that lets you browse assemblies using the FxCop introspection object model. This lets you see precisely which objects are involved when you develop custom rules. read more...

add a comment |category: |Views: 78

tags: another

Visual Studio 2005 Professional Edition and FxCop Integration(geekswithblogs.net)

submitted by johnrummelljohnrummell(1296) 4 years, 3 months ago

This article gives those of us using VS 2005 Professional a few different options for integrating FxCop into the IDE. read more...

add a comment |category: |Views: 207

tags: another

Creating FxCop rules with F#(langexplr.blogspot.com)

submitted by feddrfeddr(220) 4 years, 7 months ago

In this post I'm going to show a little example of a FxCop rule created with F#. read more...

add a comment |category: |Views: 21

tags: another

FxCop This(nervoustych.com)

submitted by jburgerjburger(815) 4 years, 7 months ago

A summary on creating, deploying and debugging fxcop rules. read more...

1 comment |category: |Views: 16

tags: another

Premature Analysation(codeassassin.com)

submitted by jstangroomejstangroome(665) 4 years, 7 months ago

Code Analysis perfomance warnings conflict with avoiding premature optimisation. read more...

add a comment |category: |Views: 3

tags: another

Using TFS to know thine enemy(nervoustych.com)

submitted by jburgerjburger(815) 4 years, 8 months ago

First in a series of blogs describing my experiences using TFS to improve development practices in our workplace. read more...

add a comment |category: |Views: 5

tags: another

Tool : FxCop - Managed Code Analysis(dotnetwithme.blogspot.com)

submitted by vikasgoyal77vikasgoyal77(550) 4 years, 9 months ago

Tool : FxCop - Managed Code Analysis read more...

1 comment |category: |Views: 17

tags: another

Use FxCop with ASP.NET 2.0(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 1 month ago

These are the steps to follow to make FxCop analyse your ASP.NET 2.0 project read more...

add a comment |category: |Views: 98

tags: another