Using NuGet Pre-release versions for local development
Does your company maintain separate source code repositories for shared libraries? For instance, do you have a models library on github that builds and publishes to nuget.org? When you need to make a change to your main project, that uses these nuget packages, which in turn also requires changes to be made to the library, how can you test it …