Zq.Utils.Core 1.0.3.9

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

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

.NET Standard2.1版本工具类

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. 
.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

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.2.1 1,727 5/7/2022
1.2.0 1,844 12/23/2021
1.1.9 2,412 11/9/2021
1.1.8 2,284 10/11/2021
1.1.7 1,992 9/3/2021
1.1.6 1,931 7/13/2021
1.1.5 1,706 4/15/2021
1.1.4 2,160 4/15/2021
1.1.3 1,403 1/26/2021
1.1.2 1,119 12/5/2020
1.1.1 1,176 12/5/2020
1.1.0 1,126 11/11/2020
1.0.3.9 1,186 10/10/2020
1.0.3.7 1,219 9/21/2020
1.0.3.6 1,230 9/1/2020
1.0.3.5 1,146 8/22/2020
1.0.3.4 1,270 8/19/2020
1.0.3.3 1,227 7/21/2020
1.0.3.2 1,433 6/10/2020
1.0.3.1 1,393 6/6/2020
1.0.3 1,330 6/3/2020
1.0.2.9 1,274 6/2/2020
1.0.2.8 1,272 6/1/2020
1.0.2.7 1,392 5/30/2020
1.0.2.6 1,257 5/29/2020
1.0.2.5 1,226 5/29/2020
1.0.2.4 1,304 5/25/2020
1.0.2.3 1,288 5/24/2020
1.0.2.2 1,261 5/24/2020
1.0.2.1 1,207 5/22/2020
1.0.2 1,114 5/18/2020
1.0.1.9 1,244 5/16/2020
1.0.1.8 1,258 5/16/2020
1.0.1.7 1,189 5/16/2020
1.0.1.6 1,229 4/17/2020
1.0.1.5 1,267 3/29/2020
1.0.1.4 1,256 3/26/2020
1.0.1.3 1,186 3/26/2020
1.0.1.2 1,279 3/17/2020
1.0.1.1 1,278 12/8/2019
1.0.1 1,379 11/17/2019
1.0.0.9 1,360 10/7/2019
1.0.0.8 1,435 9/12/2019
1.0.0.7 1,442 3/7/2019
1.0.0.6 1,435 12/25/2018
1.0.0.5 1,444 12/1/2018
1.0.0.4 1,589 11/23/2018
1.0.0.3 1,383 11/1/2018
1.0.0.2 1,147 10/23/2018
1.0.0.1 1,260 10/18/2018
1.0.0 1,312 10/18/2018

1.优化ToDateTime扩展方法;
2.新增雪花算法生成Id工具类;
3.新增EncryptPassword密码加密方法;
4.优化IDataReader部分扩展方法;
5.修改SqlServer驱动,由System.Data.SqlClient改为Microsoft.Data.SqlClient;
6.新增基于AspectCore和Polly实现的重试、熔断等拦截特性HystrixAttribute;
7.优化appsettings配置,根据环境变量自动选择开发环境和正式环境配置;