Muonroi.RuleEngine.Abstractions
1.7.1
See the version list below for details.
dotnet add package Muonroi.RuleEngine.Abstractions --version 1.7.1
NuGet\Install-Package Muonroi.RuleEngine.Abstractions -Version 1.7.1
<PackageReference Include="Muonroi.RuleEngine.Abstractions" Version="1.7.1" />
<PackageVersion Include="Muonroi.RuleEngine.Abstractions" Version="1.7.1" />
<PackageReference Include="Muonroi.RuleEngine.Abstractions" />
paket add Muonroi.RuleEngine.Abstractions --version 1.7.1
#r "nuget: Muonroi.RuleEngine.Abstractions, 1.7.1"
#:package Muonroi.RuleEngine.Abstractions@1.7.1
#addin nuget:?package=Muonroi.RuleEngine.Abstractions&version=1.7.1
#tool nuget:?package=Muonroi.RuleEngine.Abstractions&version=1.7.1
Rule Engine Abstractions for Muonroi.BuildingBlock
| 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
NuGet packages (12)
Showing the top 5 NuGet packages that depend on Muonroi.RuleEngine.Abstractions:
| 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.Core
Rule Engine Core implementation for Muonroi.BuildingBlock |
|
|
Muonroi.RuleEngine.NRules
NRules integration for Muonroi.BuildingBlock Rule Engine |
|
|
Muonroi.Tenancy.Abstractions
Multi-tenancy contracts: ITenantContext, ITenantIdResolver, and shared tenant models for Muonroi applications. |
|
|
Muonroi.Tenancy.Core
Shared-database multi-tenancy core: EF Core global filters, tenant context propagation, and quota tracking. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.9.3 | 142 | 2/8/2026 |
| 1.9.2 | 135 | 2/7/2026 |
| 1.8.0 | 149 | 1/25/2026 |
| 1.7.6 | 132 | 1/24/2026 |
| 1.7.3 | 139 | 1/15/2026 |
| 1.7.2 | 143 | 1/11/2026 |
| 1.7.1 | 136 | 1/11/2026 |
| 1.7.0 | 129 | 1/11/2026 |
| 1.6.21 | 115 | 1/4/2026 |
| 1.6.20 | 140 | 1/2/2026 |
| 1.6.19 | 133 | 1/2/2026 |
| 1.6.16 | 134 | 1/1/2026 |
| 1.6.15 | 129 | 12/29/2025 |
| 1.6.14 | 130 | 12/29/2025 |
| 1.6.13 | 131 | 12/29/2025 |
| 1.6.12 | 125 | 12/29/2025 |
| 1.6.11 | 122 | 12/29/2025 |
| 1.6.10 | 135 | 12/29/2025 |
| 1.6.9 | 128 | 12/28/2025 |
| 1.0.0-alpha.1 | 69 | 3/8/2026 |
v1.7.0: Added Saga Pattern support (ICompensatableRule), ExecutionMode enum (AllOrNothing/BestEffort/CompensateOnFailure), and OrchestratorResult for detailed execution feedback. Added 84 comprehensive unit tests.