Skip to content

Releases: dipsylala/DependencyGraph

v0.0.4

Choose a tag to compare

@dipsylala dipsylala released this 01 Dec 11:56
81fd7d1

Deprecated -b for brief mode

-t now shows a brief view of all the top level modules
-d now shows a brief view of all the dependencies

You can combine both for a brief view of all

Recursion has been fixed too.

v0.0.3 Don't Recurse

Choose a tag to compare

@dipsylala dipsylala released this 26 Feb 14:31

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

Choose a tag to compare

@dipsylala dipsylala released this 26 Feb 14:09

Added the TargetFramework attribute to the output

v0.0.1 (first attempt)

Choose a tag to compare

@dipsylala dipsylala released this 08 Dec 23:05

Getting the basics in place - a CLI and core iterative functionality