Lucky

joined 4 years ago
[–] [email protected] 1 points 1 year ago

The project I'm on right now originally had the nuget.exe saved in source because they had to manually run it through build scripts, it wasn't built in to VS until VS2012

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (2 children)

I'm guessing they only used it 10 years ago when it was very rough around the edges. It didn't integrate well with the old .NET Framework because it conflicted with how web.config managed dependencies and poor integration with VS. It was quite bad back then.. but so was .NET Framework in general. Then they rebuilt from the ground up with dotnet core and it's been rock solid since

Or they just hate Microsoft, which is a common motif to shit on anything Microsoft does regardless of the actual product.

[–] [email protected] 10 points 1 year ago (2 children)

I've never had an issue with nuget, at least since dotnet core. My experience has it far ahead of npm and pip

[–] [email protected] 3 points 1 year ago

Seems they have PWAs, here's a guide by Mozilla for installing them on Firefox

https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Guides/Installing