TUtility.Generator
2.0.7
dotnet add package TUtility.Generator --version 2.0.7
NuGet\Install-Package TUtility.Generator -Version 2.0.7
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="TUtility.Generator" Version="2.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TUtility.Generator" Version="2.0.7" />
<PackageReference Include="TUtility.Generator" />
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 TUtility.Generator --version 2.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TUtility.Generator, 2.0.7"
#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 TUtility.Generator@2.0.7
#: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=TUtility.Generator&version=2.0.7
#tool nuget:?package=TUtility.Generator&version=2.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
<p align="center"> <img src="logo.svg" width = "400" height = "200" alt="TORM Logo"/> </p>
<h1 align="center">TUtility - .NET 工具库</h1>
<div align="center">
轻量级、高性能、功能丰富的 .NET 工具库
ThingsGateway 生态中的 基础 组件
</div>
项目简介
TUtility 是一个轻量级、高性能、功能丰富的 .NET 工具库。提供模块化启动系统、对象池、池化异步任务、定时任务调度、JSON序列化扩展等功能。
安装
dotnet add package TUtility
支持的目标框架
- .NET 8.0
- .NET 10.0
项目结构
TUtility/
├── analyzer/
│ ├── TUtility.Analyzer/ # 代码分析器
│ └── TUtility.Generator/ # 源生成器
├── src/
│ └── TUtility/
│ ├── App/ # 应用启动与配置
│ ├── Attributes/ # 特性定义
│ ├── Caching/ # 缓存实现
│ ├── Collections/ # 集合与对象池
│ ├── Common/ # 通用工具
│ ├── Data/ # 数据模型
│ ├── Enums/ # 枚举定义
│ ├── Extensions/ # 扩展方法
│ ├── Helper/ # 帮助类
│ ├── Logger/ # 日志组件
│ ├── OperResult/ # 操作结果模式
│ ├── PooledAwait/ # 池化异步
│ ├── SystemTextJson/ # JSON 序列化
│ ├── Threading/ # 线程与定时器
│ └── Util/ # 工具类
└── test/
└── TUtility.Test/ # 单元测试
感谢
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- 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.