Migrate Sitecore C# projects to NuGet package references and deploy without Sitecore shipped dlls
Create an easy way to manage NuGet package versions in Sitecore solutions and keep deployments clean.
Create an easy way to manage NuGet package versions in Sitecore solutions and keep deployments clean.
How to distribute Code Analysis rulesets together with Roslyn analyzers along projects, and be in control using NuGet packages.
Build automatically NuGet packages with a buildserver. Use there for the right versioning technique. It can save you a lot of troubles.
NuGet is a package manager that simplifies the process of discovering, installing and using third-parties .NET libraries. It is free to download, open source and you are able to create your own package and submit them. In this post I’ll show how to create your own package and host them yourself.