dotnet-inspect-relationships
Installation
SKILL.md
dotnet-inspect: relationships and dependency graphs
Use this skill to map how code connects: what implements or extends a type, what
it depends on, and who calls it. Many of these outputs are graph-shaped — add
--mermaid for a diagram (or --mermaid --markdown to embed one).
dnx dotnet-inspect -y -- <command>
Scope any of these commands the same way: --package Foo (repeatable),
--library path.dll, --platform (all in-box frameworks), --extensions or
--aspnetcore (curated Microsoft.* sets), --package-prefix Azure.AI (every
package under a NuGet ID prefix), and --tfm net9.0.