对发现​​的.NET code(不VS2010)的依赖工具发现、工具、code、NET

2023-09-04 22:42:40 作者:我愿永居

由于一个非常大的.NET codeBase的。来源中的某些部分和二进制文件某些部分。这是所有.NET code。 我想对在code碱基发现依赖的工具。通过组件和类型。具有图形形式的依赖关系可视化将是非常好的。 我想有:实例图,refenrece图,调用图,类图的依赖

Given a really big .NET codebase. Some parts in sources and some parts in binaries. It's all .NET code. I'd like to have a tool for discovering dependencies in that code base. By assemblies and by types. Having visualisation of dependencies in graphic form would be very nice. I'd like to have: instantiation graph, refenrece graph, call graph, type dependencies graph.

有关实例去上课,让所有类型的从他的角度依赖性与能力的图上由装配/ namaspace /等过滤。

For an instance take a class and get all kind of dependencies from his point of view on a diagram with ability to filter by assembly/namaspace/etc.

据我所知,反射器可以做到的。和VS2010旗舰版可以做到这一点。但它们都有一些缺点:

I understand that reflector can do. And VS2010 Ultimate can do this. But they all have some drawbacks:

反射器是很好的工具,但它的依赖可视化的设施是非常有限 在VS2010太sloooow。它看起来像一个玩具不是一个成熟的工具(我的意思它的绘图设备)。

P.S。已经要求地方? OK,点我到那个地方。 TNX。

p.s. has already asked somewhere? ok, point me to that place. tnx.

推荐答案

您是否尝试过 NDepend的?