在 Ndepend 依赖矩阵中,如何隐藏某些行组件?

发布于 2024-12-22 10:14:13 字数 74 浏览 7 评论 0原文

我想隐藏依赖关系矩阵中的一些行程序集,以便我可以快速发现项目程序集与第三方程序集子集之间的依赖关系。

I'd like to hide some of the row assemblies in my dependency matrix so that I can spot quickly the dependencies between assemblies of my project and a subset of 3rd party assemblies.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

木有鱼丸 2024-12-29 10:14:13

有两种可能的操作:

  • 首先,您通过 LINQ (CQLinq) 编写代码查询以选择您希望在矩阵中看到的程序集
  • 其次,将列表导出到矩阵标题(水平和垂直)

导出代码查询结果到矩阵

您还可以按住 Ctrl 或 Tab 键 + 鼠标单击来选择矩阵标题中的代码元素子集,这与在 Windows 资源管理器中选择文件的方式相同。

Matrix 和 Ctrl 或 Tab 键

如果矩阵标题填充有命名空间、类型、方法或字段,也可以执行这些过滤操作。

There are two possible actions:

  • First you write a code query over LINQ (CQLinq) to select assemblies you wish to see in the matrix
  • Second you export the list to the matrix headers (horizontal and vertical)

Export code query result to matrix

You can also hold Ctrl or Tab key + mouse click to select a sub-set of code element sin a matrix header, the same way you'd do with selecting files in Windows Explorer.

Matrix and Ctrl or Tab keys

These filtering actions can also be done if matrix headers are populated with namespaces, types, methods or fields.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文