Blogged: Creating source-only NuGet packages
https://andrewlock.net/creating-source-only-nuget-packages/
In this post I show how you can create a NuGet package that contains source code (instead of dlls) which is then compiled into the target project…