Search results
Suggest a FeaturePDF

How to Apply Bold Reports Custom NuGet Packages

You are having two options to apply the patched NuGet packages in development environment. You can find the details as follows.

Apply Custom NuGet packages using the Visual Studio

You have to use the Visual Studio package manager to restore the custom package from the location of having the Custom NuGet packages. You can find the details as follows.

  1. First, close your project in Visual Studio.

  2. Delete the bin and obj folders from the project location.

  3. Open the following location with help of Run.%USERPROFILE%\.nuget\packages\. Remove the boldreports.net.core folder.

  4. Download the provided NuGet packages.

  5. Unblock the downloaded zip file and Unzip the downloaded file.

unblock the zip file

  1. Open the Visual Studio NuGet package manager.

  2. Select the Settings icon in the Package Manager UI outlined as follows.

Package Manager UI

  1. Add a source, select +, edit the name, enter the custom package path in the Source control, and select Update. The source now appears in the selector drop-down.

Add custom package

  1. Now, choose the newly added source in package source drop-down and select it.

Install custom Nuget Packages

  1. Install the Custom NuGet Packages.

Replaced the assemblies manually

You have to use the Visual Studio package manager to restore the custom package from the location of having the Custom NuGet packages.

  1. First, close your project in Visual Studio.

  2. Delete the bin and obj folders from the project location.

  3. Download the provided NuGet packages.

  4. Unblock the downloaded zip file and Unzip the downloaded file.

unblock the zip file

  1. Extract NuGet package using the 7-Zip extractor.

 Extract NuGet package using 7-Zip

  1. If you do not have the 7-zip, then change the nupkg file name as Zip and extract using the zip extractor.

nupkg to zip conversion

  1. Copy all folders from the lib or specific framework that you are using.

  2. Open the following location with help of Run.%USERPROFILE%\.nuget\packages\boldreports.net.core\6.3.24\lib. Pasted the copied files.

  3. Now, you can open and compile the project, this will use the provided patch assembly from the NuGet cache restored in your system.