asulwer / RulesEngine

Rules Engine with extensive Dynamic expression support
MIT License
6 stars 1 forks source link

documentation #30

Open asulwer opened 6 days ago

asulwer commented 6 days ago

Examples, comments and documentation are grossly lacking. if anyone is to use this repository each feature needs to be documented

RenanCarlosPereira commented 5 days ago

please check out the documentation on the original website: https://microsoft.github.io/RulesEngine/

this content is in the folder doc, and it has most of the documentation to use the tool. to create our website we need to do the same with GitHub pages

asulwer commented 5 days ago

in my opinion the documentation touches on the basics. what is missed is a lot. example, is missing Actions. i am just saying that we need better documentation which has been something users of RulesEngine have always complained about.

RenanCarlosPereira commented 5 days ago

Nice, so what exactly are we missing in the documentation?

Would be nice to know so we can work on it.

A valid good point is how to create expressions, but we can see it here:

https://dynamic-linq.net/expression-language#operators

asulwer commented 4 days ago

expressions are 'sort of' created for us., something i want to fix, seems hardcoded at the moment

asulwer commented 2 days ago

@RenanCarlosPereira

  1. wiki links in readme are broken. i need to setup the wiki so those links work.
  2. document changes that were added in regard to methods with CancellationToken as a parameter