Skip to content

v0.0.3 Don't Recurse

Choose a tag to compare

@dipsylala dipsylala released this 26 Feb 14:31
· 8 commits to main since this release

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