Core.ORM.Utility
2.0.22
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Core.ORM.Utility --version 2.0.22
NuGet\Install-Package Core.ORM.Utility -Version 2.0.22
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="Core.ORM.Utility" Version="2.0.22" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Core.ORM.Utility" Version="2.0.22" />
<PackageReference Include="Core.ORM.Utility" />
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 Core.ORM.Utility --version 2.0.22
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Core.ORM.Utility, 2.0.22"
#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 Core.ORM.Utility@2.0.22
#: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=Core.ORM.Utility&version=2.0.22
#tool nuget:?package=Core.ORM.Utility&version=2.0.22
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Core.ORM.Utility - .NET 工具库
forked from ThingsGateway/TUtility
开始
从Nuget安装最新版本。
Install-Package Core.ORM.Utility
TUtility - .NET 工具库
轻量级、高性能、功能丰富的 .NET 工具库
ThingsGateway 生态中的 基础 组件
项目简介
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/ # 单元测试
感谢
| Product | Versions 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.
-
net10.0
- No dependencies.
-
net8.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Core.ORM.Utility:
| Package | Downloads |
|---|---|
|
Core.ORM
Core.ORM 是一个为 .NET 平台设计的轻量级、高性能 ORM(对象关系映射)框架。 |
GitHub repositories
This package is not used by any popular GitHub repositories.