English 中文(简体)
如何只为一个项目按类生成依赖图?
原标题:How to generate dependency graph by class only for one project?

如果我使用:

架构 - & gt; 生成依赖性图 - & gt; 按类分类

它生成整个溶液的图形。

是否有办法让 VS 只为某个工程的类生成依赖图?

我试图只为某个工程使用 Artituarture Explorererer - & gt; 创建一个来自所有选定节点 的新图表文档( 使用和不按下 < kbd> ctrl 键), 但它只生成它们之间没有连接的类或与命名空间相连的类 。

谢谢你的帮助!

问题回答

尝试 Resharper 8 ( http://www.jetbrains.com/resharper/ ) 它在依赖性图表方面有许多特点。

卸载您不希望包含的项目似乎在 VS2012 中有效 。

在VS2010尝试吗?





相关问题
Best practices for Subversion and Visual Studio projects

I ve recently started working on various C# projects in Visual Studio as part of a plan for a large scale system that will be used to replace our current system that s built from a cobbling-together ...

Enable PHP highlights in VS 2010?

I ve heard that Visual Studio 2010 Beta 2 has support for PHP. When I load a PHP file though, it has nothing highlighted and is nothing more than a glorified text editor. Is there a way to enable it?...

Do I want Publish or Release Build in VB.net?

I wrote a little (like 40 lines little) Winforms application with VB.net in Visual Studio 2010. Now I ve released the code as a Google Code project. It s easy for a developer to get the source but I d ...

Unit Testing .NET 3.5 projects using MStest in VS2010

There s a bug/feature in Visual Studio 2010 where you can t create a unit test project with the 2.0 CLR. https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=483891&wa=...

热门标签