How to install the custom patch Syncfusion NuGet in the Windows machine?
Installing a Custom Syncfusion NuGet Package on Windows
This section explains how to install a custom patch Syncfusion NuGet package on a Windows machine.
Step 1: Remove Existing Syncfusion NuGet Packages
Open the project in Visual Studio and remove any previously installed Syncfusion® NuGet packages. For example, if your project includes a Syncfusion® patch NuGet package such as Syncfusion.Maui.Core, make sure to uninstall it from the project.
Step 2: Close Visual Studio
After that, close the application.
Step 3: Clear the Local NuGet Cache
Delete the previously installed Syncfusion® NuGet package versions from the local NuGet cache on your machine.
C:\Users\{User Name}\.nuget\packages
For example, if you got the Syncfusion® patch NuGet package with version 33.1.47, remove the 33.1.49 folder.
C:\Users\{User Name}\.nuget\packages\syncfusion.maui.core\33.1.49
Step 4: Download the Patch NuGet Packages
Download the patch NuGet packages provided by Syncfusion Supportand save them to a preferred location on your Windows machine.
Step 5: Open NuGet Package Manager
Reopen your application in Visual Studio.
Right-click the project and select Manage NuGet Packages.
Step 6:Configure a New NuGet Package Source
In the NuGet Package Manager window, click the Settings (gear) icon to configure a new package source.
Step 7: Add a New Package Source
Click the Add icon to create a new NuGet package source.
Step 8: Configure the Package Source Enter a friendly name, then use the Browse button to select the location where the patch NuGet packages were downloaded. Finally, click Update, and then click OK to apply the changes.
Step 9: Select the New Package Source In the NuGet Package Manager, select the newly added package source from the drop-down list, as shown in the screenshot below.
Step 10: Install the Patch NuGet Package The NuGet packages available in the selected package source will be listed. Select the desired package, then click the Install button to proceed.
Step 11: Verify Installation The package will be installed in the application, as shown in the following screenshot.
Note
To apply the Syncfusion.Maui.Core patch, uninstall all Syncfusion® NuGet packages from the application and shut down the application. Subsequently, clear the NuGet cache specifically for Syncfusion.Maui.Core, as all Syncfusion® Maui NuGet packages rely on it.