Skip to content

Solution Level Configuration + Bonus Bug Fix for .Net 5.0

Compare
Choose a tag to compare
@digitalcoyote digitalcoyote released this 25 Nov 00:21
· 221 commits to master since this release

New Feature This Release

  • As Requested in #44 NuGetDefense now checks the parent directory for a NuGetDefense.json in addition to the project file's directory.
  • Blocked Packages no longer need a version string specified. If left out it assumes all versions are blocked.

Fixed This Release

  • Blocked Packages did not work as intended
  • Error Message logic was inversed
  • Error Logging Level was too Low
  • Extra logging that was meaningless
  • Small Perfomance Fixes (mainly addressing resharper "Multiple Enumeration" warnings)