2
pete456
8y

does anyone use nuget in visual studio?

Comments
  • 1
    Yes, but avoid it for front end. Tends to be unmaintained compared to bower/npm.
  • 1
    Of course, it's great for .net development
  • 1
    Yes. We have different teams that work on the front end framework and back end framework. It helps all project teams manage these framework releases, which are on completely separate schedules.
  • 1
    Yes, Microsoft is pushing it as the future of .NET. Read up on dotnet core and how the standard libraries are being split into separate nuget packages.
  • 1
    it's also great for reusable private libraries in your organization. (c# dev)
  • 1
    We have our own NuGet server for internal libraries. So yea we use NuGet all of the time.
Add Comment