Easy.CommonLib 1.1.0

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

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

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.  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. 
.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.
  • .NETStandard 2.1

    • 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 164 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的类输出更加具体(当前可以显示:类名,属性名及类型和其是否可进行get、set操作,方法名及其参数类型初始值、是否为虚方法和静态方法及上述所有的特性等);同时支持通过对象Dump和通过Type类型Dump获取类信息;增加Boolean扩展方法Negation,等同于!(cur);增加object扩展方法JS(JudgeSelection),使得面对判断选择返回值时有着更好的书写体验;对字符串新增IsNullOrEmpty扩展方法,等同于string.IsNullOrEmpty()方法;新增枚举类与其值之间的相互转换