Version

Infragistics NuGet Feed

NuGet is a powerful ecosystem of tools and services. It was introduced in 2010 as an open source package manager for the Microsoft development platform including .NET. NuGet is the easiest way to improve and automate your development practices.

When you install a package via NuGet, it copies the library files to your solution and automatically updates your project. That means adding references, changing config files, replacing old version script files, etc.

Nuget has been included by default since Visual Studio 2012, and for more information on how to get going with it, read the official Nuget documentation.

Infragistics provides a public NuGet feed for licensed users to consume and add licensed Infragistics Ultimate UI control packages to their applications via the NuGet Package Manager.

In this topic

This topic contains the following sections:

Visual Studio

The first step is to add the Infragistics feed as a package source. To do that, navigate to Tools → NuGet Package Manager → Package Manager Settings.

nuget package manager setting menu item.jpg

In the Package Sources section, add a new package source. In the Name field, provide a name such as "Infragistics" and in the Source field provide the address of the Infragistics NuGet feed (URL: https://packages.infragistics.com/nuget/licensed) and click the Update button.

nuget package manager package sources ig server.jpg

The Infragistics NuGet feed is now ready to use. Open the solution’s NuGet package manager.

nuget manage packages vs.jpg

Select the Infragistics NuGet feed as a package source.

nuget package manager change package source.jpg

Enter your credentials when prompted.

nuget login.jpg

Find an Infragistics control package and install it into your solution following these steps:

  1. Search for an Infragistics control package.

  2. Select the package when found.

  3. Select which projects in your solution will have the package installed.

  4. Select the package version and click Install.

nuget manage packages ig server xf vs.jpg

Xamarin Studio

The first step is to add the Infragistics feed as a package source. To do that, right-click on your project’s "Packages" folder and select Add Packages.

xs add packages.jpg

In the "Add Packages" dialog, select the Configure Sources option to add a new package source.

xs configure sources.jpg

In the Preferences dialog, click the Add button to create a new package source.

xs package sources.jpg

In the Name field, provide a name such as "Infragistics" and in the Location field provide the address of the Infragistics NuGet feed (URL: https://packages.infragistics.com/nuget/licensed) and click the Add Source button.

xs add package source ig server.jpg

Select the Infragistics NuGet feed as a package source.

xs change package source.jpg

Find an Infragistics control package and install it into your solution following these steps:

  1. Search for an Infragistics control package.

  2. Select the package when found.

  3. Select the package version and click Add Package.

xs add infragistics package.jpg