EaCloud 7.0.7.1

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

// Install EaCloud as a Cake Tool
#tool nuget:?package=EaCloud&version=7.0.7.1

EaCloud 核心组件

Member project of EaCloud Team NuGet Badge GitHub license

说明

EaCloud 核心组件,封装着框架核心及数据存储,缓存,辅助操作等功能。

用法

可按照如下配置方式使用:

  1. 通过nuget引用 EaCloud 程序集
Install-Package EaCloud
  1. appsettings.json 中 的 EaCloud 节点下添加如下配置节点
{
   //雪花算法配置
    "Snowflake": {
      "WorkerId": 1, //机器ID,8字节支持254个节点(Int32类型主键忽略)
      "StartTimeStampUtc": 0 //算法开始UTC时间戳 (毫秒,默认:1577808000000L(2020-01-01)) (这是一个避免重复的随机量,自行设定不要大于当前时间,并且在系统部署后不得变更,以保证算法的唯一可靠)
    },
   //电子邮件配置
    "Email": {
      //发送功能配置
      "Sender": {
        "Host": "smtp.xxx.com", //邮件发送服务器
        "Port": 465, //端口号:非SSL安全协议一般默认25,SSL安全协议一般默认465,具体查询对应的邮件服务系统
        "EnableSsl": true, //是否SSL
        "DisplayName": "易云平台邮件发送", //发送方显示名
        "SubjectPrefix": "易云平台", //发送方标题前缀
        "UserName": "user", //发送方用户名
        "Password": "password" //发送方秘钥
      },
      //接收功能配置
      "Receiver": {
        "Host": "imap.xxx.com", //邮件接收服务器
        "Port": 993, //端口号:pop一般默认(非SSL: 110、SSL: 995),imap一般默认(非SSL: 143、SSL: 993),具体查询对应的邮件服务系统
        "EnableSsl": true, //是否SSL
        "UserName": "user", //接收方用户名
        "Password": "password" //接收方秘钥
      },
      "ReceiveInterval": 0  //自动接收间隔(分钟),0表示不启用自动接收
    },
}

交流

QQ WeChat
QQ群号:863605868 微信号:SeonHu
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.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on EaCloud:

Package Downloads
EaCloud.AspNetCore

EaCloud AspNetCore 组件,提供 AspNetCore 的服务端功能的封装。

EaCloud.EntityFrameworkCore

EaCloud 数据访问组件,封装 EntityFrameworkCore 数据访问功能的实现。

EaCloud.AutoMapper

EaCloud AutoMapper 对象映射组件,封装基于 AutoMapper 的对象映射功能实现。

EaCloud.Redis

EaCloud Redis 缓存组件,封装基于 Redis 客户端的缓存实现。

EaCloud.Log4Net

EaCloud Log4Net 日志组件,封装使用 Log4Net 框架实现的日志输出功能。

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.7.1 0 4/19/2024
7.0.6.9 515 4/15/2024
7.0.6.8 492 4/11/2024
7.0.6.7 484 4/11/2024
7.0.6.6 523 4/7/2024
7.0.6.5 501 4/7/2024
7.0.6.4 487 4/7/2024
7.0.6.3 491 4/7/2024
7.0.6.2 504 4/3/2024
7.0.6.1 486 4/3/2024
7.0.5.9 474 3/27/2024
7.0.5.8 502 3/23/2024
7.0.5.7 518 3/17/2024
7.0.5.6 498 3/17/2024
7.0.5.5 503 3/16/2024
7.0.5.4 498 3/13/2024
7.0.5.3 499 3/13/2024
7.0.5.2 538 3/6/2024
7.0.5.1 551 2/21/2024
7.0.4.9 545 2/21/2024
7.0.4.8 553 2/18/2024
7.0.4.7 582 2/5/2024
7.0.4.6 591 2/1/2024
7.0.4.5 578 1/26/2024
7.0.4.4 585 1/22/2024
7.0.4.3 598 1/17/2024
7.0.4.2 588 1/16/2024
7.0.4.1 604 1/16/2024
7.0.3.9 593 1/15/2024
7.0.3.8 538 1/3/2024
7.0.3.7 548 12/28/2023
7.0.3.6 551 12/27/2023
7.0.3.5 547 12/22/2023
7.0.3.4 529 12/22/2023
7.0.3.3 618 12/13/2023
7.0.3.2 601 12/13/2023
7.0.3.1 600 12/12/2023
7.0.2.9 639 11/26/2023
7.0.2.8 637 11/26/2023
7.0.2.7 633 9/26/2023
7.0.2.6 598 9/25/2023
7.0.2.5 612 9/15/2023
7.0.2.4 780 7/27/2023
7.0.2.3 755 7/22/2023
7.0.2.2 746 7/22/2023
7.0.2.1 755 7/21/2023
7.0.1.9 756 7/21/2023
7.0.1.8 760 7/20/2023
7.0.1.7 741 7/20/2023
7.0.1.6 920 7/4/2023
7.0.1.5 919 6/16/2023
7.0.1.4 904 6/13/2023
7.0.1.3 1,212 6/8/2023
7.0.1.2 1,547 6/2/2023
7.0.1.1 1,331 5/11/2023
7.0.0.9 1,345 5/10/2023
7.0.0.8 1,349 5/10/2023
7.0.0.7 1,451 4/19/2023
7.0.0.6 1,445 4/18/2023
7.0.0.5 1,558 3/27/2023
7.0.0.4 1,495 3/23/2023
7.0.0.3 1,454 1/31/2023
7.0.0.2 1,481 1/30/2023
7.0.0.1 1,434 12/24/2022
6.0.2.5 4,452 11/16/2022
6.0.2.4 4,645 11/10/2022
6.0.2.3 5,863 10/11/2022
6.0.2.2 6,300 9/23/2022
6.0.2.1 6,495 8/14/2022
6.0.1.9 6,488 8/13/2022
6.0.1.8 7,618 6/6/2022
6.0.1.7 6,952 5/26/2022
6.0.1.6 6,985 5/11/2022
6.0.1.5 6,919 5/10/2022
6.0.1.4 7,284 4/8/2022
6.0.1.3 7,343 4/2/2022
6.0.1.2 7,317 4/2/2022
6.0.1.1 7,657 3/18/2022
6.0.0.9 7,204 3/5/2022
6.0.0.8 7,364 2/19/2022
6.0.0.7 7,301 2/15/2022
6.0.0.6 7,349 2/14/2022
6.0.0.5 7,531 1/28/2022
6.0.0.4 6,644 1/13/2022
6.0.0.3 6,581 1/12/2022
6.0.0.2 4,113 12/21/2021
6.0.0.1 4,153 12/13/2021
5.0.3.7 6,620 10/16/2021
5.0.3.6 5,860 10/14/2021
5.0.3.5 5,843 10/13/2021
5.0.3.4 6,084 10/8/2021
5.0.3.3 5,662 9/17/2021
5.0.3.2 5,958 9/16/2021
5.0.3.1 5,866 9/15/2021
5.0.2.9 5,835 9/15/2021
5.0.2.8 5,528 8/31/2021
5.0.2.7 5,476 8/28/2021
5.0.2.6 5,603 8/22/2021
5.0.2.5 5,566 8/13/2021
5.0.2.4 5,509 8/13/2021
5.0.2.3 5,339 7/8/2021
5.0.2.2 5,248 7/1/2021
5.0.2.1 5,571 6/16/2021
5.0.1.9 5,060 5/12/2021
5.0.1.8 5,071 5/9/2021
5.0.1.7 5,241 5/7/2021
5.0.1.6 4,995 4/17/2021
5.0.1.5 4,887 4/16/2021
5.0.1.4 4,822 4/15/2021
5.0.1.3 4,838 4/15/2021
5.0.1.2 5,290 4/12/2021
5.0.1.1 4,527 4/8/2021