1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 SonarLint for Visual Studio 2.7 发布 下载

本帖由 漂亮的石头2016-09-24 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,979
    赞:
    47
    SonarLint for Visual Studio 2.7 发布了,Sonar 不只是一个质量数据报告工具,更是代码质量管理平台。支持的语言包括:Java、PHP、C#、C、Cobol、PL/SQL、Flex 等。

    该版本 C# 执行引擎得到提高,能更好的表达 value types 和 30个新的可用的 VB.NET 规则。

    具体如下:


    • Identical expressions should not be used on both sides of a binary operator – Rule S1764


    • Two branches in the same conditional structure should not have exactly the same implementation – Rule S1871


    • Variables should not be self-assigned – Rule S1656


    • Related “If/ElseIf” statements should not have the same condition – Rule S1862


    • Functions should not be too complex – Rule S1541


    • Expressions should not be too complex – Rule S1067


    • Files should not have too many lines – Rule S104


    • Lines should not be too long – Rule S103


    • “With” statements should be used for a series of calls to the same object – Rule S2375


    • Comments should not be located at the end of lines of code – Rule S139

    具体请查看:Sonarsource 官网更新日志

    下载地址:SonarLint for Visual Studio 2.7
    SonarLint for Visual Studio 2.7 发布下载地址
     
正在加载...