logoalt Hacker News

Pxtltoday at 3:07 PM1 replyview on HN

MS Nuget is also lock-by-default. Latest-by-default should be considered harmful unless the package manager is directly vouching for the veracity and reputability of the packages.


Replies

Uvixtoday at 5:01 PM

NuGet is lock-by-default for the parent package, but with the move from packages.config to <PackageReference> it's no longer lock-by-default for dependencies.

show 1 reply