EasilyNET.Core 6.26.114.102

There is a newer version of this package available.
See the version list below for details.
dotnet add package EasilyNET.Core --version 6.26.114.102
                    
NuGet\Install-Package EasilyNET.Core -Version 6.26.114.102
                    
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="EasilyNET.Core" Version="6.26.114.102" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EasilyNET.Core" Version="6.26.114.102" />
                    
Directory.Packages.props
<PackageReference Include="EasilyNET.Core" />
                    
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 EasilyNET.Core --version 6.26.114.102
                    
#r "nuget: EasilyNET.Core, 6.26.114.102"
                    
#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 EasilyNET.Core@6.26.114.102
                    
#: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=EasilyNET.Core&version=6.26.114.102
                    
Install as a Cake Addin
#tool nuget:?package=EasilyNET.Core&version=6.26.114.102
                    
Install as a Cake Tool
EasilyNET.Core
功能 描述 使用文档
SimpleEventAggregator 简单的事件发布和订阅,用于解耦多个类之间的消息传递 使用文档
CoordinateConvert 百度坐标(BD09)、国测局坐标(火星坐标,GCJ02)、和 WGS84 坐标系之间的转换 使用文档
DeepCopy 基于表达式树和 Reflection 的 DeepCopy 使用文档
IDCardValidation 中国身份证验证,支持 15 位和 18 位身份证号码验证 使用文档
Compression 压缩帮助类 使用文档
ManagedWebSocketClient 托管的 WebSocket 客户端,支持自动重连、心跳和高性能发送队列 使用文档

其他一些内容

  • 业务类型库,用于一些业务方面的类,如分页,以及业务中常用的一些数据类型和枚举类型

  • 以及大量的静态扩展函数

  • 枚举类型:

名称 用途
EGender 性别
ENation 中国民族
ETimeOverlap 时间重合情况
EZodiac 生肖
  • 业务常用数据类型.
名称 用途
IdNameItem 包含 ID 和 Name 字段的基础类
OperationInfo 操作信息,包含操作人以及时间和是否完成
Operator 操作人,包含 rid 和名称字段
ReferenceItem 通常用来保存关联的业务信息,如 ID 和名称或者其他相关数据
  • 其他的还有分页信息等.

ChangeLog:

  • 新增基于表达式树和 Reflection 的 DeepCopy, BigNumber
  • 添加异步锁
  • 新增雪花 ID 算法.以及一些扩展方法.
  • 一些基础库,如数据类型,一些公共静态方法,工具函数.包含数组,日期,字符串,拼音,身份证验证等功能
  • 将 EasilyNET.Extensions 库合并到 Core 中.
  • 新增百度坐标(BD09)、国测局坐标(火星坐标,GCJ02)、和 WGS84 坐标系之间的转换
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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 is compatible.  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 is compatible.  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.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on EasilyNET.Core:

Package Downloads
EasilyNET.AutoDependencyInjection

服务模块化注入.让服务注入拥有清晰的逻辑和结构

EasilyNET.RabbitBus.Core

抽离一些EasilyNET.RabbitBus到Core库,便于消息事件实体复用.

EasilyNET.Mongo.AspNetCore

MongoDB 驱动的服务包,默认驼峰,ID和Id映射,时间本地化和枚举字符串的自动处理.

EasilyNET.WebCore

包含Swagger的一些扩展的WebCore扩展

EasilyNET.Mongo

MongoDB 驱动的服务包,默认驼峰,ID和Id映射,时间本地化和枚举字符串的自动处理.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.26.629.34 86 6/28/2026
6.26.629.1 98 6/28/2026
6.26.525.103 111 5/25/2026
6.26.313.141 141 3/13/2026
6.26.227.92 124 2/27/2026
6.26.201.257 244 1/31/2026
6.26.114.102 290 1/14/2026
6.26.107.173 237 1/7/2026
5.25.1212.131 286 12/12/2025
5.25.1112.15 428 11/11/2025
4.25.1016.112 312 10/16/2025
Loading failed