Update blog post about package lock files to mention recommendation for SDK version pinning
Open
needs-area-label
- Dominant language
- PowerShell
- Stars
- 22k
- Forks
- 4.9k
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 29
Description
https://devblogs.microsoft.com/dotnet/enable-repeatable-package-restores-using-a-lock-file/
Rationale
See comment from Microsoft(Chet) here https://github.com/dotnet/sdk/issues/48795#issuecomment-3001803076
>Our current recommendation for users that use lock files is to also lock their SDK versions via global.json with no rollforward, so they(sic) their entire toolchain stays in lockstep.
Discovery of this recommendation is currently hard (recently improved by docs updated due to below issues)
See related docs issue
https://github.com/dotnet/docs/issues/53347
https://github.com/dotnet/docs/issues/53517
https://github.com/NuGet/Home/issues/14867
Contributor guide
Assessment
This issue has not been assessed yet.