In part 2 of this series on forked libraries, I'll show you how to build private versions of a forked library and then reference them using a local nuget repository.
Nuget
- The Nuget package system distrubutes packages as binaries, leading to challenges when using libraries that need minor patches. In Part 1 of this series on forked libraries, I'll show how to fork a library and incorporate it into your projects.