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.
Deleted bin and obj folder from project location.
Open the following location with help of Run.%USERPROFILE%\.nuget\packages\
. Remove the boldreports.net.core
folder.
Downloaded the patched 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.
Deleted bin and obj folder from Project location.
Downloaded the patched NuGet packages.
Unblock the downloaded zip file and Unzip the downloaded file.
nupkg
file name as Zip
and extract using the zip extractor.Copied the all folders from lib or specific framework what you are using.
Open the following location with help of Run.%USERPROFILE%\.nuget\packages\boldreports.net.core\9.1.7\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.