masaxsuzu / dotnet-deps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotnet-deps

dotnet-deps resolves a dependency graph from a given visual studio solution file and outputs topologically sorted projects as json.

PS> dotnet-deps -s .\Docs.sln | ConvertFrom-Json
Name            Order AssemblyName    FilePathFromSolutionDir                    
----            ----- ------------    -----------------------                    
Docs.Interfaces     0 Docs.Interfaces docs\Docs.Interfaces\Docs.Interfaces.csproj
Docs.Api            1 Docs.Api        docs\Docs.Api\Docs.Api.csproj              
Docs.Client         2 Docs.Client     docs\Docs.Client\Docs.Client.csproj        

About

License:MIT License


Languages

Language:C# 94.4%Language:PowerShell 5.6%