EaCloud 9.0.0.7
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package EaCloud --version 9.0.0.7
NuGet\Install-Package EaCloud -Version 9.0.0.7
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.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EaCloud" Version="9.0.0.7" />
<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.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EaCloud, 9.0.0.7"
#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 EaCloud@9.0.0.7
#: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=EaCloud&version=9.0.0.7
#tool nuget:?package=EaCloud&version=9.0.0.7
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.7)
- MailKit (>= 4.12.1)
- Microsoft.CSharp (>= 4.7.0)
- Microsoft.Extensions.Caching.Memory (>= 9.0.6)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.6)
- Microsoft.Extensions.Configuration.Binder (>= 9.0.6)
- Microsoft.Extensions.Configuration.FileExtensions (>= 9.0.6)
- Microsoft.Extensions.Configuration.Json (>= 9.0.6)
- Microsoft.Extensions.Hosting.Abstractions (>= 9.0.6)
- Microsoft.Extensions.Options (>= 9.0.6)
- System.ComponentModel (>= 4.3.0)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.DirectoryServices.Protocols (>= 9.0.6)
- System.Text.Encoding.CodePages (>= 9.0.6)
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.9 | 279 | 8/12/2025 |
9.0.0.8 | 340 | 7/5/2025 |
9.0.0.7 | 454 | 6/25/2025 |
9.0.0.6 | 427 | 6/18/2025 |
9.0.0.5 | 413 | 6/14/2025 |
9.0.0.4 | 431 | 5/8/2025 |
9.0.0.3 | 420 | 4/23/2025 |
9.0.0.2 | 482 | 4/11/2025 |
9.0.0.1 | 425 | 3/21/2025 |
8.0.1.9 | 580 | 11/15/2024 |
8.0.1.8 | 528 | 11/13/2024 |
8.0.1.7 | 551 | 10/9/2024 |
8.0.1.6 | 541 | 9/29/2024 |
8.0.1.5 | 620 | 9/13/2024 |
8.0.1.4 | 613 | 8/10/2024 |
8.0.1.3 | 577 | 8/7/2024 |
8.0.1.2 | 586 | 8/7/2024 |
8.0.1.1 | 569 | 8/7/2024 |
8.0.0.9 | 604 | 8/7/2024 |
8.0.0.8 | 458 | 8/5/2024 |
8.0.0.7 | 458 | 8/2/2024 |
8.0.0.6 | 474 | 8/1/2024 |
8.0.0.5 | 472 | 8/1/2024 |
8.0.0.4 | 386 | 7/31/2024 |
8.0.0.3 | 445 | 7/30/2024 |
8.0.0.2 | 463 | 7/25/2024 |
8.0.0.1 | 450 | 7/24/2024 |
7.0.9.4 | 808 | 7/19/2024 |
7.0.9.3 | 815 | 7/11/2024 |
7.0.9.2 | 782 | 7/6/2024 |
7.0.9.1 | 785 | 7/3/2024 |
7.0.8.9 | 869 | 6/28/2024 |
7.0.8.8 | 839 | 6/26/2024 |
7.0.8.7 | 881 | 6/22/2024 |
7.0.8.6 | 856 | 6/14/2024 |
7.0.8.5 | 867 | 5/31/2024 |
7.0.8.4 | 835 | 5/21/2024 |
7.0.8.3 | 833 | 5/21/2024 |
7.0.8.2 | 783 | 5/20/2024 |
7.0.8.1 | 815 | 5/20/2024 |
7.0.7.9 | 754 | 5/15/2024 |
7.0.7.8 | 743 | 5/10/2024 |
7.0.7.7 | 705 | 5/9/2024 |
7.0.7.6 | 754 | 5/9/2024 |
7.0.7.5 | 885 | 5/7/2024 |
7.0.7.4 | 863 | 4/28/2024 |
7.0.7.3 | 865 | 4/26/2024 |
7.0.7.2 | 843 | 4/21/2024 |
7.0.7.1 | 862 | 4/19/2024 |
7.0.6.9 | 890 | 4/15/2024 |
7.0.6.8 | 815 | 4/11/2024 |
7.0.6.7 | 823 | 4/11/2024 |
7.0.6.6 | 852 | 4/7/2024 |
7.0.6.5 | 830 | 4/7/2024 |
7.0.6.4 | 799 | 4/7/2024 |
7.0.6.3 | 830 | 4/7/2024 |
7.0.6.2 | 869 | 4/3/2024 |
7.0.6.1 | 854 | 4/3/2024 |
7.0.5.9 | 816 | 3/27/2024 |
7.0.5.8 | 820 | 3/23/2024 |
7.0.5.7 | 831 | 3/17/2024 |
7.0.5.6 | 851 | 3/17/2024 |
7.0.5.5 | 848 | 3/16/2024 |
7.0.5.4 | 825 | 3/13/2024 |
7.0.5.3 | 832 | 3/13/2024 |
7.0.5.2 | 873 | 3/6/2024 |
7.0.5.1 | 886 | 2/21/2024 |
7.0.4.9 | 891 | 2/21/2024 |
7.0.4.8 | 888 | 2/18/2024 |
7.0.4.7 | 920 | 2/5/2024 |
7.0.4.6 | 934 | 2/1/2024 |
7.0.4.5 | 899 | 1/26/2024 |
7.0.4.4 | 939 | 1/22/2024 |
7.0.4.3 | 912 | 1/17/2024 |
7.0.4.2 | 901 | 1/16/2024 |
7.0.4.1 | 945 | 1/16/2024 |
7.0.3.9 | 911 | 1/15/2024 |
7.0.3.8 | 874 | 1/3/2024 |
7.0.3.7 | 877 | 12/28/2023 |
7.0.3.6 | 866 | 12/27/2023 |
7.0.3.5 | 861 | 12/22/2023 |
7.0.3.4 | 864 | 12/22/2023 |
7.0.3.3 | 958 | 12/13/2023 |
7.0.3.2 | 900 | 12/13/2023 |
7.0.3.1 | 932 | 12/12/2023 |
7.0.2.9 | 944 | 11/26/2023 |
7.0.2.8 | 915 | 11/26/2023 |
7.0.2.7 | 906 | 9/26/2023 |
7.0.2.6 | 894 | 9/25/2023 |
7.0.2.5 | 888 | 9/15/2023 |
7.0.2.4 | 1,048 | 7/27/2023 |
7.0.2.3 | 1,044 | 7/22/2023 |
7.0.2.2 | 1,048 | 7/22/2023 |
7.0.2.1 | 1,060 | 7/21/2023 |
7.0.1.9 | 1,043 | 7/21/2023 |
7.0.1.8 | 1,059 | 7/20/2023 |
7.0.1.7 | 1,031 | 7/20/2023 |
7.0.1.6 | 1,216 | 7/4/2023 |
7.0.1.5 | 1,221 | 6/16/2023 |
7.0.1.4 | 1,196 | 6/13/2023 |
7.0.1.3 | 1,490 | 6/8/2023 |
7.0.1.2 | 1,830 | 6/2/2023 |
7.0.1.1 | 1,615 | 5/11/2023 |
7.0.0.9 | 1,639 | 5/10/2023 |
7.0.0.8 | 1,665 | 5/10/2023 |
7.0.0.7 | 1,751 | 4/19/2023 |
7.0.0.6 | 1,740 | 4/18/2023 |
7.0.0.5 | 1,867 | 3/27/2023 |
7.0.0.4 | 1,790 | 3/23/2023 |
7.0.0.3 | 1,748 | 1/31/2023 |
7.0.0.2 | 1,773 | 1/30/2023 |
7.0.0.1 | 1,703 | 12/24/2022 |
6.0.2.5 | 4,782 | 11/16/2022 |
6.0.2.4 | 4,985 | 11/10/2022 |
6.0.2.3 | 6,241 | 10/11/2022 |
6.0.2.2 | 6,595 | 9/23/2022 |
6.0.2.1 | 6,830 | 8/14/2022 |
6.0.1.9 | 6,834 | 8/13/2022 |
6.0.1.8 | 7,977 | 6/6/2022 |
6.0.1.7 | 7,290 | 5/26/2022 |
6.0.1.6 | 7,328 | 5/11/2022 |
6.0.1.5 | 7,261 | 5/10/2022 |
6.0.1.4 | 7,626 | 4/8/2022 |
6.0.1.3 | 7,715 | 4/2/2022 |
6.0.1.2 | 7,671 | 4/2/2022 |
6.0.1.1 | 7,986 | 3/18/2022 |
6.0.0.9 | 7,545 | 3/5/2022 |
6.0.0.8 | 7,704 | 2/19/2022 |
6.0.0.7 | 7,645 | 2/15/2022 |
6.0.0.6 | 7,687 | 2/14/2022 |
6.0.0.5 | 7,871 | 1/28/2022 |
6.0.0.4 | 6,965 | 1/13/2022 |
6.0.0.3 | 6,912 | 1/12/2022 |
6.0.0.2 | 4,447 | 12/21/2021 |
6.0.0.1 | 4,472 | 12/13/2021 |
5.0.3.7 | 7,002 | 10/16/2021 |
5.0.3.6 | 6,219 | 10/14/2021 |
5.0.3.5 | 6,194 | 10/13/2021 |
5.0.3.4 | 6,446 | 10/8/2021 |
5.0.3.3 | 6,018 | 9/17/2021 |
5.0.3.2 | 6,321 | 9/16/2021 |
5.0.3.1 | 6,243 | 9/15/2021 |
5.0.2.9 | 6,202 | 9/15/2021 |
5.0.2.8 | 5,855 | 8/31/2021 |
5.0.2.7 | 5,829 | 8/28/2021 |
5.0.2.6 | 5,963 | 8/22/2021 |
5.0.2.5 | 5,889 | 8/13/2021 |
5.0.2.4 | 5,826 | 8/13/2021 |
5.0.2.3 | 5,679 | 7/8/2021 |
5.0.2.2 | 5,582 | 7/1/2021 |
5.0.2.1 | 5,928 | 6/16/2021 |
5.0.1.9 | 5,391 | 5/12/2021 |
5.0.1.8 | 5,424 | 5/9/2021 |
5.0.1.7 | 5,586 | 5/7/2021 |
5.0.1.6 | 5,311 | 4/17/2021 |
5.0.1.5 | 5,222 | 4/16/2021 |
5.0.1.4 | 5,156 | 4/15/2021 |
5.0.1.3 | 5,145 | 4/15/2021 |
5.0.1.2 | 5,614 | 4/12/2021 |