Get Latest Version

When working on software projects and joining a development team, it's always pleasant to be able to do a “Get Latest Version” on the source control system being used, press F5 in Visual Studio and run the application to get accustomed to it.

Unfortunately, this dream scenario of being able to get latest and run is not always reality: many times developers reference assemblies from the GAC (Global Assembly Cache) that are not present in a default .NET installation. This means every developer needs to be doing some tooling and library installations on their systems in order to get the application to run.

images Note Each computer running ...

Get Pro NuGet now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.