You are having two options to apply the patched NuGet packages in development environment. You can find the details as follows.
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.
First, close your project in Visual Studio.
Delete the bin and obj folders from the project location.
Open the following location with help of Run.%USERPROFILE%\.nuget\packages\
. Remove the boldreports.net.core
folder.
Download the provided NuGet packages.
Unblock the downloaded zip file and Unzip the downloaded file.
Open the Visual Studio NuGet package manager.
Select the Settings icon in the Package Manager UI outlined as follows.
You have to use the Visual Studio package manager to restore the custom package from the location of having the Custom NuGet packages.
First, close your project in Visual Studio.
Delete the bin and obj folders from the project location.
Download the provided NuGet packages.
Unblock the downloaded zip file and Unzip the downloaded file.
nupkg
file name as Zip
and extract using the zip extractor.Copy all folders from the lib or specific framework that you are using.
Open the following location with help of Run.%USERPROFILE%\.nuget\packages\boldreports.net.core\6.3.24\lib
. Pasted the copied files.
Now, you can open and compile the project, this will use the provided patch assembly from the NuGet cache restored in your system.