Zq.Utils 1.0.5.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package Zq.Utils --version 1.0.5.8
NuGet\Install-Package Zq.Utils -Version 1.0.5.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="Zq.Utils" Version="1.0.5.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Zq.Utils --version 1.0.5.8
#r "nuget: Zq.Utils, 1.0.5.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.
// Install Zq.Utils as a Cake Addin
#addin nuget:?package=Zq.Utils&version=1.0.5.8

// Install Zq.Utils as a Cake Tool
#tool nuget:?package=Zq.Utils&version=1.0.5.8

C# .NET Framework4.5版本工具类

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.6 1,094 5/7/2022
1.1.5 878 12/23/2021
1.1.4 951 10/11/2021
1.1.3 879 9/3/2021
1.1.2 921 7/13/2021
1.1.1 938 4/15/2021
1.1.0 979 1/26/2021
1.0.9 1,122 12/5/2020
1.0.8 1,070 11/11/2020
1.0.7.4 1,177 10/10/2020
1.0.7.3 1,056 9/1/2020
1.0.7.2 1,155 8/19/2020
1.0.7.1 1,099 7/21/2020
1.0.7 1,131 6/10/2020
1.0.6.9 1,113 6/2/2020
1.0.6.8 1,074 5/25/2020
1.0.6.7 1,153 5/24/2020
1.0.6.6 1,073 5/22/2020
1.0.6.5 1,129 5/18/2020
1.0.6.4 1,083 5/16/2020
1.0.6.3 1,063 5/16/2020
1.0.6.2 1,113 4/17/2020
1.0.6.1 1,072 3/26/2020
1.0.6 1,087 3/26/2020
1.0.5.9 1,138 3/17/2020
1.0.5.8 1,219 12/8/2019
1.0.5.7 1,105 11/17/2019
1.0.5.6 1,094 10/8/2019
1.0.5.5 1,140 9/12/2019
1.0.5.4 1,247 3/7/2019
1.0.5.3 1,248 12/25/2018
1.0.5.2 1,378 11/1/2018
1.0.5.1 1,329 10/22/2018
1.0.5 1,387 10/11/2018
1.0.4.9 1,389 9/18/2018
1.0.4.8 1,411 9/13/2018
1.0.4.7 1,350 9/12/2018
1.0.4.6 1,433 9/9/2018
1.0.4.5 1,419 9/6/2018
1.0.4.4 1,401 9/6/2018
1.0.4.3 1,407 8/31/2018
1.0.4.2 1,428 8/24/2018
1.0.4.1 1,452 8/22/2018
1.0.4 1,441 8/22/2018
1.0.3.9 1,434 8/22/2018
1.0.3.8 1,470 8/15/2018
1.0.3.7 1,407 8/7/2018
1.0.3.6 1,386 8/2/2018
1.0.3.5 1,458 7/31/2018
1.0.3.4 1,514 7/28/2018
1.0.3.3 1,446 7/25/2018
1.0.3.2 1,383 7/24/2018
1.0.3.1 1,498 7/24/2018
1.0.3 1,488 7/24/2018
1.0.2.9 1,454 7/23/2018
1.0.2.8 1,385 7/19/2018
1.0.2.7 1,482 7/19/2018
1.0.2.6 1,537 7/19/2018
1.0.2.5 1,558 7/19/2018
1.0.2.4 1,538 7/18/2018
1.0.2.3 1,495 7/17/2018
1.0.2.2 1,611 7/16/2018
1.0.2.1 1,507 7/15/2018
1.0.2 1,483 7/15/2018
1.0.1 1,535 7/13/2018
1.0.0 1,431 7/13/2018

1.优化RabbitMqHelper工具类Dispose方法;新增被动声明交换机、队列方法;新增判断交换机、队列是否存在的方法;重写订阅消息方法,添加自动绑定交换机和队列方法;优化发布消息方法,添加判断交换机和队列是否存在逻辑;
2.重载ToObject扩展方法;
3.修复sql注入扩展方法关键字拼写错误bug;
4.新增部分Linq扩展方法;
5.新增List树形集合扩展方法;
6.修改IsNullable扩展方法;