VOOZH about

URL: https://www.nuget.org/packages/TUtility.App/

⇱ NuGet Gallery | TUtility.App 2.0.48




👁 Image
TUtility.App 2.0.48

dotnet add package TUtility.App --version 2.0.48
 
 
NuGet\Install-Package TUtility.App -Version 2.0.48
 
 
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.App" Version="2.0.48" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TUtility.App" Version="2.0.48" />
 
Directory.Packages.props
<PackageReference Include="TUtility.App" />
 
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.App --version 2.0.48
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TUtility.App, 2.0.48"
 
 
#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.App@2.0.48
 
 
#: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.App&version=2.0.48
 
Install as a Cake Addin
#tool nuget:?package=TUtility.App&version=2.0.48
 
Install as a Cake Tool
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">

👁 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 Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 is compatible.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows 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.App:

Package Downloads
ThingsGatewayRuntime.Foundation

Package Description

ThingsGatewayRuntime.Admin

Package Description

ThingsGatewayRuntime.Application

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.48 93 6/17/2026
2.0.47 522 6/11/2026
2.0.46 342 6/8/2026
2.0.45 155 6/5/2026
2.0.44 285 6/4/2026
2.0.43 406 6/3/2026
2.0.41 167 6/1/2026
2.0.40 154 5/29/2026
2.0.39 235 5/29/2026
2.0.38 294 5/27/2026
2.0.35 227 5/25/2026
2.0.34 240 5/24/2026
2.0.33 162 5/24/2026
2.0.31 160 5/24/2026
2.0.30 351 5/24/2026
2.0.28 318 5/19/2026
2.0.25 165 5/14/2026
2.0.22 175 5/13/2026
2.0.21 160 5/13/2026
2.0.19 445 5/11/2026
Loading failed