Skip to content

Tags: baitechman/RulesEngine

Tags

v3.5.0

Toggle v3.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
In the README.md, there is an example of one creating a worklow and s…

…ending it to the rules engine. This MUST be an array (not a single workflow) and the current documentation if one was following along would not compile. I updated the sample code to have a new var List<Workflow> workflows which is passed to the rules engine. The sample 'Example Workflow' is the only workflow in this list of workflows. (microsoft#334)

Co-authored-by: Charlie King <charlie.king@dimensional.com>

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Abbasc52/actions for nested levels (microsoft#182)

* Added support for nested rule actions

* Changed type for Actions

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
made AddWorkflow throw exception when trying to add an workflow which…

… already exists (microsoft#162)

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update RulesEngine.csproj (microsoft#130)

v3.1.0-preview.4

Toggle v3.1.0-preview.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Abbasc52/null rule param fix (microsoft#119)

* Fixed scoped parameter throwing exception on compilation error
* Fixed null RuleParameter throwing exception
* Replaced thrown Exceptions with RuleException

v3.1.0-preview.3

Toggle v3.1.0-preview.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed scopedParams runtime error not logging as exception message (mi…

…crosoft#108)

v3.1.0-preview.2

Toggle v3.1.0-preview.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Made runtime error log as exception message by default (microsoft#107)

v3.1.0-preview.1

Toggle v3.1.0-preview.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update dotnetcore-build.yml (microsoft#100)

* Update dotnetcore-build.yml

* Update dotnetcore-build.yml

* Update dotnetcore-build.yml

* Update dotnetcore-build.yml

* Update dotnetcore-build.yml

* Update dotnetcore-build.yml

* Update dotnetcore-build.yml

v3.0.2

Toggle v3.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed LocalParams Cache not getting cleaned up (microsoft#93)

v3.0.1

Toggle v3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
* fixed namespace issue (microsoft#82)

* fixed namespace issue
* added editorconfig
* cleaned up files based on editorconfig