Search code examples
visual-studiof#dependency-graph

F# project is not supported for generating dependency graph?


I am using Visual Studio 2013, my solution contains both c# and f# projects. When I try to generate dependency graph for the solution, it only includes the C# projects. Is there a way to make sure the F# projects are also included? Or is there any other way to visualize the dependency in F# projects?


Solution

  • I also have a sln with C# and F# projects. Based on the comment by @tkarnau, I generated a dependency graph in VS2013, expanded the Externals group, dragged my own libraries outside of the Externals group, and collapsed the Externals group. This seems to only work partially. The F# projects that are not being referenced by other F# or C# project in my sln don't show up. For instance, a unit test project is not showing.