Skip to content

2.2.0

Latest
Compare
Choose a tag to compare
@madushans madushans released this 18 Jun 06:34
· 7 commits to main since this release
44d9073

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