CommonLibs 1.2.3.4

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

// Install CommonLibs as a Cake Tool
#tool nuget:?package=CommonLibs&version=1.2.3.4

公共类库,LandSite.CommonLibs 的替代版本,包含常用的工具和扩展方法。

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 is compatible. 
.NET Standard netstandard2.1 is compatible. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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 CommonLibs:

Package Downloads
CommonLibs.ServiceModel

服务端通信工具,集成 SVC 调用工具。

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.3.4 562 11/8/2020

1.0.1 添加含两个值的操作结果;修正 FTP 工具异步传输方法。
1.2.0 添加 .NET Core 3.1 版本;添加轮询模块。
1.2.1 统一版本,规范结构和名称;更改幅度大,不兼容上一版本功能。
1.2.1.1 完善数据库类型枚举。
1.2.1.3 添加事件队列;添加数据库工具;添加并发模块;添加实体基类。
1.2.1.4 修复枚举扩展类并发异常问题;添加数据库连接扩展类;集合扩展类添加合并集合方法。
1.2.1.5 修复枚举扩展类并发异常问题。
1.2.1.6 调整并发模块。
1.2.1.7 添加映射工具。
1.2.1.8 添加表达式扩展类;删除实体基类。
1.2.1.9 调整 FTP 工具地址验证方法。
1.2.2 删除未使用工具类;更改幅度大,不兼容上一版本功能。
1.2.3 本地化;结构调整,更改幅度大,不兼容上一版本功能。
1.2.3.1 修正枚举扩展方法 GetEnumText。
1.2.3.2 添加 RSA 工具;修正 IP 段解析功能。
1.2.3.3 修正数据库提供程序字典。
1.2.3.4 添加 SVC 工具接口。