Quickuse.Utility 3.2.10

There is a newer version of this package available.
See the version list below for details.
dotnet add package Quickuse.Utility --version 3.2.10
                    
NuGet\Install-Package Quickuse.Utility -Version 3.2.10
                    
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="Quickuse.Utility" Version="3.2.10" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Quickuse.Utility" Version="3.2.10" />
                    
Directory.Packages.props
<PackageReference Include="Quickuse.Utility" />
                    
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 Quickuse.Utility --version 3.2.10
                    
#r "nuget: Quickuse.Utility, 3.2.10"
                    
#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 Quickuse.Utility@3.2.10
                    
#: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=Quickuse.Utility&version=3.2.10
                    
Install as a Cake Addin
#tool nuget:?package=Quickuse.Utility&version=3.2.10
                    
Install as a Cake Tool

快速应用.基础组件(Quickuse.Utility 是一个提供常用帮助类、扩展方法的基础组件)
在线文档:http://quickuse.gitee.io/quickuse.utility

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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 was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Quickuse.Utility:

Package Downloads
Quickuse.GenerateCode

快速应用.代码生成类库

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.2.12 43 3/16/2026
3.2.11 46 3/15/2026
3.2.10 48 3/14/2026
3.2.8.16 281 11/12/2025
3.2.7.4 928 7/5/2022
3.1.7.4 556 7/5/2022
3.1.7.3 588 1/22/2022
3.1.7.2 475 9/27/2021
3.1.7.1 516 8/19/2021
3.1.7 637 5/22/2021
3.1.6 489 4/1/2021
3.1.5 678 12/27/2020
3.1.4 609 12/21/2020
3.1.2 1,408 5/1/2020
3.1.1 673 4/26/2020
3.1.0 679 4/22/2020
1.0.4 745 3/31/2020
1.0.3 667 3/27/2020
Loading failed

v3.2.10.0
- 修复:StringExtensions.GZipDecompressString 错误调用压缩方法的逻辑 bug
- 文档:补全 ObjectExtensions、HttpRequestExtension、DateTimeExtensions、PerformanceTimer、EnvConfig、Configuration 的 XML 注释
- 文档:修正 HttpRequestExtension.GetCookieValue 注释中 Cookis 拼写错误
- 文档:修正 ObjectExtensions.JoinStringAll 参数名 seperator 拼写错误

v3.2.9.0
- 安全:WebApiHelper 签名算法从 MD5 升级为 HMAC-SHA256,新增 VerifySignature 方法
- 安全:DesHelper 新增 EncryptWithRandomIV / DecryptWithRandomIV,避免 IV=Key 安全隐患
- 安全:ObjectExtensions.Copy 移除不安全的 BinaryFormatter,统一使用 System.Text.Json
- 改进:RegexHelper 缓存增加 256 条上限,防止动态正则导致内存无限增长
- 改进:MailHelper 两个 SendMail 重载参数顺序统一,消除调用二义性
- 改进:PerformanceTimer 返回 TimeSpan 的重载重命名为 GetExecutionTimeSpan,避免重载歧义
- 改进:HttpHelper.Splicing 修复属性值为 null 时的 NullReferenceException
- 改进:LogManager 移除无用 using 引用
- 改进:NetworkHelper / RegexHelper 无效参数统一返回 false,与工具类语义一致