Project DescriptionCommunity Static Analysis Rules is a community based project for creating a set of static analysis rules to extend those provided by the FxCop team.
See
here for a list of all the custom rules can be found in Version 1.0.
Tutorial about rule developmentWant to write your own rules? Check out the
excellent tutorial of Jason Kresowaty. Jason created a tool called
Introspector that lets you browse through an assembly using introspection. This tool is a timesaver during rule development.