Compze.TypeIdentifiers.Interning 0.1.1-alpha

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

Compze.TypeIdentifiers.Interning

Database-local integer interning for stable type identity. Maps a Compze TypeId to a small, per-database int and back, so storage tables can reference a type with a 4-byte int instead of a GUID or a long string — durably linking every spelling a type has been persisted as (reclassification and renames) behind a small, storage-agnostic provider interface. Depends only on Compze.TypeIdentifiers.

What is Compze?

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

Installation

dotnet add package Compze.TypeIdentifiers.Interning

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

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

Package Downloads
Compze.TypeIdentifiers.Interning.PostgreSql

PostgreSQL backend for Compze type-id interning: a PostgreSQL ITypeIdInternerPersistence implementation for Compze.TypeIdentifiers.Interning.

Compze.TypeIdentifiers.Interning.MicrosoftSql

SQL Server backend for Compze type-id interning: a SQL Server ITypeIdInternerPersistence implementation for Compze.TypeIdentifiers.Interning.

Compze.TypeIdentifiers.Interning.Sqlite

SQLite backend for Compze type-id interning: a SQLite ITypeIdInternerPersistence implementation for Compze.TypeIdentifiers.Interning.

Compze.TypeIdentifiers.Interning.MySql

MySQL backend for Compze type-id interning: a MySQL ITypeIdInternerPersistence implementation for Compze.TypeIdentifiers.Interning.

Compze.Tessaging.MySql

For Compze internal use only. Do not take a direct dependency on this package. MySQL inbox/outbox backend for Compze messaging.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.1-alpha 142 7/24/2026
0.1.0-alpha 255 6/4/2026