TUtility.App 2.0.53

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

Showing the top 4 NuGet packages that depend on TUtility.App:

Package Downloads
ThingsGatewayRuntime.Foundation

Package Description

ThingsGatewayRuntime.Admin

Package Description

ThingsGatewayRuntime.Application

Package Description

TAdmin

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.53 0 7/8/2026
2.0.52 65 7/7/2026
2.0.51 321 7/2/2026
2.0.50 279 6/25/2026
2.0.49 569 6/22/2026
2.0.48 231 6/17/2026
2.0.47 539 6/11/2026
2.0.46 351 6/8/2026
2.0.45 164 6/5/2026
2.0.44 293 6/4/2026
2.0.43 414 6/3/2026
2.0.41 174 6/1/2026
2.0.40 161 5/29/2026
2.0.39 250 5/29/2026
2.0.38 303 5/27/2026
2.0.35 235 5/25/2026
2.0.34 245 5/24/2026
2.0.33 170 5/24/2026
2.0.31 164 5/24/2026
2.0.30 358 5/24/2026
Loading failed