TUtility.App 2.0.4

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

Package Downloads
ThingsGatewayRuntime.Admin

Package Description

ThingsGatewayRuntime.Foundation

Package Description

ThingsGatewayRuntime.Application

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.7 236 4/27/2026
2.0.4 93 4/22/2026
2.0.2 89 4/20/2026
2.0.1 90 4/20/2026
1.9.54 91 4/16/2026
1.9.44 95 4/14/2026
1.9.41 88 4/14/2026
1.9.40 87 4/13/2026
1.9.39 91 4/12/2026
1.9.32 84 4/11/2026
1.9.18 91 4/7/2026
1.9.8 87 4/5/2026
1.9.4 91 4/5/2026
1.9.3 89 4/5/2026