MRE 1.0.2
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>
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package MRE -Version 1.0.2
dotnet add package MRE --version 1.0.2
<PackageReference Include="MRE" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MRE --version 1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Long awaited release adding a new api.
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.