Jun 06, 2017, 4:53 PM
Using Ext.NET self-built NuGet packages
This guide will walk you thru the steps to set up a NuGet local repository with Ext.NET built packages.
To be able to do this, you'll neet latest Ext.NET sources, which is available to premium subscription users of Ext.NET. This feature has been available since Ext.NET version 4.2.0.
This guide assumes you already have the sources and could successfully build it in Debug mode, at least and that your version of Visual Studio has a NuGet Package Manager version compatible with 4.1.0.2427. This version number is displayed in Package Manager Console tab (View menu > Other Windows > Package Manager Console).
1. First, switch Ext.NET to Release configuration and build it. The build should take a considerable longer amount of time than the Debug Build, because it builds the NuGet packages in the process, which means it builds all possible Ext.NET configurations in Release Mode (MVC, WebForms, and the different .NET versions).
2. On any running Visual Studio instance, open the NuGet Package Manager settings dialog as shown below:

3. Switch to the 'Package Sources' options category and then click the '+' button at top-right of the dialog:

4. Give the package repository a name you'll remember will have the local NuGet packages and then browse for the

5. Chosen the folder, click 'Update' so that the package source above reflect the specified new settings:

6. Once the entry is updated, click 'ok' to dismiss the window and save the settings.
7. Now open NuGet Package Manager itself, it can be done either from the Tools menu or from right-clicking the solution or any of the projects in Solution Explorer:

(continues below)
To be able to do this, you'll neet latest Ext.NET sources, which is available to premium subscription users of Ext.NET. This feature has been available since Ext.NET version 4.2.0.
This guide assumes you already have the sources and could successfully build it in Debug mode, at least and that your version of Visual Studio has a NuGet Package Manager version compatible with 4.1.0.2427. This version number is displayed in Package Manager Console tab (View menu > Other Windows > Package Manager Console).
1. First, switch Ext.NET to Release configuration and build it. The build should take a considerable longer amount of time than the Debug Build, because it builds the NuGet packages in the process, which means it builds all possible Ext.NET configurations in Release Mode (MVC, WebForms, and the different .NET versions).
2. On any running Visual Studio instance, open the NuGet Package Manager settings dialog as shown below:
3. Switch to the 'Package Sources' options category and then click the '+' button at top-right of the dialog:
4. Give the package repository a name you'll remember will have the local NuGet packages and then browse for the
src/bin/NuGet
folder inside Ext.NET project repository.5. Chosen the folder, click 'Update' so that the package source above reflect the specified new settings:
6. Once the entry is updated, click 'ok' to dismiss the window and save the settings.
7. Now open NuGet Package Manager itself, it can be done either from the Tools menu or from right-clicking the solution or any of the projects in Solution Explorer:
(continues below)
Last edited by fabricio.murta; Jun 06, 2017 at 5:12 PM.