◷ Reading Time: 2 minutes
Introduction
From version 8, we moved the Runtime SDK to NuGet and all the samples to GitHub.
To compile and run samples for FlexRule Runtime v8 you need to reference the ‘FlexRule.Runtime package from Nuget.
Nuget: https://www.nuget.org/packages/FlexRule.Runtime/ Github samples: https://github.com/FlexRule/Integration-Samples
- Clone the sample repository locally
- Open any of the sample solutions
- FlexRule.Samples.sln
- Airline Discount Program.sln
- CarInsuranceWinApp.sln
- CaseHandling.sln
- Reference FlexRule.Runtime package from NuGet
- Compile and done!
Referencing NuGet Package
Once the solution is opened, Right click on solution and select the Package Manager

Find the package and Click on Install for all the projects

Compile Issue
If you get an error about NPOI conflicting with System.Windows.Forms type like below image:

You need to change the alias’of NOPI library.
In order to change the default alias:
- Select the NPOI in the project references
- In the property windows, find the Aliases. The value is global by default.
- Change the value to global_npoi
