IT:AD:Nuget:HowTo:Add Packages To a Project
Summary
Process
Using Nuget to install Extensions is extremely easy:
- In Visual Studio,
- Right click a project, and select Manage Nuget Packages…
- Select Nuget official package source
- THen type the name of an assembly to add to your project.
- * Searching for XAct Assemblies is easy as they all start with 'XAct.'
Unpacking a project from Source Control
Then again, adding assemblies to a Solution is usually done by a Team Lead – whereas most of the time, developers need to concentrate on joining a team, and getting up to speed quickly.