▲ | thrw42A8N 6 days ago | |||||||||||||
If you used pure Node.js, you wouldn't have any problems whatsoever, too. | ||||||||||||||
▲ | neonsunset 6 days ago | parent [-] | |||||||||||||
Unlike Node projects, your dependencies don't break - they stay on nuget.org, and the projects compile just like they did when they were first implemented. Upgrading dependencies and project target is subject to the same restrictions as in other good languages. I know for sure that I can clone a random project on Github, hit `dotnet build` and usually expect it to work on the first try. The rate of bitrot for average unmaintained JS project cannot be compared. The average dependency graph of a .NET project is going to be 10 times smaller too. | ||||||||||||||
|