Skip to content

Releases: madushans/DependenSee

2.2.0

18 Jun 06:34
44d9073
Compare
Choose a tag to compare

New features and bug fixes

  • Support for skipping or following reparse points. (Symlinks, hardlinks, NTFS junctions)

    • See the new -FollowReparsePoints option.
  • Support for excluding a set of folders

    • See the new -ExcludeFolders option.
  • Warnings written to stderr stream when

    • Project references found outside of specified source folder (i.,e #19)
    • Project references found that are invalid or does not exist (#20)
    • Encountering reparse points on the file system (#20)
  • Incorporates latest C# features (thanks to @codebytes PR #18)

  • Updated docs

Download directly or use nuget (preferred)

  • uninstall current if any dotnet tool uninstall --global DependenSee
  • install with dotnet tool install --global DependenSee --version 2.2.0

New Contributors

2.1.0

29 Mar 05:02
cff9124
Compare
Choose a tag to compare

Download directly or use nuget (preferred)

  • uninstall current if any dotnet tool uninstall --global DependenSee
  • install with dotnet tool install --global DependenSee --version 2.1.0

2.0.0

21 Nov 02:38
a90d71b
Compare
Choose a tag to compare
  • Migrated to run on .NET 6 #15

.NET 5 runtime is still supported with previous versions until its support ends.

Download directly or use nuget (preferred)

  • uninstall current if any dotnet tool uninstall --global DependenSee
  • install with dotnet tool install --global DependenSee --version 2.0.0

1.3.0

07 Aug 07:40
ff25ef8
Compare
Choose a tag to compare
  • Adds support for custom titles in HTML output #13 #11

Thanks @0x15e for the contribution ♥

Download directly or use nuget (preferred)

  • uninstall current if any dotnet tool uninstall --global DependenSee
  • install with dotnet tool install --global DependenSee --version 1.3.0

1.2.2

03 Jul 02:16
4decc1f
Compare
Choose a tag to compare
  • Fixes a bug preventing detection of COM/DLL dependencies #10

Thanks @Enough7 for reporting the issue #9

Note that with this update, when -P or -IncludePackages is specified, .NET Framework projects will start showing referenced BCL DLLs (i.e System, Microsoft.CSharp) as well. Previous versions did not include them.

Download directly or use nuget (preferred)

  • uninstall current if any dotnet tool uninstall --global DependenSee
  • install with dotnet tool install --global DependenSee --version 1.2.2

1.2.1

08 Jun 08:57
ebe0bad
Compare
Choose a tag to compare
  • Fixes a bug preventing detection of dependencies of .NET Framework projects. #8

Thanks @quasarea for reporting the issue #4

Download directly or use nuget (preferred)

  • uninstall current if any dotnet tool uninstall --global DependenSee
  • install with dotnet tool install --global DependenSee --version 1.2.1

1.2.0

23 May 01:14
Compare
Choose a tag to compare
  • Graphviz support (PR #3)
  • Graceful error handling

Thanks @peterwurzinger for Pull Request

Download directly or use nuget (preferred)

  • uninstall current if any dotnet tool uninstall --global DependenSee
  • install with dotnet tool install --global DependenSee --version 1.2.0

1.1.2

29 Apr 06:06
Compare
Choose a tag to compare

Fixes a bug fix to support scenarios, in which a dependency gets added to a project by a meta project like Directory.Build.props.
Thanks @peterwurzinger for Pull Request

Download directly or use nuget (preferred)

  • uninstall current if any dotnet tool uninstall --global DependenSee
  • install with dotnet tool install --global DependenSee --version 1.1.2

1.1.1

26 Feb 11:01
Compare
Choose a tag to compare
  • Add dark mode support based on browser/OS preferences
  • Update colors to be dark mode friendly when enabled
  • Expand and settle graph faster for large projects

Download directly or use nuget (preferred)

  • uninstall current if any dotnet tool uninstall --global DependenSee
  • install with dotnet tool install --global DependenSee --version 1.1.1