Discover the new Dependabot NuGet updater that improves performance, accuracy, and developer experience by leveraging native .NET tooling. The post The new Dependabot NuGet updater: 65% faster with native .NET appeared first on .NET Blog.
#package management
4 posts
4 Aug 2025
13 Jul 2023
The Python extension in VS Code is investigating ways to improve our package management support and have completed a comparison of support offered by various package management tools. The post Package Management in the Python extension for Visual Studio Code appeared first on Microsoft for Python Developers Blog.
22 Mar 2014
It has been roughly six months since I wrote about the problems I saw with package management in Go. In the intervening months there has been lots of discussion; the issue continues to be one of the two most continually and hotly debated on the golang-nuts and go-pm mailing lists. No prizes for guessing what […]
10 Oct 2013
One of the stated goals of Go was to provide a language which could be built without Makefiles or other kinds of external configuration. This was realised with the release of Go 1, and the go tool which incorporated an earlier tool, goinstall, as the go get subcommand. go get uses a cute convention of embedding the […]