By tag: fxcop
0
kicks
Automated code quality testing using Roslyn
Claus has written a nice piece on how you can use Roslyn for analyzing your code quality (static code analysis) and run it like any other automated test. Pretty awesome.
0
kicks
Developer handkit for ASP.Net Developers
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.
0
kicks
Building a Nant Script -- Part 4: Adding fxCop to your build script
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.
0
kicks
FxCop: Writing Your Own Custom Rules
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
- ...
0
kicks
Visual Studio 2005 Professional Edition and FxCop Integration
This article gives those of us using VS 2005 Professional a few different options for integrating FxCop into the IDE.
0
kicks
Creating FxCop rules with F#
In this post I'm going to show a little example of a FxCop rule created with F#.
0
kicks
Premature Analysation
Code Analysis perfomance warnings conflict with avoiding premature optimisation.
0
kicks
Using TFS to know thine enemy
First in a series of blogs describing my experiences using TFS to improve development practices in our workplace.
0
kicks
Use FxCop with ASP.NET 2.0
These are the steps to follow to make FxCop analyse your ASP.NET 2.0 project