Easy.CommonLib 1.0.11

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

添加了一些linq语句,使代码书写更加流畅舒适

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net7.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Easy.CommonLib:

Package Downloads
Easy.CommandLineTool

处理命令行参数

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.4.4 271 8/12/2024
2.4.4-pre 163 8/12/2024
2.3.0.2431-pre 162 7/19/2024
2.3.0.2421-pre 165 7/16/2024
2.2.0 249 3/2/2024
2.1.0 228 2/21/2024
1.4.0 228 2/13/2024
1.3.1 250 10/2/2023
1.3.0 251 9/26/2023
1.2.0 228 9/25/2023
1.1.9 220 9/15/2023
1.1.8 258 8/25/2023
1.1.4 275 7/17/2023
1.1.1 269 6/26/2023
1.1.0 289 6/26/2023
1.1.0-pre 248 6/25/2023
1.0.12 287 6/25/2023
1.0.11 286 6/24/2023
Loading failed

更新内容:修复了Dump输出大数字数组时正负数交替输出导致的格式错误;Dump输出类信息更加详细美观(新增输出对象特性,类的继承关系等);优化了注释,修改了部分参数名称;取消了字符串操作的前后连接,统一为Connect,根据参数isFront判断是否为前向连接