Questions tagged [nrules]

NRules is an open source production rules engine for .NET, based on the Rete matching algorithm. Rules are authored in C# using internal DSL.

NRules is an open source production rules engine for .NET, based on the Rete matching algorithm. Rules are authored in C# using internal DSL.

https://github.com/NRules/NRules

34 questions
0
votes
1 answer

NRules: how to organize rules in modules and enable/disable with other rules

I am getting started with NRules. Here's an outline of some key requirements for the application I am building: Some of the rules determine if groups of other rules should be applied. For example (in pseudo code): "when the type of vehicle is car,…
Captain Whippet
  • 2,143
  • 4
  • 25
  • 34
0
votes
1 answer

Where is NRules documentation gone?

Can someone kindly point out where NRules documentation is? The links that I found shown below are all broken. Getting-Started. Index I hope this is not a depreciating project :( If that is the case what are good alternatives?
VivekDev
  • 20,868
  • 27
  • 132
  • 202
-1
votes
1 answer

I need to create a system with dynamic rules created/edited bythe user on the UI using aspnet core

I need to create a system with dynamic rules created/edited bythe user on the UI using aspnet core. I researched some frameworks and the best i found was the NRULES, but i belive that is not gonna solve my problem. Anyone has some advise about how…
-2
votes
1 answer

NRules with Asp.Net Core scoped dependency could not be resolved

I am getting the following error when I run the sample here. Cannot resolve scoped service 'IPersonService' from root provider. I want to inject the service IPersonService into the rule MalePersonRule Note that this same service IPersonService is…
VivekDev
  • 20,868
  • 27
  • 132
  • 202
1 2
3