MRE 1.0.3
The Micro Rule Engine is a small(As in about 200 lines) Rule Engine that allows you to create Business rules that are not hard coded. Under the hood MRE creates a Linq Expression tree and compies a rule into an anonymous method i.e. Func<T bool>
Install-Package MRE -Version 1.0.3
dotnet add package MRE --version 1.0.3
<PackageReference Include="MRE" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MRE --version 1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Exposing the Expression used by the MRE so that it can be used in Linq expressions
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.