EaCloud 9.0.0.4
dotnet add package EaCloud --version 9.0.0.4
NuGet\Install-Package EaCloud -Version 9.0.0.4
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="9.0.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EaCloud" Version="9.0.0.4" />
<PackageReference Include="EaCloud" />
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 EaCloud --version 9.0.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EaCloud, 9.0.0.4"
#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.
#addin nuget:?package=EaCloud&version=9.0.0.4
#tool nuget:?package=EaCloud&version=9.0.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
EaCloud 核心组件
说明
EaCloud 核心组件,封装着框架核心及数据存储,缓存,辅助操作等功能。
用法
可按照如下配置方式使用:
- 通过nuget引用
EaCloud
程序集
Install-Package EaCloud
- 在
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群号:863605868 | 微信号:SeonHu |
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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 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.
-
net9.0
- AspectCore.Abstractions (>= 2.4.0)
- EaCloud.Utils (>= 9.0.0.4)
- MailKit (>= 4.12.0)
- Microsoft.CSharp (>= 4.7.0)
- Microsoft.Extensions.Caching.Memory (>= 9.0.4)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.4)
- Microsoft.Extensions.Configuration.Binder (>= 9.0.4)
- Microsoft.Extensions.Configuration.FileExtensions (>= 9.0.4)
- Microsoft.Extensions.Configuration.Json (>= 9.0.4)
- Microsoft.Extensions.Hosting.Abstractions (>= 9.0.4)
- Microsoft.Extensions.Options (>= 9.0.4)
- System.ComponentModel (>= 4.3.0)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.DirectoryServices.Protocols (>= 9.0.4)
- System.Text.Encoding.CodePages (>= 9.0.4)
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 |
---|---|---|
9.0.0.4 | 389 | 5/8/2025 |
9.0.0.3 | 384 | 4/23/2025 |
9.0.0.2 | 438 | 4/11/2025 |
9.0.0.1 | 383 | 3/21/2025 |
8.0.1.9 | 536 | 11/15/2024 |
8.0.1.8 | 486 | 11/13/2024 |
8.0.1.7 | 509 | 10/9/2024 |
8.0.1.6 | 508 | 9/29/2024 |
8.0.1.5 | 593 | 9/13/2024 |
8.0.1.4 | 579 | 8/10/2024 |
8.0.1.3 | 547 | 8/7/2024 |
8.0.1.2 | 548 | 8/7/2024 |
8.0.1.1 | 538 | 8/7/2024 |
8.0.0.9 | 564 | 8/7/2024 |
8.0.0.8 | 425 | 8/5/2024 |
8.0.0.7 | 420 | 8/2/2024 |
8.0.0.6 | 433 | 8/1/2024 |
8.0.0.5 | 436 | 8/1/2024 |
8.0.0.4 | 349 | 7/31/2024 |
8.0.0.3 | 406 | 7/30/2024 |
8.0.0.2 | 431 | 7/25/2024 |
8.0.0.1 | 416 | 7/24/2024 |
7.0.9.4 | 773 | 7/19/2024 |
7.0.9.3 | 780 | 7/11/2024 |
7.0.9.2 | 748 | 7/6/2024 |
7.0.9.1 | 741 | 7/3/2024 |
7.0.8.9 | 828 | 6/28/2024 |
7.0.8.8 | 808 | 6/26/2024 |
7.0.8.7 | 836 | 6/22/2024 |
7.0.8.6 | 820 | 6/14/2024 |
7.0.8.5 | 831 | 5/31/2024 |
7.0.8.4 | 806 | 5/21/2024 |
7.0.8.3 | 803 | 5/21/2024 |
7.0.8.2 | 746 | 5/20/2024 |
7.0.8.1 | 775 | 5/20/2024 |
7.0.7.9 | 720 | 5/15/2024 |
7.0.7.8 | 704 | 5/10/2024 |
7.0.7.7 | 668 | 5/9/2024 |
7.0.7.6 | 711 | 5/9/2024 |
7.0.7.5 | 846 | 5/7/2024 |
7.0.7.4 | 815 | 4/28/2024 |
7.0.7.3 | 830 | 4/26/2024 |
7.0.7.2 | 814 | 4/21/2024 |
7.0.7.1 | 824 | 4/19/2024 |
7.0.6.9 | 853 | 4/15/2024 |
7.0.6.8 | 778 | 4/11/2024 |
7.0.6.7 | 790 | 4/11/2024 |
7.0.6.6 | 817 | 4/7/2024 |
7.0.6.5 | 800 | 4/7/2024 |
7.0.6.4 | 765 | 4/7/2024 |
7.0.6.3 | 796 | 4/7/2024 |
7.0.6.2 | 827 | 4/3/2024 |
7.0.6.1 | 812 | 4/3/2024 |
7.0.5.9 | 784 | 3/27/2024 |
7.0.5.8 | 780 | 3/23/2024 |
7.0.5.7 | 801 | 3/17/2024 |
7.0.5.6 | 818 | 3/17/2024 |
7.0.5.5 | 818 | 3/16/2024 |
7.0.5.4 | 791 | 3/13/2024 |
7.0.5.3 | 801 | 3/13/2024 |
7.0.5.2 | 836 | 3/6/2024 |
7.0.5.1 | 856 | 2/21/2024 |
7.0.4.9 | 854 | 2/21/2024 |
7.0.4.8 | 847 | 2/18/2024 |
7.0.4.7 | 884 | 2/5/2024 |
7.0.4.6 | 896 | 2/1/2024 |
7.0.4.5 | 863 | 1/26/2024 |
7.0.4.4 | 909 | 1/22/2024 |
7.0.4.3 | 874 | 1/17/2024 |
7.0.4.2 | 866 | 1/16/2024 |
7.0.4.1 | 907 | 1/16/2024 |
7.0.3.9 | 876 | 1/15/2024 |
7.0.3.8 | 837 | 1/3/2024 |
7.0.3.7 | 840 | 12/28/2023 |
7.0.3.6 | 837 | 12/27/2023 |
7.0.3.5 | 834 | 12/22/2023 |
7.0.3.4 | 829 | 12/22/2023 |
7.0.3.3 | 923 | 12/13/2023 |
7.0.3.2 | 869 | 12/13/2023 |
7.0.3.1 | 900 | 12/12/2023 |
7.0.2.9 | 931 | 11/26/2023 |
7.0.2.8 | 902 | 11/26/2023 |
7.0.2.7 | 886 | 9/26/2023 |
7.0.2.6 | 869 | 9/25/2023 |
7.0.2.5 | 863 | 9/15/2023 |
7.0.2.4 | 1,013 | 7/27/2023 |
7.0.2.3 | 1,004 | 7/22/2023 |
7.0.2.2 | 1,006 | 7/22/2023 |
7.0.2.1 | 1,011 | 7/21/2023 |
7.0.1.9 | 1,007 | 7/21/2023 |
7.0.1.8 | 1,018 | 7/20/2023 |
7.0.1.7 | 997 | 7/20/2023 |
7.0.1.6 | 1,180 | 7/4/2023 |
7.0.1.5 | 1,180 | 6/16/2023 |
7.0.1.4 | 1,153 | 6/13/2023 |
7.0.1.3 | 1,456 | 6/8/2023 |
7.0.1.2 | 1,787 | 6/2/2023 |
7.0.1.1 | 1,578 | 5/11/2023 |
7.0.0.9 | 1,601 | 5/10/2023 |
7.0.0.8 | 1,621 | 5/10/2023 |
7.0.0.7 | 1,708 | 4/19/2023 |
7.0.0.6 | 1,697 | 4/18/2023 |
7.0.0.5 | 1,830 | 3/27/2023 |
7.0.0.4 | 1,747 | 3/23/2023 |
7.0.0.3 | 1,698 | 1/31/2023 |
7.0.0.2 | 1,723 | 1/30/2023 |
7.0.0.1 | 1,661 | 12/24/2022 |
6.0.2.5 | 4,738 | 11/16/2022 |
6.0.2.4 | 4,947 | 11/10/2022 |
6.0.2.3 | 6,195 | 10/11/2022 |
6.0.2.2 | 6,557 | 9/23/2022 |
6.0.2.1 | 6,786 | 8/14/2022 |
6.0.1.9 | 6,786 | 8/13/2022 |
6.0.1.8 | 7,926 | 6/6/2022 |
6.0.1.7 | 7,238 | 5/26/2022 |
6.0.1.6 | 7,285 | 5/11/2022 |
6.0.1.5 | 7,209 | 5/10/2022 |
6.0.1.4 | 7,578 | 4/8/2022 |
6.0.1.3 | 7,659 | 4/2/2022 |
6.0.1.2 | 7,621 | 4/2/2022 |
6.0.1.1 | 7,943 | 3/18/2022 |
6.0.0.9 | 7,498 | 3/5/2022 |
6.0.0.8 | 7,660 | 2/19/2022 |
6.0.0.7 | 7,594 | 2/15/2022 |
6.0.0.6 | 7,641 | 2/14/2022 |
6.0.0.5 | 7,824 | 1/28/2022 |
6.0.0.4 | 6,922 | 1/13/2022 |
6.0.0.3 | 6,868 | 1/12/2022 |
6.0.0.2 | 4,401 | 12/21/2021 |
6.0.0.1 | 4,428 | 12/13/2021 |
5.0.3.7 | 6,959 | 10/16/2021 |
5.0.3.6 | 6,177 | 10/14/2021 |
5.0.3.5 | 6,141 | 10/13/2021 |
5.0.3.4 | 6,403 | 10/8/2021 |
5.0.3.3 | 5,968 | 9/17/2021 |
5.0.3.2 | 6,274 | 9/16/2021 |
5.0.3.1 | 6,200 | 9/15/2021 |
5.0.2.9 | 6,155 | 9/15/2021 |
5.0.2.8 | 5,810 | 8/31/2021 |
5.0.2.7 | 5,782 | 8/28/2021 |
5.0.2.6 | 5,920 | 8/22/2021 |
5.0.2.5 | 5,839 | 8/13/2021 |
5.0.2.4 | 5,783 | 8/13/2021 |
5.0.2.3 | 5,627 | 7/8/2021 |
5.0.2.2 | 5,531 | 7/1/2021 |
5.0.2.1 | 5,879 | 6/16/2021 |
5.0.1.9 | 5,349 | 5/12/2021 |
5.0.1.8 | 5,374 | 5/9/2021 |
5.0.1.7 | 5,535 | 5/7/2021 |
5.0.1.6 | 5,255 | 4/17/2021 |
5.0.1.5 | 5,176 | 4/16/2021 |
5.0.1.4 | 5,110 | 4/15/2021 |
5.0.1.3 | 5,102 | 4/15/2021 |
5.0.1.2 | 5,568 | 4/12/2021 |