Releases: dipsylala/DependencyGraph
Releases · dipsylala/DependencyGraph
Release list
v0.0.4
v0.0.3 Don't Recurse
Now includes a -norecurse flag to return details for the input DLL. For example:
dotnet .\DependencyGraph.dll -i .\DependencyGraph.dll -norecurse
❯ dotnet .\DependencyGraph.dll -i .\DependencyGraph.dll -norecurse
Assembly: DependencyGraph, Version=1.0.0.0, Path=.\DependencyGraph.dll, Target Framework=.NETCoreApp,Version=v8.0, Found = True
Depends on: System.Runtime, Version=8.0.0.0, Path=C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.2\System.Runtime.dll, Target Framework=unavailable, Found = True
Depends on: Mono.Options, Version=6.0.0.0, Path=.\Mono.Options.dll, Target Framework=unavailable, Found = True
Depends on: GraphGenerator, Version=1.0.0.0, Path=.\GraphGenerator.dll, Target Framework=unavailable, Found = True
Depends on: System.Collections, Version=8.0.0.0, Path=C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.2\System.Collections.dll, Target Framework=unavailable, Found = True
Depends on: System.Text.Json, Version=8.0.0.0, Path=C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.2\System.Text.Json.dll, Target Framework=unavailable, Found = True
Depends on: System.Console, Version=8.0.0.0, Path=C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.2\System.Console.dll, Target Framework=unavailable, Found = True
v 0.0.2 - Target Framework
Added the TargetFramework attribute to the output
v0.0.1 (first attempt)
Getting the basics in place - a CLI and core iterative functionality