project_dependencies
Discover the dependency graph between projects in your .NET test suite. Enter a project name to see what it depends on and what depends on it, with edge counts as weights.
Instructions
The project dependency graph the suite implies: for each project, which projects it depends on and which depend on it, derived from cross-project binds_to/uses_type/inherits edges (edge counts as weight). Answers e.g. "what depends on the Party project?". Optional 'project' name filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max projects (default 200). | |
| project | No | Optional: substring of a project name to focus on (case-insensitive). |