Skip to content
#

priority

Here are 141 public repositories matching this topic...

luispfgarces
luispfgarces commented May 5, 2021

When adding composed nodes to rules, the fluent interface available on rules builder is:

(...)
return b.AsComposed()
    .WithLogicalOperator(LogicalOperators.Or)
    .AddCondition(cb =>
(...)

Which creates a experience issue given LogicalsOperators has literals And, Or and Eval. The literal Eval is not valid for composed nodes, but the following configuration is possible:

`

enhancement good first issue

Improve this page

Add a description, image, and links to the priority topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the priority topic, visit your repo's landing page and select "manage topics."

Learn more