TC.Tier.Contracts 1.0.0-alpha.6

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

TC.Tier.Contracts

TC.Tier 的契约层——逻辑地址、生命周期/恢复接口、存储引擎 IO 契约、结构层接口。零依赖(不引用任何实现),是 TC.Tier 各层的公共类型基础。

包含

  • LogicalAddress(16B 全局统一逻辑地址:SegId + ABA 防护 + Offset)
  • ILifecycle / IRecovery(生命周期观测与恢复算法契约)
  • IStorageEngine / IStorageInfo(存储引擎 IO 与信息契约)
  • 结构层接口(IMetaPolicy / ITransactionParticipant / ISequentialReader 等)
  • AsyncOperation 后台操作句柄契约(事件/取消/进度/等待)

依赖

无(零依赖包)。

文档

  • 完整文档站:https://docs.mytzz.top/
  • API 参考:https://docs.mytzz.top/api/
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on TC.Tier.Contracts:

Package Downloads
TC.Tier.Core

TC.Tier 公共基石层——可观测原语、原生互操作、公共契约与核心工具

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0-alpha.6 0 9/20/2026
1.0.0-alpha.5 0 9/20/2026
1.0.0-alpha.4 28 9/19/2026
1.0.0-alpha.3 40 9/18/2026
1.0.0-alpha.2 43 9/18/2026
1.0.0-alpha.1 60 9/16/2026