Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow assembly encapsulated rules #227

Open
nt5689 opened this issue Dec 19, 2020 · 0 comments
Open

Allow assembly encapsulated rules #227

nt5689 opened this issue Dec 19, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@nt5689
Copy link

nt5689 commented Dec 19, 2020

Creating rules in .rule files is a kind of scripting with no intellisense and syntax checking. This is error prone and time consuming for most users.

When a mechanism is provided that allow rules to be encapsulated in dynamically loaded compiled assemblies.
This would require some kind of base class that can be used to build rules.
Since most of the objects are already available in the current code base, the effort should me minimal to provide this feature.

Users can use there favourite code editor to do:

  • syntax checking
  • write unit/integration tests with code coverage
  • compile

This could be later extended, with automated build and release pipelines for deploying and testing rules .

@giuliov giuliov added the enhancement New feature or request label Dec 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants