Cirreum.Domain 1.1.0

dotnet add package Cirreum.Domain --version 1.1.0
                    
NuGet\Install-Package Cirreum.Domain -Version 1.1.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="Cirreum.Domain" Version="1.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Cirreum.Domain" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Cirreum.Domain" />
                    
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 Cirreum.Domain --version 1.1.0
                    
#r "nuget: Cirreum.Domain, 1.1.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 Cirreum.Domain@1.1.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=Cirreum.Domain&version=1.1.0
                    
Install as a Cake Addin
#tool nuget:?package=Cirreum.Domain&version=1.1.0
                    
Install as a Cake Tool

Cirreum.Domain

NuGet Version NuGet Downloads GitHub Release License .NET

The default implementation of Cirreum's domain-centric application model.

Overview

Cirreum.Domain is the default implementation of Cirreum's domain-centric application model — the runtime-agnostic engine that supplies the concrete classes behind the contracts declared in Cirreum.Contracts.

Cirreum.Domain provides:

  • Conductor — the CQRS engine: Dispatcher, Publisher, ConductorBuilder, the pipeline machinery, and the validation / query-caching / handler-performance intercepts
  • CachingInMemoryCacheService, InstrumentedCacheService, NoCacheService, and cache telemetry
  • AuthorizationDefaultAuthorizationEvaluator, the operation-grant accessor / factory / evaluator and grant-cache machinery, ResourceAccessEvaluator, RoleDefinitionScanner, and the FluentValidation validators (AuthorizerBase, the Has*Validator family)
  • StateScopedNotificationState
  • PresenceUserPresenceBuilder
  • RemoteServicesRemoteClient and the connection base
  • FileSystemFileSystemUtils and the CSV implementations
  • Registration & extensionsAddDomainServices (the default Conductor pipeline + authorization wiring), ResultExtensions, SystemIOExtensions, and format helpers

Where it fits

Cirreum.Domain is L3 — the framework engine, implemented over Cirreum.Contracts (L2, the contract surface) and Cirreum.Kernel (L1, the dependency-free floor), both referenced as published packages. It carries no host or provider dependencies, so the same domain core runs unchanged on a server, in WebAssembly, or in a serverless function.

Contribution Guidelines

  1. Be conservative with new abstractions
    The API surface must remain stable and meaningful — Domain is the engine the whole framework runs on; changes ripple through the entire ecosystem.

  2. Limit dependency expansion
    Only add foundational, version-stable dependencies. Concrete dependencies belong here (not in Cirreum.Contracts), but keep them deliberate.

  3. Favor additive, non-breaking changes
    Breaking changes cascade through every dependent package and every Cirreum app. Major version bumps are rare.

  4. Include thorough unit tests
    All behavior should be independently testable.

  5. Document architectural decisions
    Context and reasoning should be clear for future maintainers.

  6. Follow .NET conventions
    Use established patterns from Microsoft.Extensions.* libraries.

Versioning

Cirreum.Domain follows Semantic Versioning:

  • Major — Breaking API changes
  • Minor — New features, backward compatible
  • Patch — Bug fixes, backward compatible

Given its foundational role, major version bumps are rare and carefully considered.

License

This project is licensed under the MIT License — see the LICENSE file for details.


Cirreum Foundation Framework
Layered simplicity for modern .NET

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.0 93 6/5/2026
1.0.0 100 6/5/2026