开发者

VS coding conventions tools

开发者 https://www.devze.com 2022-12-27 19:12 出处:网络
Please can you help me to find some tools which will help developers to follow coding co开发者_Go百科nventions for .NET( .NET Naming Guidelines,...)

Please can you help me to find some tools which will help developers to follow coding co开发者_Go百科nventions for .NET( .NET Naming Guidelines,...) I found this ones:

StyleCop

FxCop


You've already got StyleCop and FxCop which are the main ones I've come across, you may be interested also in Resharper which helps by consistently formatting code and finding common errors.

There is also a StyleCop for Resharper plugin which shows StyleCop issues inline in the code and provides Quick Fixes for them.

NDepend can be used to perform static analysis on your compiled code and look for various rule violations, for example code violating architecte level boundaries or complexity limits.


You may want to check CodeIt.Right - it finds FxCop/StyleCop style violations and provides Auto Corrections for them, code metrics, reporting and more. Does both C# and VB.NET.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号