Syncfusion NuGet Package Manager

11 Oct 20183 minutes to read

Overview

Syncfusion NuGet Package Manager is the utility that allows you to add, remove and update the Syncfusion NuGet sources (available platforms) to NuGet Package Manager. Download the Syncfusion NuGet Manager utility from here.

Add Syncfusion NuGet Package sources

The following steps directs you to add the Syncfusion NuGet Package sources from Syncfusion NuGet Manager.

  1. Run the SyncfusionNuGetManager.exe from Syncfusion NuGet Manager extracted location.

    Syncfusion NuGet Manager extracted location

  2. Syncfusion NuGet Manager Window will be opened.

    Syncfusion NuGet Manager main window

  3. Select the required platforms needed to be configured from “Select platforms to add” (Left side of the window) column and click Add» button.

    Selected platforms NuGet feed configure option in Syncfusion NuGet Manager

  4. Now selected platforms will be added under “Selected platforms to remove” (Right side of the window) column. Click “Configure” button to add the required Syncfusion Package sources to NuGet Package Manager.

    Selected platforms NuGet feed remove option in Syncfusion NuGet Manager

  5. Once Syncfusion NuGet Manager added the Syncfusion NuGet sources, the changes will be reflected in package sources of your Visual Studio.

    NuGet package manager dialog with Syncfusion NuGet feeds

Remove Syncfusion NuGet Package sources

  1. If any configured Syncfusion NuGet Package sources are no longer required, Select the unwanted platforms from “Select platforms to remove” (Right side of the window) column and click «Remove button.

    Remove option in Syncfusion NuGet Manager to remove the already configured Syncfusion NuGet feed

  2. Now selected platforms will be added under “Selected platforms to add” (Left side of the window) column. Click “Configure” button to remove the required Syncfusion Package sources to NuGet Package Manager.

  3. Once Syncfusion NuGet Manager removed the Syncfusion NuGet sources, the changes will be reflected in NuGet.config file of your machine and updated the same in available package sources of your Visual Studio.

Syncfusion NuGet Manager command line

The following steps directs you to use the Syncfusion NuGet Manager from command line.

  1. Open Windows Command Prompt in Administrator Mode.

  2. Navigate to SyncfusionNuGetManager.exe from Syncfusion NuGet Manager extracted location.

  3. Run SyncfusionNuGetManager.exe with required platforms arguments. Refer the below table for platform as arguments to configure the Syncfusion NuGet Packages sources.

    Command to add Syncfusion NuGet feed

Add

To add the Syncfusion NuGet feed link with below command.

SyncfusionNuGetManager.exe Add [platform key]

Example:SyncfusionNuGetManager.exe Add

Update

To update the new feed\local NuGet location with update command.

SyncfusionNuGetManager.exe Update {platform key} {source feed link\Local NuGet location}

Example:SyncfusionNuGetManager.exe Update JavaScript “D:\Syncfusion\JavaScript NuGet”

Remove

To remove the configured Syncfusion NuGet by below command.

SyncfusionNuGetManager.exe Remove [platform key] [local NuGet Location]

Example:SyncfusionNuGetManager.exe Remove JavaScript

Platform Key table

Here the list of keyword for platform keys to access.

Platform Platform Keys
ASP.NET Aspnet /asp.net
ASP.NET MVC Aspnetmvc /asp.net mvc /mvc
ASP.NET Core Aspnetcore /asp.net core /core
JavaScript JavaScript/JS
Xamarin Xamarin
UWP Uwp /universalwindows
WPF
Wpf
Windows Forms WindowsForms /Winforms/WF
Windows Phone WindowsPhone /wp /winphone
WinRT WinRT
Universal Universal
LightSwitchHTML LightSwitch
Silverlight Silverlight
  1. Once Syncfusion NuGet Manager removed the Syncfusion NuGet sources, the changes will be reflected in NuGet.config file of your machine and updated the same in available package sources of your Visual Studio.

    NuGet package manager dialog with Syncfusion NuGet feeds