Home Page
Categories: Code analysis - Standards verifiers
Latest version: beta
Added 2003-05-20
Tool that enables programmers and QA managers to check C# source for compliance with coding standards and best practices.
Code analyzer enables to define your own "policy", which consists of set of rules that define how the code should look like. Rules may relate to different aspects of the code like naming of elements, organization of the code, commenting of the code, using of namespaces and more. Rules are organized in a navigable hierarchy and you can select which rules you want to use. Rules are extensible. With Code Analyzer Rules SDK you can develop your own rules of any kind. Rules can be written in any .NET language and compiled to assembly, which can be included into Code Analyzer policy.
 Built for .NET |
 Free or free version available |