Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
需要使用 CQLinq 在 NDepend 中创建自定义规则来检查公共方法代码块是否在 try 和 catch 中。
下面给出了所有的公共方法:
from m in Application.Methods where m.IsPublic select m
NDepend 中是否有可用于遍历方法内的代码或查找特定字符串的功能?