Quickuse.Utility 3.2.14

dotnet add package Quickuse.Utility --version 3.2.14
                    
NuGet\Install-Package Quickuse.Utility -Version 3.2.14
                    
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.14" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Quickuse.Utility" Version="3.2.14" />
                    
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.14
                    
#r "nuget: Quickuse.Utility, 3.2.14"
                    
#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.14
                    
#: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.14
                    
Install as a Cake Addin
#tool nuget:?package=Quickuse.Utility&version=3.2.14
                    
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.14 104 3/25/2026
3.2.12 98 3/16/2026
3.2.11 98 3/15/2026
3.2.10 103 3/14/2026
3.2.8.16 297 11/12/2025
3.2.7.4 938 7/5/2022
3.1.7.4 565 7/5/2022
3.1.7.3 600 1/22/2022
3.1.7.2 487 9/27/2021
3.1.7.1 528 8/19/2021
3.1.7 648 5/22/2021
3.1.6 500 4/1/2021
3.1.5 689 12/27/2020
3.1.4 622 12/21/2020
3.1.2 1,418 5/1/2020
3.1.1 686 4/26/2020
3.1.0 694 4/22/2020
1.0.4 756 3/31/2020
1.0.3 677 3/27/2020
Loading failed

v3.2.14.0
Quickuse.Utility 是一个面向 .NET 开发者的基础工具库,提供加密、HTTP 请求、邮件发送、正则验证、随机数、时间处理、XML 序列化、压缩、枚举操作、扩展方法等常用功能,基于 .NET Standard 2.1,支持跨平台使用。