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