Pregunta

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.

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top