Are there any guidelines or recommendations for managing libraries that aren\'t on nuget along with the packages that are.
Most of these may be 3rd party libraries that
My Personal Preferences (In Order)
For 1 & 2 i would recommend using Restore Package on build rather than storing it in your source control.
I'd also highly recommend against referencing any 3rd party controls from install folders or the GAC.