◷ Reading Time: 2 minutes
FlexRule Runtime is based on .Net Standard 2.0. This enables all .net versions to be able to use Runtime directly as an InProc integration model.
How to?
In your .net application you need to add two NuGet references.
- “System.Security.Cryptography.Xml”
- “FlexRule.Runtime”
The order of them is important otherwise you will not be able to reference “FlexRule.Runtime”.
What’s Next?
Once the references are added you need to
- Download your Runtime license from My Portal
- Link your Runtime license to your application
Your application is ready to execute any Logic Documents now.
- Create an instance of RuntimeEngine
- Invoke RuntimeEngine.Run to process your inputs