NETool 2.7.9

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

SunnyUI.Net

NETool

介绍

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

软件架构

.Net8, .Net9, .Net10

安装教程

Nuget 安装最新版本。

Install-Package NETool
更新日志

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

  • X.X.X 🌏 持续更新中......
  • 2.7.9 ➕ 增加 TempFile,SandBox 用来创建临时文件和沙盒目录,程序退出时自动删除
  • 2.7.1 ✏️ 重构 XmlFile 读写类,增加源代码生成 XmlConfig 类
  • 2.6.5 ✏️ 重构 IO 写入类,将值 value 与偏置 offset 在参数中位置互换,增加 offset 默认值 0
  • 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 (2)

Showing the top 2 NuGet packages that depend on NETool:

Package Downloads
Core.Socket

Core.Socket TCP/UDP Socket 通讯类库

NETool.Pack

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.7.9 16 9/20/2025
2.7.8 96 9/19/2025
2.7.7 173 9/18/2025
2.7.6 179 9/17/2025
2.7.5 184 9/17/2025
2.7.4 186 9/17/2025
2.7.3 184 9/17/2025
2.7.2 207 9/15/2025
2.7.1 200 9/15/2025
2.7.0 135 9/11/2025
2.6.9 141 9/10/2025
2.6.8 131 9/10/2025
2.6.7 129 9/8/2025
2.6.6 127 9/8/2025
2.6.5 114 9/5/2025
2.6.3 119 9/5/2025
2.6.2 148 9/4/2025
2.6.1 138 9/2/2025
2.6.0 136 9/1/2025
2.5.9 172 8/29/2025
2.5.8 179 8/29/2025
2.5.7 181 8/28/2025
2.5.6 252 8/25/2025
2.5.5 89 8/22/2025
2.5.3 136 8/21/2025
2.5.2 131 8/21/2025
2.5.1 132 8/21/2025
2.5.0 129 8/21/2025
2.4.1 129 8/20/2025
2.4.0 123 8/20/2025
2.3.9 136 8/19/2025
2.3.8 60 8/16/2025
2.3.7 138 8/14/2025
2.3.6 156 8/12/2025
2.3.5 145 8/12/2025
2.3.4 132 8/11/2025
2.3.3 131 8/9/2025
2.3.2 170 8/8/2025
2.3.1 230 8/7/2025
2.3.0 213 8/7/2025
2.2.9 212 8/6/2025
2.2.8 217 8/6/2025
2.2.7 215 8/5/2025
2.2.6 208 8/5/2025
2.2.5 158 8/4/2025
2.2.4 44 8/2/2025
2.2.3 121 7/31/2025
2.2.2 115 7/30/2025
2.2.1 104 7/28/2025
2.2.0 97 7/28/2025
2.1.9 87 7/27/2025
2.1.8 114 7/27/2025
2.1.7 409 7/25/2025
2.1.6 434 7/25/2025
2.1.5 466 7/24/2025
2.1.4 516 7/23/2025
2.1.3 519 7/23/2025
2.1.2 528 7/22/2025
2.1.1 525 7/22/2025
2.1.0 117 7/18/2025
2.0.9 122 7/18/2025
2.0.8 137 7/17/2025
2.0.7 152 7/15/2025
2.0.6 147 7/15/2025
2.0.5 177 7/7/2025
2.0.4 149 7/6/2025
2.0.3 74 7/5/2025
2.0.2 101 7/4/2025
2.0.1 132 7/4/2025
2.0.0 148 7/2/2025
1.9.9 143 7/1/2025
1.9.8 148 7/1/2025
1.9.7 140 7/1/2025
1.9.6 105 6/28/2025
1.9.5 143 6/25/2025
1.9.4 162 6/19/2025
1.9.3 173 6/18/2025
1.9.2 152 6/17/2025
1.9.1 186 6/16/2025
1.9.0 149 6/16/2025
1.8.9 155 6/16/2025
1.8.8 124 6/15/2025
1.8.7 142 6/15/2025
1.8.6 141 6/15/2025
1.8.5 137 6/14/2025
1.8.4 178 6/14/2025
1.8.3 237 6/13/2025
1.8.2 249 6/13/2025
1.8.1 303 6/12/2025
1.8.0 308 6/10/2025
1.7.9 262 6/9/2025
1.7.8 132 6/8/2025
1.7.7 130 6/7/2025
1.7.6 140 6/6/2025
1.7.5 161 6/4/2025
1.7.4 142 6/4/2025
1.7.3 150 6/3/2025
1.7.2 146 6/3/2025
1.7.1 162 6/2/2025
1.7.0 161 6/1/2025
1.6.9 111 5/31/2025
1.6.8 82 5/31/2025
1.6.7 82 5/31/2025
1.6.6 121 5/30/2025
1.6.5 154 5/30/2025
1.6.4 189 5/29/2025
1.6.3 160 5/29/2025
1.6.2 154 5/28/2025
1.6.1 150 5/28/2025
1.6.0 165 5/28/2025
1.5.9 168 5/27/2025
1.5.8 157 5/27/2025
1.5.7 151 5/27/2025
1.5.6 155 5/27/2025
1.5.5 161 5/26/2025
1.5.4 174 5/26/2025
1.5.3 131 5/25/2025
1.5.2 76 5/24/2025
1.5.1 120 5/23/2025
1.5.0 128 5/23/2025
1.4.9 145 5/23/2025
1.4.8 151 5/22/2025
1.4.7 154 5/21/2025
1.4.6 159 5/20/2025
1.4.5 149 5/20/2025
1.4.4 157 5/19/2025
1.4.3 154 5/19/2025
1.4.2 152 5/18/2025
1.4.1 230 5/16/2025
1.4.0 228 5/16/2025
1.3.9 237 5/15/2025
1.3.8 240 5/15/2025
1.3.7 236 5/14/2025
1.3.6 246 5/13/2025
1.3.5 79 5/10/2025
1.3.3 91 5/10/2025
1.3.2 82 5/10/2025
1.3.1 136 5/9/2025
1.3.0 137 5/9/2025
1.2.5 144 5/9/2025
1.2.4 147 5/7/2025
1.2.3 164 5/6/2025
1.2.2 152 5/6/2025
1.2.1 173 4/29/2025
1.2.0 178 4/29/2025
1.1.8 168 4/28/2025
1.1.7 89 4/26/2025
1.1.6 103 4/26/2025
1.1.5 147 4/25/2025
1.1.4 145 4/18/2025
1.1.3 221 4/15/2025
1.1.2 200 4/15/2025
1.1.1 202 4/14/2025
1.1.0 209 4/14/2025
1.0.9 116 4/12/2025
1.0.8 193 4/9/2025
1.0.7 181 4/9/2025
1.0.6 152 4/6/2025
1.0.5 183 4/1/2025
1.0.4 164 3/31/2025
1.0.3 142 3/28/2025
1.0.2 135 3/28/2025
1.0.1 538 3/26/2025
1.0.0 478 3/26/2025
0.9.3 362 3/24/2025
0.9.2 347 3/24/2025
0.9.1 96 3/22/2025
0.9.0 151 3/21/2025
0.8.9 171 3/19/2025
0.8.8 99 3/15/2025
0.8.7 173 3/11/2025
0.8.6 195 3/10/2025
0.8.5 176 3/10/2025
0.8.4 255 3/6/2025
0.8.3 224 3/4/2025
0.8.2 125 2/20/2025
0.8.1 115 2/16/2025
0.8.0 110 2/15/2025
0.7.8 110 2/14/2025
0.7.7 121 2/13/2025
0.7.6 199 2/13/2025
0.7.5 118 2/12/2025
0.7.4 123 2/9/2025
0.7.3 127 2/8/2025
0.7.2 115 2/8/2025
0.7.1 122 2/8/2025
0.7.0 122 2/7/2025
0.6.6 107 2/7/2025
0.6.5 121 2/7/2025
0.6.4 140 2/6/2025
0.6.3 116 2/6/2025
0.6.2 123 1/22/2025
0.6.1 117 1/22/2025
0.6.0 122 1/22/2025
0.5.4 128 1/20/2025
0.5.3 97 1/15/2025
0.5.2 81 1/15/2025
0.5.1 79 1/15/2025
0.5.0 111 1/9/2025
0.4.1 114 1/9/2025
0.4.0 120 1/8/2025
0.3.0 137 1/6/2025
0.2.2 154 12/12/2024
0.2.1 123 12/10/2024
0.2.0 126 12/10/2024
0.1.0 123 12/10/2024
0.0.1 152 9/7/2024