A fun article from Microsoft
A fun article from Microsoft
Posted Nov 26, 2025 5:22 UTC (Wed) by Cyberax (✭ supporter ✭, #52523)Parent article: APT Rust requirement raises questions
As if on cue, an interesting article from Microsoft about switching from a "sea of packages" model to a unified monolithic build: https://devblogs.microsoft.com/dotnet/reinventing-how-dot...
They had similar issues to Linux distribution with managing tons of fine-grained dependencies, and making sure the set of versions stays "coherent". And they switched to doing essentially "static builds".
