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 の機能はありますか?