Compze.Abstractions 0.3.0-alpha

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

Compze.Abstractions

Foundational abstractions for the Compze framework.

What is Compze?

Compze is a .NET framework for building expressive domains through Teventive programming and Typermedia APIs. Learn more

What's in this package?

  • Entity and identity typesEntityId, TentityId, TaggregateId, the Entity<> base classes, and ValueWrapper<>
  • Time abstractionsIUtcTimeTimeSource, and the testing time source that overrides it
  • ConfigurationIConfigurationParameterProvider, the extension point a host fills to answer connection-string and parameter lookups

The tessage type system (ITessage, ITevent, ITommand, ITuery and the full hierarchy) is not here — it lives in Compze.Tessaging.Abstractions.

Installation

dotnet add package Compze.Abstractions

License

Apache-2.0

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 (18)

Showing the top 5 NuGet packages that depend on Compze.Abstractions:

Package Downloads
Compze.Tessaging

Messaging infrastructure for the Compze framework including command, query, and event handling.

Compze.Sql.Sqlite

SQLite support for the Compze framework: declares the SQLite domain database that Compze endpoints join. Also carries the SQLite plumbing the Compze.*.Sqlite feature backends share.

Compze.Sql.MySql

MySQL support for the Compze framework: declares the MySql domain database that Compze endpoints join. Also carries the MySQL plumbing the Compze.*.MySql feature backends share.

Compze.Sql.PostgreSql

PostgreSQL support for the Compze framework: declares the PgSql domain database that Compze endpoints join. Also carries the PostgreSQL plumbing the Compze.*.PostgreSql feature backends share.

Compze.Tessaging.Abstractions

The tessage type system: the ITessage hierarchy Compze routes by type — tevents, tommands and tueries, the delivery-guarantee and transactional markers that classify them, the base types implementing them, and the validation holding tessage types to those rules. Depend on this to declare an application's tessages without depending on the Tessaging engine that delivers them.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.3.0-alpha 226 7/24/2026
0.2.0-alpha 215 7/15/2026
0.1.0-alpha 383 6/4/2026