-
近期文章
近期评论
文章归档
分类目录
功能
月归档:2019年09月
C# is被sonaqube建议换一种写法,代码看一波 | Duplicate casts should not be made
Sonarqube给出性能提示 Sonaqube从性能的角度出来,解释了一下为什 … 继续阅读
代码清洗大战:”abstract” classes should not have “public” constructors
Sonarqube给出了一个修饰符的使用建议,不得不说,sonarqube扫描的 … 继续阅读
always evaluate to false some subsequent code is never executed
拿Sonarqube扫码老代码,是一场历练!大多数情况下,sonarqube都能 … 继续阅读
FileStream dispose twice | SQ查代码’stream’ will be disposed twice
Sonarqube就是一个不会烦的“好同事”,每一行代码有没有bugs,有没有坏 … 继续阅读
命名空间“System.Runtime.CompilerServices”中不存在类型或命名空间名称“ITuple”
今天处理单元测试的时候遇到一个很奇怪的问题,翻出去找了找,还真找到了。直接整理 … 继续阅读