🚀 TheRoks
  • Home
  • Sitecore
  • About me
  • Migrate Sitecore C# projects to NuGet package references and deploy without Sitecore shipped dlls
    Aug 3, 2021

    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.

    • sitecore
    • nuget
  • Jul 17, 2020

    Using NuGet to control FxCop rulesets

    How to distribute Code Analysis rulesets together with Roslyn analyzers along projects, and be in control using NuGet packages.

    • dotnet
    • visual-studio
    • nuget
    • roslyn
  • Oct 24, 2013

    How to: NuGet package versioning

    Build automatically NuGet packages with a buildserver. Use there for the right versioning technique. It can save you a lot of troubles.

    • dotnet
    • nuget
  • Jan 21, 2011

    Create and host your own NuGet packages

    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.

    • dotnet
    • nuget