Simple, clean, and object-oriented way to create and execute business rules in .NET
You should install RuleX with NuGet:
Install-Package RuleX
Or via the .NET Core command line interface:
dotnet add package RuleX
Please see wiki section for examples.