Compze.Core 0.2.0-alpha.1

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

Compze.Core

Core 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?

This package provides the foundational abstractions that all other Compze packages build upon:

  • Entity and identity typesEntityId, TentityId, TaggregateId, and strongly-typed ID base classes
  • Messaging contractsITessage, ITevent, ITommand, ITuery, and the full message type hierarchy
  • Teventive event interfacesITaggregate, IAggregateEvent, IAggregateCreatedEvent, and related types for modeling event-sourced aggregates
  • Event store abstractionsITeventStore, ITeventStoreReader, ITeventStoreUpdater
  • Document DB abstractionsIDocumentDb, IDocumentDbSession, IDocumentDbReader, IDocumentDbUpdater
  • Endpoint and hosting contractsEndpointConfiguration, IEndpointHost, IEndpoint
  • Time abstractionsIUtcTimeTimeSource

Installation

dotnet add package Compze.Core
Package Description
Compze.Tessaging Messaging infrastructure
Compze.Utilities Core utilities
Compze.Tessaging.Teventive.TeventStore Event store implementation

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

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

Package Downloads
Compze.Sql.Common

For Compze internal use only. Do not take a direct dependency on this package

Compze.Sql.PostgreSql

For Compze internal use only. Do not take a direct dependency on this package

Compze.Sql.MicrosoftSql

For Compze internal use only. Do not take a direct dependency on this package

Compze.Sql.MySql

For Compze internal use only. Do not take a direct dependency on this package

Compze.Sql.Sqlite

For Compze internal use only. Do not take a direct dependency on this package

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.2.0-alpha.1 77 2/28/2026
0.1.0-alpha.3 192 2/13/2026
0.1.0-alpha.2 63 2/12/2026
0.1.0-alpha.1 60 2/12/2026