Easy.CommonLib 1.0.10

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

// Install Easy.CommonLib as a Cake Tool
#tool nuget:?package=Easy.CommonLib&version=1.0.10                

添加了一些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. 
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 124 8/12/2024
2.4.4-pre 87 8/12/2024
2.3.0.2431-pre 80 7/19/2024
2.3.0.2421-pre 91 7/16/2024
2.2.0 130 3/2/2024
2.1.0 115 2/21/2024
1.4.0 121 2/13/2024
1.3.1 166 10/2/2023
1.3.0 162 9/26/2023
1.2.0 138 9/25/2023
1.1.9 133 9/15/2023
1.1.8 169 8/25/2023
1.1.4 165 7/17/2023
1.1.1 170 6/26/2023
1.1.0 165 6/26/2023
1.1.0-pre 135 6/25/2023
1.0.12 166 6/25/2023
1.0.11 168 6/24/2023
1.0.10 168 6/15/2023
1.0.10-pre 136 6/15/2023
1.0.9 163 6/13/2023
1.0.8 158 6/12/2023
1.0.7 152 6/12/2023
1.0.6 156 6/10/2023
1.0.5 164 6/10/2023

更新内容:修改了Dump-isFormatClass输出中对于Property的输出,展示了其是否可以进行get/set操作;新增加了CreateRangeNumber.GetRangeDoubleNumber方法;修复了Dump输出long-float-double出现错误的问题