NETool 2.0.8

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

NETool

SunnyUI.Net

介绍

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

软件架构

.Net8, .Net9, .Net10

更新日志

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

  • 1.0.0 🔰 更新 Struct 读写工具类,必须标记 LayoutKind.Explicit
  • 1.0.1 🔰 编译 AOT 需要 .Net9
  • 1.0.2 ➕ 增加 压缩解压工具类
  • 1.0.3 ➕ 增加 文件压缩解压工具类
  • 1.0.4 ➕ 增加 压缩帧文件读写工具类
  • 1.0.5 ➕ 增加一些 ref struct 工具类,增加生成 API 文档
  • 1.0.8 🔰 更新 Struct 读写工具类,标记 LayoutKind.Sequential 的可用 ToStructNoAot,ToByteArrayNoAot 解析
  • 1.0.9 ➕ 增加 PCap 文件读取工具类
  • 1.1.0 ➕ 增加 LngLat 表示经纬度坐标的结构体
  • 1.1.1 ➕ 增加 GuidV7 结构体
  • 1.1.3 ➕ 增加 Temp16, Temp32, Temp64, Temp128, Temp256 结构体
  • 1.2.0 ➕ 增加 HttpEx 工具类
  • 1.2.2 ➕ 增加 MaskEx 工具类
  • 1.2.3 ➕ 增加 NumericalParser 工具类
  • 1.2.5 ➕ 增加 SystemTime 结构体
  • 1.3.0 ➕ 增加 UDP 通讯工具类
  • 1.3.8 ✏️ 重构 ByteArray
  • 1.4.1 ➕ 增加 LogSender 日志发送器类
  • 1.4.2 ➕ 增加 TaskWorker 工具类
  • 1.4.9 ➕ 增加 TaskCacheWorker 工具类
  • 1.5.3 ✏️ 重构 ZipType 压缩及加密算法类型定义
  • 1.5.5 ✏️ 重构 EndianType 字节序类型定义
  • 1.5.7 ➕ 增加 FrameDecoder 流式数据解码器类
  • 1.6.1 ➕ 增加 HotCache 热缓存类
  • 1.6.5 ➕ 增加支持 .Net10
  • 1.8.0 ➕ 增加 UdpFileServer, UdpFileSender UDP协议文件传输服务器和发送器类
  • 1.9.0 ✏️ 重构 FileEx, SystemEx (部分移动至 AppEx, OS)等工具类
  • 1.9.2 ✏️ 重构 Temp16 等结构,使用 Fill 填充字符串,ToString 转换为字符串
  • 1.9.2 ➕ 增加 SocketFile 文件传输增加 Zip 压缩文件,可包含文件夹
  • 1.9.7 ➕ 增加 VectorEx 向量计算扩展类
  • 1.9.8 ➕ 增加 加解密算法以及异步调用扩展
  • 2.0.1 ✏️ 重构 IO 读写,类型名称与基础定义类型一致
  • 2.0.2 ➕ 增加 Tar.gz 压缩类
  • 2.0.4 ✏️ 重构 加解密算法
  • 2.0.8 ✏️ 重构 增加和修改部分 DateTime 类型为 DateTimeOffset 类型
安装教程
  1. xxxx
  2. xxxx
  3. xxxx
使用说明
  1. xxxx
  2. xxxx
  3. xxxx
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 (1)

Showing the top 1 NuGet packages that depend on NETool:

Package Downloads
Core.Socket

Core.Socket TCP/UDP Socket 通讯类库

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.8 3 7/17/2025
2.0.7 57 7/15/2025
2.0.6 52 7/15/2025
2.0.5 155 7/7/2025
2.0.4 132 7/6/2025
2.0.3 58 7/5/2025
2.0.2 85 7/4/2025
2.0.1 115 7/4/2025
2.0.0 135 7/2/2025
1.9.9 129 7/1/2025
1.9.8 132 7/1/2025
1.9.7 125 7/1/2025
1.9.6 92 6/28/2025
1.9.5 129 6/25/2025
1.9.4 144 6/19/2025
1.9.3 152 6/18/2025
1.9.2 141 6/17/2025
1.9.1 162 6/16/2025
1.9.0 136 6/16/2025
1.8.9 136 6/16/2025
1.8.8 109 6/15/2025
1.8.7 125 6/15/2025
1.8.6 126 6/15/2025
1.8.5 123 6/14/2025
1.8.4 158 6/14/2025
1.8.3 218 6/13/2025
1.8.2 239 6/13/2025
1.8.1 284 6/12/2025
1.8.0 291 6/10/2025
1.7.9 240 6/9/2025
1.7.8 120 6/8/2025
1.7.7 113 6/7/2025
1.7.6 126 6/6/2025
1.7.5 143 6/4/2025
1.7.4 128 6/4/2025
1.7.3 137 6/3/2025
1.7.2 133 6/3/2025
1.7.1 144 6/2/2025
1.7.0 144 6/1/2025
1.6.9 99 5/31/2025
1.6.8 70 5/31/2025
1.6.7 69 5/31/2025
1.6.6 106 5/30/2025
1.6.5 135 5/30/2025
1.6.4 169 5/29/2025
1.6.3 140 5/29/2025
1.6.2 142 5/28/2025
1.6.1 138 5/28/2025
1.6.0 151 5/28/2025
1.5.9 152 5/27/2025
1.5.8 144 5/27/2025
1.5.7 139 5/27/2025
1.5.6 140 5/27/2025
1.5.5 147 5/26/2025
1.5.4 156 5/26/2025
1.5.3 115 5/25/2025
1.5.2 65 5/24/2025
1.5.1 102 5/23/2025
1.5.0 116 5/23/2025
1.4.9 129 5/23/2025
1.4.8 138 5/22/2025
1.4.7 139 5/21/2025
1.4.6 148 5/20/2025
1.4.5 139 5/20/2025
1.4.4 143 5/19/2025
1.4.3 139 5/19/2025
1.4.2 140 5/18/2025
1.4.1 213 5/16/2025
1.4.0 213 5/16/2025
1.3.9 220 5/15/2025
1.3.8 223 5/15/2025
1.3.7 221 5/14/2025
1.3.6 234 5/13/2025
1.3.5 69 5/10/2025
1.3.3 73 5/10/2025
1.3.2 69 5/10/2025
1.3.1 121 5/9/2025
1.3.0 120 5/9/2025
1.2.5 129 5/9/2025
1.2.4 137 5/7/2025
1.2.3 145 5/6/2025
1.2.2 140 5/6/2025
1.2.1 163 4/29/2025
1.2.0 161 4/29/2025
1.1.8 158 4/28/2025
1.1.7 78 4/26/2025
1.1.6 93 4/26/2025
1.1.5 134 4/25/2025
1.1.4 136 4/18/2025
1.1.3 204 4/15/2025
1.1.2 187 4/15/2025
1.1.1 189 4/14/2025
1.1.0 195 4/14/2025
1.0.9 98 4/12/2025
1.0.8 167 4/9/2025
1.0.7 170 4/9/2025
1.0.6 139 4/6/2025
1.0.5 163 4/1/2025
1.0.4 154 3/31/2025
1.0.3 129 3/28/2025
1.0.2 125 3/28/2025
1.0.1 517 3/26/2025
1.0.0 467 3/26/2025
0.9.3 349 3/24/2025
0.9.2 338 3/24/2025
0.9.1 80 3/22/2025
0.9.0 136 3/21/2025
0.8.9 158 3/19/2025
0.8.8 84 3/15/2025
0.8.7 160 3/11/2025
0.8.6 181 3/10/2025
0.8.5 166 3/10/2025
0.8.4 240 3/6/2025
0.8.3 215 3/4/2025
0.8.2 116 2/20/2025
0.8.1 101 2/16/2025
0.8.0 101 2/15/2025
0.7.8 99 2/14/2025
0.7.7 113 2/13/2025
0.7.5 110 2/12/2025
0.7.4 114 2/9/2025
0.7.3 113 2/8/2025
0.7.2 104 2/8/2025
0.7.1 109 2/8/2025
0.7.0 108 2/7/2025
0.6.6 96 2/7/2025
0.6.5 107 2/7/2025
0.6.4 126 2/6/2025
0.6.3 105 2/6/2025
0.6.2 107 1/22/2025
0.6.1 106 1/22/2025
0.6.0 110 1/22/2025
0.5.4 114 1/20/2025
0.5.3 87 1/15/2025
0.5.2 72 1/15/2025
0.5.1 67 1/15/2025
0.5.0 95 1/9/2025
0.4.1 105 1/9/2025
0.4.0 104 1/8/2025
0.3.0 122 1/6/2025
0.2.2 145 12/12/2024
0.2.1 111 12/10/2024
0.2.0 114 12/10/2024
0.1.0 115 12/10/2024
0.0.1 140 9/7/2024