TC.Tier.CodeGen
1.0.1
dotnet add package TC.Tier.CodeGen --version 1.0.1
NuGet\Install-Package TC.Tier.CodeGen -Version 1.0.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="TC.Tier.CodeGen" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TC.Tier.CodeGen" Version="1.0.1" />
<PackageReference Include="TC.Tier.CodeGen" />
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.CodeGen --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TC.Tier.CodeGen, 1.0.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 TC.Tier.CodeGen@1.0.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=TC.Tier.CodeGen&version=1.0.1
#tool nuget:?package=TC.Tier.CodeGen&version=1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
TC.Tier.CodeGen
TC.Tier 的源生成器(analyzer 包)——编译期生成,零运行时反射。安装后自动提供:
能力
- BinaryLayout:为标注类型生成高效的二进制序列化/反序列化代码(布局 + codec)
- TierFs 协议注册桥:引用协议程序集(如 S3)即自动注册 TierFs 介质协议,消费方零配置
安装
dotnet add package TC.Tier.CodeGen
包内 analyzer 在编译期自动生效(无需额外配置);项目需配合 TC.Tier.CodeGen.Abstractions 中的标注特性使用。
文档
- 完整文档站:https://docs.mytzz.top/
- API 参考:https://docs.mytzz.top/api/
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
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.0.1 | 94 | 8/24/2026 |
| 1.0.0 | 104 | 8/24/2026 |
| 1.0.0-alpha.1 | 34 | 9/16/2026 |