0
kicks
NuGet Package Restore with a Local Repository and Offline Access
NuGet package restore is a great feature as it means you no longer need to check in packages to source control. The only downside is that you need to have a internet connection to "restore" the packages.
This post is going to help address that issue by showing how you can keep your downloaded NuGet packages in a central location to save space and provide offline access.