Reply to thread

Nice Frodo ;)


Is this only meant for new code, or is it your intention to let the full MP codebase adhere to these standards  :twisted:  :twisted:


Ever thought of using FxCop to analyse the code to see if it is compliant with the C# coding and naming conventions?? It could save a lot of work analysing the code by hand...



FxCop Team Page


Its a very nice utility, it found about 11.000 issues while analyzing MP  :shock:  :shock:


=====

About FxCop

FxCop is a code analysis tool that checks .NET managed code assemblies for conformance to the Microsoft .NET Framework Design Guidelines. It uses reflection, MSIL parsing, and callgraph analysis to inspect assemblies for more than 200 defects in the following areas:


- Library design

- Localization

- Naming conventions

- Performance

- Security


FxCop includes both GUI and command line versions of the tool, as well as an SDK to create custom rules.

===


Top Bottom