NETool 2.5.6

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

SunnyUI.Net

NETool

介绍

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

软件架构

.Net8, .Net9, .Net10

安装教程

Nuget 安装最新版本。

Install-Package NETool
更新日志

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

  • X.X.X 🌏 持续更新中......
  • 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.5.6 22 8/25/2025
2.5.5 47 8/22/2025
2.5.3 90 8/21/2025
2.5.2 86 8/21/2025
2.5.1 90 8/21/2025
2.5.0 87 8/21/2025
2.4.1 88 8/20/2025
2.4.0 86 8/20/2025
2.3.9 96 8/19/2025
2.3.8 45 8/16/2025
2.3.7 120 8/14/2025
2.3.6 145 8/12/2025
2.3.5 139 8/12/2025
2.3.4 126 8/11/2025
2.3.3 125 8/9/2025
2.3.2 159 8/8/2025
2.3.1 222 8/7/2025
2.3.0 205 8/7/2025
2.2.9 205 8/6/2025
2.2.8 210 8/6/2025
2.2.7 206 8/5/2025
2.2.6 203 8/5/2025
2.2.5 153 8/4/2025
2.2.4 37 8/2/2025
2.2.3 116 7/31/2025
2.2.2 109 7/30/2025
2.2.1 98 7/28/2025
2.2.0 91 7/28/2025
2.1.9 72 7/27/2025
2.1.8 108 7/27/2025
2.1.7 401 7/25/2025
2.1.6 427 7/25/2025
2.1.5 444 7/24/2025
2.1.4 487 7/23/2025
2.1.3 492 7/23/2025
2.1.2 483 7/22/2025
2.1.1 480 7/22/2025
2.1.0 88 7/18/2025
2.0.9 95 7/18/2025
2.0.8 111 7/17/2025
2.0.7 140 7/15/2025
2.0.6 135 7/15/2025
2.0.5 164 7/7/2025
2.0.4 138 7/6/2025
2.0.3 66 7/5/2025
2.0.2 92 7/4/2025
2.0.1 123 7/4/2025
2.0.0 142 7/2/2025
1.9.9 136 7/1/2025
1.9.8 141 7/1/2025
1.9.7 134 7/1/2025
1.9.6 100 6/28/2025
1.9.5 138 6/25/2025
1.9.4 153 6/19/2025
1.9.3 162 6/18/2025
1.9.2 148 6/17/2025
1.9.1 173 6/16/2025
1.9.0 144 6/16/2025
1.8.9 145 6/16/2025
1.8.8 119 6/15/2025
1.8.7 134 6/15/2025
1.8.6 135 6/15/2025
1.8.5 132 6/14/2025
1.8.4 167 6/14/2025
1.8.3 228 6/13/2025
1.8.2 246 6/13/2025
1.8.1 295 6/12/2025
1.8.0 302 6/10/2025
1.7.9 251 6/9/2025
1.7.8 128 6/8/2025
1.7.7 123 6/7/2025
1.7.6 135 6/6/2025
1.7.5 155 6/4/2025
1.7.4 137 6/4/2025
1.7.3 146 6/3/2025
1.7.2 142 6/3/2025
1.7.1 154 6/2/2025
1.7.0 154 6/1/2025
1.6.9 107 5/31/2025
1.6.8 79 5/31/2025
1.6.7 78 5/31/2025
1.6.6 115 5/30/2025
1.6.5 146 5/30/2025
1.6.4 178 5/29/2025
1.6.3 154 5/29/2025
1.6.2 149 5/28/2025
1.6.1 146 5/28/2025
1.6.0 158 5/28/2025
1.5.9 161 5/27/2025
1.5.8 149 5/27/2025
1.5.7 145 5/27/2025
1.5.6 147 5/27/2025
1.5.5 156 5/26/2025
1.5.4 164 5/26/2025
1.5.3 124 5/25/2025
1.5.2 72 5/24/2025
1.5.1 111 5/23/2025
1.5.0 124 5/23/2025
1.4.9 136 5/23/2025
1.4.8 148 5/22/2025
1.4.7 148 5/21/2025
1.4.6 155 5/20/2025
1.4.5 146 5/20/2025
1.4.4 152 5/19/2025
1.4.3 151 5/19/2025
1.4.2 149 5/18/2025
1.4.1 222 5/16/2025
1.4.0 222 5/16/2025
1.3.9 227 5/15/2025
1.3.8 231 5/15/2025
1.3.7 229 5/14/2025
1.3.6 242 5/13/2025
1.3.5 74 5/10/2025
1.3.3 81 5/10/2025
1.3.2 78 5/10/2025
1.3.1 128 5/9/2025
1.3.0 127 5/9/2025
1.2.5 135 5/9/2025
1.2.4 143 5/7/2025
1.2.3 155 5/6/2025
1.2.2 147 5/6/2025
1.2.1 169 4/29/2025
1.2.0 169 4/29/2025
1.1.8 165 4/28/2025
1.1.7 85 4/26/2025
1.1.6 100 4/26/2025
1.1.5 140 4/25/2025
1.1.4 141 4/18/2025
1.1.3 210 4/15/2025
1.1.2 192 4/15/2025
1.1.1 198 4/14/2025
1.1.0 204 4/14/2025
1.0.9 106 4/12/2025
1.0.8 177 4/9/2025
1.0.7 178 4/9/2025
1.0.6 147 4/6/2025
1.0.5 174 4/1/2025
1.0.4 159 3/31/2025
1.0.3 134 3/28/2025
1.0.2 131 3/28/2025
1.0.1 527 3/26/2025
1.0.0 473 3/26/2025
0.9.3 355 3/24/2025
0.9.2 342 3/24/2025
0.9.1 88 3/22/2025
0.9.0 143 3/21/2025
0.8.9 166 3/19/2025
0.8.8 92 3/15/2025
0.8.7 169 3/11/2025
0.8.6 189 3/10/2025
0.8.5 171 3/10/2025
0.8.4 250 3/6/2025
0.8.3 221 3/4/2025
0.8.2 123 2/20/2025
0.8.1 107 2/16/2025
0.8.0 106 2/15/2025
0.7.8 105 2/14/2025
0.7.7 118 2/13/2025
0.7.6 195 2/13/2025
0.7.5 115 2/12/2025
0.7.4 120 2/9/2025
0.7.3 120 2/8/2025
0.7.2 111 2/8/2025
0.7.1 116 2/8/2025
0.7.0 118 2/7/2025
0.6.6 103 2/7/2025
0.6.5 115 2/7/2025
0.6.4 134 2/6/2025
0.6.3 112 2/6/2025
0.6.2 115 1/22/2025
0.6.1 113 1/22/2025
0.6.0 116 1/22/2025
0.5.4 124 1/20/2025
0.5.3 94 1/15/2025
0.5.2 78 1/15/2025
0.5.1 76 1/15/2025
0.5.0 102 1/9/2025
0.4.1 111 1/9/2025
0.4.0 111 1/8/2025
0.3.0 131 1/6/2025
0.2.2 149 12/12/2024
0.2.1 118 12/10/2024
0.2.0 120 12/10/2024
0.1.0 120 12/10/2024
0.0.1 147 9/7/2024