Luís Garcês
Luís Garcês
### Purpose Create caching functionality for rules fetched from data source. Implement first cache provider in-memory. ### Main functionalities Extend Rules.Framework functionalities by adding following cache behavior: - Cache response...
Add sample project demonstrating: - Creating rules engine. - Setting up a SQL Server database data source. - Building and adding rules. - Updating existent rules. - Evaluating rules (one...
Add sample project demonstrating: - Creating rules engine. - Setting up a MongoDB database data source. - Building and adding rules. - Updating existent rules. - Evaluating rules (one and...
### Is your request related to a problem you have? Remove the WithPriority(...) method which has been deprecated for quite some time now, and we think it is safe to...
## Description Please include here a description of the changes introduced by your new pull request. Remember, it is important to include as much information as possible on the context...
## Description Creates the Rule Query Language core language on top of the Rules.Framework rules engine, adding support for match and search expressions. Some examples of the language usage (using...