Ndepend 找到程序集的所有引用?
Ndepend find all references of assemblies?
我正在使用 Ndepend 找出我的应用程序需要哪些第三方 DLL
这是缺少依赖项的屏幕截图。屏幕截图的右侧有一些红色的 x。有人可以帮助我或指出我可以找到的地方 'Why is this DLL needed? Or which assembly references these. Find all the references for these missing dependencies'
需要此未找到的 DLL(蓝色网格中的第三方程序集),因为它被绿色网格中的 DLL(应用程序程序集)引用。
如果您 运行 从那里进行分析,您将收到类似 assembly XYZ is referencing DevExpress.ExpressApp.v.. version ABC that cannot be found
的警告日志。
您可以展开绿色网格正上方的目录管理器,以添加包含未找到的 DLL 的文件夹。
我正在使用 Ndepend 找出我的应用程序需要哪些第三方 DLL
这是缺少依赖项的屏幕截图。屏幕截图的右侧有一些红色的 x。有人可以帮助我或指出我可以找到的地方 'Why is this DLL needed? Or which assembly references these. Find all the references for these missing dependencies'
需要此未找到的 DLL(蓝色网格中的第三方程序集),因为它被绿色网格中的 DLL(应用程序程序集)引用。
如果您 运行 从那里进行分析,您将收到类似 assembly XYZ is referencing DevExpress.ExpressApp.v.. version ABC that cannot be found
的警告日志。
您可以展开绿色网格正上方的目录管理器,以添加包含未找到的 DLL 的文件夹。