NETool 2.6.1

dotnet add package NETool --version 2.6.1
                    
NuGet\Install-Package NETool -Version 2.6.1
                    
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="NETool" Version="2.6.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NETool" Version="2.6.1" />
                    
Directory.Packages.props
<PackageReference Include="NETool" />
                    
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 NETool --version 2.6.1
                    
#r "nuget: NETool, 2.6.1"
                    
#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 NETool@2.6.1
                    
#: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=NETool&version=2.6.1
                    
Install as a Cake Addin
#tool nuget:?package=NETool&version=2.6.1
                    
Install as a Cake Tool

SunnyUI.Net

NETool

介绍

NETool 通用工具类库 (无依赖,支持 AOT)

软件架构

.Net8, .Net9, .Net10

安装教程

Nuget 安装最新版本。

Install-Package NETool
更新日志

🔰➕✏️❌📒⚡🌏🎁🔔🎉💻⏰🔍🔒✉️📑📇📚🔖♥️🏠🌈🔁⛔❎⭕✅☑️🔵⚪🔴⚫

  • X.X.X 🌏 持续更新中......
  • 2.5.9 ➕ 增加 CircularBuffer 环形缓冲区
  • 2.5.5 ➕ 增加 类 Mapper 的源生成器
  • 2.5.0 ➕ 增加 类序列化为 Ini 文件格式的源生成器
  • 2.4.0 ✏️ 重构 ByteArray, ByteWriter, ByteReader 读写 string, byte[] 的代码,支持 null 值
  • 2.3.8 ✏️ 重构 IniFile 读写类,增加源代码生成 IniConfig 类
  • 2.3.5 ✏️ 重构 类序列化源生成器,增加数据压缩和加密参数
  • 2.2.8 ❌ 删除 所有不支持 AOT 的代码
  • 2.2.2 ➕ 增加 类序列化为二进制的源生成器
  • 2.2.0 ✏️ 重构 数组扩展读写方法,重构 IO 读写类
  • 2.1.8 ✏️ 重构 数组扩展方法,重构 ByteArray 类
  • 2.1.7 ➕ 增加 一个内联数组的示例 Temp16Ex
  • 2.1.3 ➕ 增加 枚举类的描述信息源生成器
  • 2.1.0 ➕ 增加 IpV4Point 结构
  • 2.0.8 ✏️ 重构 增加和修改部分 DateTime 类型为 DateTimeOffset 类型
  • 2.0.4 ✏️ 重构 加解密算法
  • 2.0.2 ➕ 增加 Tar.gz 压缩类
  • 2.0.1 ✏️ 重构 IO 读写,类型名称与基础定义类型一致
  • 1.9.8 ➕ 增加 加解密算法以及异步调用扩展
  • 1.9.7 ➕ 增加 VectorEx 向量计算扩展类
  • 1.9.2 ✏️ 重构 Temp16 等结构,使用 Fill 填充字符串,ToString 转换为字符串
  • 1.9.2 ➕ 增加 SocketFile 文件传输增加 Zip 压缩文件,可包含文件夹
  • 1.9.0 ✏️ 重构 FileEx, SystemEx (部分移动至 AppEx, OS)等工具类
  • 1.8.0 ➕ 增加 UdpFileServer, UdpFileSender UDP 协议文件传输服务器和发送器类
  • 1.6.5 ➕ 增加支持 .Net10
  • 1.6.1 ➕ 增加 HotCache 热缓存类
  • 1.5.7 ➕ 增加 FrameDecoder 流式数据解码器类
  • 1.5.5 ✏️ 重构 EndianType 字节序类型定义
  • 1.5.3 ✏️ 重构 ZipType 压缩及加密算法类型定义
  • 1.4.9 ➕ 增加 TaskCacheWorker 工具类
  • 1.4.2 ➕ 增加 TaskWorker 工具类
  • 1.4.1 ➕ 增加 LogSender 日志发送器类
  • 1.3.8 ✏️ 重构 ByteArray
  • 1.3.0 ➕ 增加 UDP 通讯工具类
  • 1.2.5 ➕ 增加 SystemTime 结构体
  • 1.2.3 ➕ 增加 NumericalParser 工具类
  • 1.2.2 ➕ 增加 MaskEx 工具类
  • 1.2.0 ➕ 增加 HttpEx 工具类
  • 1.1.3 ➕ 增加 Temp16, Temp32, Temp64, Temp128, Temp256 结构体
  • 1.1.1 ➕ 增加 GuidV7 结构体
  • 1.1.0 ➕ 增加 LngLat 表示经纬度坐标的结构体
  • 1.0.9 ➕ 增加 PCap 文件读取工具类
  • 1.0.8 🔰 更新 Struct 读写工具类,标记 LayoutKind.Sequential 的可用 ToStructNoAot,ToByteArrayNoAot 解析
  • 1.0.5 ➕ 增加一些 ref struct 工具类,增加生成 API 文档
  • 1.0.4 ➕ 增加 压缩帧文件读写工具类
  • 1.0.3 ➕ 增加 文件压缩解压工具类
  • 1.0.2 ➕ 增加 压缩解压工具类
  • 1.0.1 🔰 编译 AOT 需要 .Net9
  • 1.0.0 🔰 更新 Struct 读写工具类,必须标记 LayoutKind.Explicit
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 is compatible.  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.
  • net9.0

    • No dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on NETool:

Package Downloads
Core.Socket

Core.Socket TCP/UDP Socket 通讯类库

NETool.Pack

NETool.Pack 是 NETool 的二进制序列化器。

AllUI

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.6.1 10 9/2/2025
2.6.0 31 9/1/2025
2.5.9 154 8/29/2025
2.5.8 164 8/29/2025
2.5.7 164 8/28/2025
2.5.6 249 8/25/2025
2.5.5 85 8/22/2025
2.5.3 132 8/21/2025
2.5.2 127 8/21/2025
2.5.1 129 8/21/2025
2.5.0 126 8/21/2025
2.4.1 125 8/20/2025
2.4.0 121 8/20/2025
2.3.9 133 8/19/2025
2.3.8 58 8/16/2025
2.3.7 135 8/14/2025
2.3.6 153 8/12/2025
2.3.5 144 8/12/2025
2.3.4 131 8/11/2025
2.3.3 130 8/9/2025
2.3.2 164 8/8/2025
2.3.1 228 8/7/2025
2.3.0 210 8/7/2025
2.2.9 209 8/6/2025
2.2.8 214 8/6/2025
2.2.7 214 8/5/2025
2.2.6 207 8/5/2025
2.2.5 157 8/4/2025
2.2.4 41 8/2/2025
2.2.3 120 7/31/2025
2.2.2 114 7/30/2025
2.2.1 102 7/28/2025
2.2.0 95 7/28/2025
2.1.9 78 7/27/2025
2.1.8 112 7/27/2025
2.1.7 406 7/25/2025
2.1.6 432 7/25/2025
2.1.5 448 7/24/2025
2.1.4 493 7/23/2025
2.1.3 495 7/23/2025
2.1.2 487 7/22/2025
2.1.1 484 7/22/2025
2.1.0 92 7/18/2025
2.0.9 99 7/18/2025
2.0.8 115 7/17/2025
2.0.7 144 7/15/2025
2.0.6 139 7/15/2025
2.0.5 168 7/7/2025
2.0.4 142 7/6/2025
2.0.3 72 7/5/2025
2.0.2 98 7/4/2025
2.0.1 129 7/4/2025
2.0.0 146 7/2/2025
1.9.9 140 7/1/2025
1.9.8 145 7/1/2025
1.9.7 138 7/1/2025
1.9.6 103 6/28/2025
1.9.5 140 6/25/2025
1.9.4 155 6/19/2025
1.9.3 164 6/18/2025
1.9.2 150 6/17/2025
1.9.1 177 6/16/2025
1.9.0 146 6/16/2025
1.8.9 148 6/16/2025
1.8.8 121 6/15/2025
1.8.7 138 6/15/2025
1.8.6 136 6/15/2025
1.8.5 134 6/14/2025
1.8.4 169 6/14/2025
1.8.3 230 6/13/2025
1.8.2 248 6/13/2025
1.8.1 297 6/12/2025
1.8.0 304 6/10/2025
1.7.9 255 6/9/2025
1.7.8 130 6/8/2025
1.7.7 126 6/7/2025
1.7.6 137 6/6/2025
1.7.5 157 6/4/2025
1.7.4 139 6/4/2025
1.7.3 148 6/3/2025
1.7.2 144 6/3/2025
1.7.1 157 6/2/2025
1.7.0 159 6/1/2025
1.6.9 109 5/31/2025
1.6.8 81 5/31/2025
1.6.7 80 5/31/2025
1.6.6 119 5/30/2025
1.6.5 148 5/30/2025
1.6.4 181 5/29/2025
1.6.3 157 5/29/2025
1.6.2 152 5/28/2025
1.6.1 148 5/28/2025
1.6.0 160 5/28/2025
1.5.9 164 5/27/2025
1.5.8 151 5/27/2025
1.5.7 148 5/27/2025
1.5.6 150 5/27/2025
1.5.5 158 5/26/2025
1.5.4 167 5/26/2025
1.5.3 128 5/25/2025
1.5.2 74 5/24/2025
1.5.1 113 5/23/2025
1.5.0 126 5/23/2025
1.4.9 139 5/23/2025
1.4.8 149 5/22/2025
1.4.7 150 5/21/2025
1.4.6 157 5/20/2025
1.4.5 148 5/20/2025
1.4.4 154 5/19/2025
1.4.3 153 5/19/2025
1.4.2 151 5/18/2025
1.4.1 225 5/16/2025
1.4.0 224 5/16/2025
1.3.9 230 5/15/2025
1.3.8 235 5/15/2025
1.3.7 231 5/14/2025
1.3.6 244 5/13/2025
1.3.5 76 5/10/2025
1.3.3 83 5/10/2025
1.3.2 79 5/10/2025
1.3.1 130 5/9/2025
1.3.0 130 5/9/2025
1.2.5 137 5/9/2025
1.2.4 145 5/7/2025
1.2.3 160 5/6/2025
1.2.2 149 5/6/2025
1.2.1 171 4/29/2025
1.2.0 170 4/29/2025
1.1.8 167 4/28/2025
1.1.7 87 4/26/2025
1.1.6 102 4/26/2025
1.1.5 143 4/25/2025
1.1.4 143 4/18/2025
1.1.3 214 4/15/2025
1.1.2 194 4/15/2025
1.1.1 200 4/14/2025
1.1.0 206 4/14/2025
1.0.9 109 4/12/2025
1.0.8 180 4/9/2025
1.0.7 180 4/9/2025
1.0.6 149 4/6/2025
1.0.5 176 4/1/2025
1.0.4 161 3/31/2025
1.0.3 136 3/28/2025
1.0.2 133 3/28/2025
1.0.1 531 3/26/2025
1.0.0 475 3/26/2025
0.9.3 357 3/24/2025
0.9.2 344 3/24/2025
0.9.1 90 3/22/2025
0.9.0 146 3/21/2025
0.8.9 169 3/19/2025
0.8.8 94 3/15/2025
0.8.7 171 3/11/2025
0.8.6 192 3/10/2025
0.8.5 173 3/10/2025
0.8.4 252 3/6/2025
0.8.3 223 3/4/2025
0.8.2 125 2/20/2025
0.8.1 111 2/16/2025
0.8.0 108 2/15/2025
0.7.8 108 2/14/2025
0.7.7 120 2/13/2025
0.7.6 198 2/13/2025
0.7.5 117 2/12/2025
0.7.4 122 2/9/2025
0.7.3 123 2/8/2025
0.7.2 113 2/8/2025
0.7.1 119 2/8/2025
0.7.0 120 2/7/2025
0.6.6 105 2/7/2025
0.6.5 118 2/7/2025
0.6.4 136 2/6/2025
0.6.3 114 2/6/2025
0.6.2 118 1/22/2025
0.6.1 115 1/22/2025
0.6.0 118 1/22/2025
0.5.4 126 1/20/2025
0.5.3 97 1/15/2025
0.5.2 80 1/15/2025
0.5.1 78 1/15/2025
0.5.0 104 1/9/2025
0.4.1 113 1/9/2025
0.4.0 113 1/8/2025
0.3.0 133 1/6/2025
0.2.2 152 12/12/2024
0.2.1 120 12/10/2024
0.2.0 125 12/10/2024
0.1.0 122 12/10/2024
0.0.1 149 9/7/2024