IRB Exchange

Show / Hide Table of Contents

Configuring Huron NuGet Package Source in Visual Studio

The .NET client library is packaged and hosted on a Huron NuGet server. To use this package in your own .NET project you must first configure the NuGet server as a package source. After configuring the package source, the package can be installed by your projects.

Setup Package Source

  1. Start Visual Studio, then select Tools > Options...
  2. Expand NuGet Package Manager, then select Package Sources.

    Tools > Options

  3. Click the plus button in the upper right corner of the Options dialog box.

  4. At the bottom of the Options dialog box, enter the following:

    • Set the Name to Huron
    • Set the Source to http://nuget.huronsoftware.com/nuget
  5. Click the Update to save the package source.

  6. Click OK to close the Options dialog box.

    Tools > Options

The Huron NuGet server is now set up and ready to be used in your .NET based projects.

Installing .NET client library

Visual Studio provides a graphical user interface (GUI) and a command line for installing a NuGet package into your .NET projects.

Package Manager GUI

  1. Start Visual Studio, and open the solution in which you want to add the .NET client library.
  2. Select Tools > NuGet Package Manager > Manage NuGet Packages for Solution... This will open the Manage Packages for Solution design window.

    Manage Packages for Solution

  3. Click the Browse tab.

  4. Click the Package source arrow and select Huron.

    Set package source

  5. In the search box, type Huron.IrbExchange.

    Search for package

  6. Select the Huron.IrbExchange package that is listed.

  7. Select the project(s) in which you want to install the package from the right hand side of the design window.
  8. Click the Install button.

    Install package

The .NET client library for the IRB Exchange is now installed.

Package Manager Command Line

  1. Start Visual Studio, and open the solution in which you want to add the .NET client library.
  2. Select Tools > NuGet Package Manager > Package Manager Console This will open the Package Manager Console command line utility.

    Package Manager Console

  3. Select the project in which you want to install the package from the Default project drop down.

    Package Manager Console

  4. Run the following command:

    PM> Install-Package Huron.IrbExchange -Source Huron
    
  5. Repeat steps 3 and 4 for each project which requires the .NET client library.

The .NET client library for the IRB Exchange is now installed.

Additional Resources

  • Setting Up ASP.NET Core Web Application to Integrate with IRB Exchange
Back to top © 2017 Huron Consulting Group Inc. and affiliates.
Use and distribution prohibited except through written agreement with Huron. Trademarks used in this website are registered or unregistered trademarks of Huron or its licensors.