Nuget Package Repository
eVision hosts an assortment of code libraries on our locally-hosted NuGet repository. While the packages within our repository were not specifically designed to be consumed by third-parties, we have purposely left them publicly-accessible so that our clients can leverage some of our internal tools in order to interact with the various systems that store and process their data.
It is worth noting that these resources are the exact packages that we use within our internal projects, so these packages get tested fairly thoroughly and are well supported by our internal applications. While most of the packages don't have any documentation, there are some that include some degree of documentation in the format of VS-compatible "xmlcomments", which provide some level of documentation by way of Intellisense within Visual Studio.
Prerequisites
- Visual Studio 2010 users must install the NuGet extension for Visual Studio.
- Visual Studio 2012 includes NuGet by default, and thus requires no additional work.
Adding the eVision NuGet Server
In order to consume eVision's NuGet packages, you must add eVision's NuGet server to the list of NuGet package sources in Visual Studio. This will allow the eVision packages to show up in search results so that they can be added to your projects.
- Open Visual Studio and navigate to
Tools
>Options
>NuGet Package Manager
>Package Sources
. - Add a new package source by clicking the plus (
+
) button. - Enter a name for the package source. For the location, enter
http://nuget.evisionservices.com/nuget
- Click
OK
to save the changes.