Releases: madushans/DependenSee
2.2.0
New features and bug fixes
-
Support for skipping or following reparse points. (Symlinks, hardlinks, NTFS junctions)
- See the new
-FollowReparsePoints
option.
- See the new
-
Support for excluding a set of folders
- See the new
-ExcludeFolders
option.
- See the new
-
Warnings written to
stderr
stream when -
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
- @codebytes made their first contribution in #18
2.1.0
2.0.0
1.3.0
1.2.2
- 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
- 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
- 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
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
- 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