Code dependency packages with NuGet Package Manager | Pluralsight

preview_player
Показать описание

NuGet is a powerful tool for accessing third party tools and add-ons directly in Visual Studio, but did you know that you can create your own packages too? In this video excerpt from John Petersen's course Introduction to NuGet you'll see how to create distributable packages that include dependencies on other packages and how NuGet helps to manage those. In the full course, you'll see how to use the NuGet Package Manager, how to publish packages, and how to create your own local NuGet feed.

Visit us at:

NuGet Package Manager | Pluralsight

-~-~~-~~~-~~-~-
Push your limits. Expand your potential. Smarter than yesterday-
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

I have had issues with managing dependencies with a large solution, with source control, in which some projects use NuGet and some do not. Many times have I not been able to build or deploy due to an inconsistency between the version referenced in the packages.config and the version referenced in the project. Is there a good way to obviate this problem?

ryanjacksonx