TUtility 2.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package TUtility --version 2.0.2
                    
NuGet\Install-Package TUtility -Version 2.0.2
                    
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" Version="2.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TUtility" Version="2.0.2" />
                    
Directory.Packages.props
<PackageReference Include="TUtility" />
                    
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 TUtility --version 2.0.2
                    
#r "nuget: TUtility, 2.0.2"
                    
#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@2.0.2
                    
#: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&version=2.0.2
                    
Install as a Cake Addin
#tool nuget:?package=TUtility&version=2.0.2
                    
Install as a Cake Tool

<p align="center"> <img src="logo.svg" width = "400" height = "200" alt="TORM Logo"/> </p>

<h1 align="center">TUtility - .NET 工具库</h1>

<div align="center">

License NuGet .NET

轻量级、高性能、功能丰富的 .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/           # 单元测试

感谢

PooledAwait

NewLife.Core

YitIdHelper

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

Showing the top 3 NuGet packages that depend on TUtility:

Package Downloads
TORM

TORM 是一个为 .NET 平台设计的轻量级、高性能 ORM(对象关系映射)框架。提供了简洁流畅的 API,支持多种数据库,并针对高性能场景进行了深度优化。 数据库驱动请按需引用对应的子包:TORM.Sqlite、TORM.MySql、TORM.SqlServer、TORM.PostgreSql、TORM.QuestDb。

TUtility.App

TUtility 是一个轻量级、高性能、功能丰富的 .NET 工具库。提供模块化启动系统、操作结果模式、高性能内存缓存、对象池、池化异步任务、定时任务调度、安全算法、雪花ID生成器、JSON序列化扩展等功能。

TExcel

TExcel 是一个轻量级、高性能、低内存占用的 Excel 读写库,支持 AOT 编译。提供流式操作,支持导出实体列表、多 Sheet、字典,以及导入 Sheet、获取 Sheet 列表、逐行读取等功能。无需任何第三方依赖。

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.7 444 4/27/2026
2.0.4 120 4/22/2026
2.0.2 227 4/20/2026
2.0.1 232 4/20/2026
1.9.54 233 4/16/2026
1.9.44 106 4/14/2026
1.9.41 103 4/14/2026
1.9.40 792 4/13/2026
1.9.39 138 4/12/2026
1.9.32 168 4/11/2026
1.9.8 151 4/5/2026
1.9.4 104 4/5/2026
1.9.3 156 4/5/2026
1.9.2 108 4/4/2026