Muonroi.RuleEngine.NRules 1.7.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Muonroi.RuleEngine.NRules --version 1.7.0
                    
NuGet\Install-Package Muonroi.RuleEngine.NRules -Version 1.7.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Muonroi.RuleEngine.NRules" Version="1.7.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Muonroi.RuleEngine.NRules" Version="1.7.0" />
                    
Directory.Packages.props
<PackageReference Include="Muonroi.RuleEngine.NRules" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Muonroi.RuleEngine.NRules --version 1.7.0
                    
#r "nuget: Muonroi.RuleEngine.NRules, 1.7.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Muonroi.RuleEngine.NRules@1.7.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Muonroi.RuleEngine.NRules&version=1.7.0
                    
Install as a Cake Addin
#tool nuget:?package=Muonroi.RuleEngine.NRules&version=1.7.0
                    
Install as a Cake Tool

NRules integration for Muonroi.BuildingBlock Rule Engine

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Muonroi.RuleEngine.NRules:

Package Downloads
Muonroi.BuildingBlock

This library provides entities such as `User`, `Role`, `Permission`, and `Language`, and comes with built-in Dependency Injection features, Bearer Token management, JSON handling utilities, string conversion, and localization for multiple languages.

Muonroi.RuleEngine.Runtime

Runtime orchestration layer for Muonroi RuleEngine, providing execution pipelines and integration points for rule evaluation services.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.9.3 110 2/8/2026
1.9.2 106 2/7/2026
1.8.0 116 1/25/2026
1.7.6 107 1/24/2026
1.7.3 118 1/15/2026
1.7.2 124 1/11/2026
1.7.1 111 1/11/2026
1.7.0 103 1/11/2026
1.6.20 111 1/2/2026
1.6.19 107 1/2/2026
1.6.16 106 1/1/2026
1.6.15 102 12/29/2025
1.6.14 103 12/29/2025
1.6.13 103 12/29/2025
1.6.12 106 12/29/2025
1.6.11 97 12/29/2025
1.6.10 112 12/29/2025
1.6.9 105 12/28/2025
1.6.8 92 12/27/2025
1.0.0-alpha.1 41 3/8/2026
Loading failed

v1.7.0: Updated to use new Abstractions v1.7.0 with Saga Pattern support. Compatible with ExecutionMode enum for flexible execution strategies.