Muonroi.RuleEngine.NRules
1.7.0
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
<PackageReference Include="Muonroi.RuleEngine.NRules" Version="1.7.0" />
<PackageVersion Include="Muonroi.RuleEngine.NRules" Version="1.7.0" />
<PackageReference Include="Muonroi.RuleEngine.NRules" />
paket add Muonroi.RuleEngine.NRules --version 1.7.0
#r "nuget: Muonroi.RuleEngine.NRules, 1.7.0"
#:package Muonroi.RuleEngine.NRules@1.7.0
#addin nuget:?package=Muonroi.RuleEngine.NRules&version=1.7.0
#tool nuget:?package=Muonroi.RuleEngine.NRules&version=1.7.0
NRules integration for Muonroi.BuildingBlock Rule Engine
| Product | Versions 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. |
-
net9.0
- Microsoft.Extensions.DependencyInjection (>= 9.0.0)
- Microsoft.Extensions.Options (>= 9.0.0)
- Muonroi.RuleEngine.Abstractions (>= 1.7.0)
- NRules (>= 1.0.3)
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 |
v1.7.0: Updated to use new Abstractions v1.7.0 with Saga Pattern support. Compatible with ExecutionMode enum for flexible execution strategies.