EaCloud 9.0.0.5
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.5
NuGet\Install-Package EaCloud -Version 9.0.0.5
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.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EaCloud" Version="9.0.0.5" />
<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.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EaCloud, 9.0.0.5"
#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.5
#: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.5
#tool nuget:?package=EaCloud&version=9.0.0.5
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.5)
- 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 | 272 | 8/12/2025 |
9.0.0.8 | 338 | 7/5/2025 |
9.0.0.7 | 451 | 6/25/2025 |
9.0.0.6 | 423 | 6/18/2025 |
9.0.0.5 | 409 | 6/14/2025 |
9.0.0.4 | 426 | 5/8/2025 |
9.0.0.3 | 416 | 4/23/2025 |
9.0.0.2 | 478 | 4/11/2025 |
9.0.0.1 | 421 | 3/21/2025 |
8.0.1.9 | 576 | 11/15/2024 |
8.0.1.8 | 520 | 11/13/2024 |
8.0.1.7 | 545 | 10/9/2024 |
8.0.1.6 | 539 | 9/29/2024 |
8.0.1.5 | 618 | 9/13/2024 |
8.0.1.4 | 608 | 8/10/2024 |
8.0.1.3 | 575 | 8/7/2024 |
8.0.1.2 | 580 | 8/7/2024 |
8.0.1.1 | 565 | 8/7/2024 |
8.0.0.9 | 598 | 8/7/2024 |
8.0.0.8 | 454 | 8/5/2024 |
8.0.0.7 | 453 | 8/2/2024 |
8.0.0.6 | 469 | 8/1/2024 |
8.0.0.5 | 467 | 8/1/2024 |
8.0.0.4 | 384 | 7/31/2024 |
8.0.0.3 | 442 | 7/30/2024 |
8.0.0.2 | 461 | 7/25/2024 |
8.0.0.1 | 448 | 7/24/2024 |
7.0.9.4 | 806 | 7/19/2024 |
7.0.9.3 | 812 | 7/11/2024 |
7.0.9.2 | 780 | 7/6/2024 |
7.0.9.1 | 783 | 7/3/2024 |
7.0.8.9 | 863 | 6/28/2024 |
7.0.8.8 | 837 | 6/26/2024 |
7.0.8.7 | 875 | 6/22/2024 |
7.0.8.6 | 852 | 6/14/2024 |
7.0.8.5 | 864 | 5/31/2024 |
7.0.8.4 | 833 | 5/21/2024 |
7.0.8.3 | 831 | 5/21/2024 |
7.0.8.2 | 778 | 5/20/2024 |
7.0.8.1 | 808 | 5/20/2024 |
7.0.7.9 | 750 | 5/15/2024 |
7.0.7.8 | 739 | 5/10/2024 |
7.0.7.7 | 702 | 5/9/2024 |
7.0.7.6 | 748 | 5/9/2024 |
7.0.7.5 | 883 | 5/7/2024 |
7.0.7.4 | 855 | 4/28/2024 |
7.0.7.3 | 861 | 4/26/2024 |
7.0.7.2 | 841 | 4/21/2024 |
7.0.7.1 | 860 | 4/19/2024 |
7.0.6.9 | 885 | 4/15/2024 |
7.0.6.8 | 812 | 4/11/2024 |
7.0.6.7 | 819 | 4/11/2024 |
7.0.6.6 | 850 | 4/7/2024 |
7.0.6.5 | 828 | 4/7/2024 |
7.0.6.4 | 796 | 4/7/2024 |
7.0.6.3 | 826 | 4/7/2024 |
7.0.6.2 | 860 | 4/3/2024 |
7.0.6.1 | 848 | 4/3/2024 |
7.0.5.9 | 813 | 3/27/2024 |
7.0.5.8 | 817 | 3/23/2024 |
7.0.5.7 | 829 | 3/17/2024 |
7.0.5.6 | 848 | 3/17/2024 |
7.0.5.5 | 845 | 3/16/2024 |
7.0.5.4 | 821 | 3/13/2024 |
7.0.5.3 | 830 | 3/13/2024 |
7.0.5.2 | 870 | 3/6/2024 |
7.0.5.1 | 884 | 2/21/2024 |
7.0.4.9 | 888 | 2/21/2024 |
7.0.4.8 | 884 | 2/18/2024 |
7.0.4.7 | 916 | 2/5/2024 |
7.0.4.6 | 930 | 2/1/2024 |
7.0.4.5 | 896 | 1/26/2024 |
7.0.4.4 | 937 | 1/22/2024 |
7.0.4.3 | 909 | 1/17/2024 |
7.0.4.2 | 897 | 1/16/2024 |
7.0.4.1 | 937 | 1/16/2024 |
7.0.3.9 | 906 | 1/15/2024 |
7.0.3.8 | 867 | 1/3/2024 |
7.0.3.7 | 872 | 12/28/2023 |
7.0.3.6 | 864 | 12/27/2023 |
7.0.3.5 | 858 | 12/22/2023 |
7.0.3.4 | 859 | 12/22/2023 |
7.0.3.3 | 954 | 12/13/2023 |
7.0.3.2 | 896 | 12/13/2023 |
7.0.3.1 | 929 | 12/12/2023 |
7.0.2.9 | 943 | 11/26/2023 |
7.0.2.8 | 915 | 11/26/2023 |
7.0.2.7 | 905 | 9/26/2023 |
7.0.2.6 | 892 | 9/25/2023 |
7.0.2.5 | 884 | 9/15/2023 |
7.0.2.4 | 1,044 | 7/27/2023 |
7.0.2.3 | 1,037 | 7/22/2023 |
7.0.2.2 | 1,041 | 7/22/2023 |
7.0.2.1 | 1,054 | 7/21/2023 |
7.0.1.9 | 1,040 | 7/21/2023 |
7.0.1.8 | 1,055 | 7/20/2023 |
7.0.1.7 | 1,028 | 7/20/2023 |
7.0.1.6 | 1,213 | 7/4/2023 |
7.0.1.5 | 1,218 | 6/16/2023 |
7.0.1.4 | 1,193 | 6/13/2023 |
7.0.1.3 | 1,489 | 6/8/2023 |
7.0.1.2 | 1,825 | 6/2/2023 |
7.0.1.1 | 1,614 | 5/11/2023 |
7.0.0.9 | 1,638 | 5/10/2023 |
7.0.0.8 | 1,662 | 5/10/2023 |
7.0.0.7 | 1,749 | 4/19/2023 |
7.0.0.6 | 1,738 | 4/18/2023 |
7.0.0.5 | 1,865 | 3/27/2023 |
7.0.0.4 | 1,788 | 3/23/2023 |
7.0.0.3 | 1,742 | 1/31/2023 |
7.0.0.2 | 1,770 | 1/30/2023 |
7.0.0.1 | 1,700 | 12/24/2022 |
6.0.2.5 | 4,780 | 11/16/2022 |
6.0.2.4 | 4,982 | 11/10/2022 |
6.0.2.3 | 6,234 | 10/11/2022 |
6.0.2.2 | 6,594 | 9/23/2022 |
6.0.2.1 | 6,828 | 8/14/2022 |
6.0.1.9 | 6,832 | 8/13/2022 |
6.0.1.8 | 7,973 | 6/6/2022 |
6.0.1.7 | 7,288 | 5/26/2022 |
6.0.1.6 | 7,327 | 5/11/2022 |
6.0.1.5 | 7,257 | 5/10/2022 |
6.0.1.4 | 7,623 | 4/8/2022 |
6.0.1.3 | 7,713 | 4/2/2022 |
6.0.1.2 | 7,668 | 4/2/2022 |
6.0.1.1 | 7,984 | 3/18/2022 |
6.0.0.9 | 7,543 | 3/5/2022 |
6.0.0.8 | 7,703 | 2/19/2022 |
6.0.0.7 | 7,642 | 2/15/2022 |
6.0.0.6 | 7,685 | 2/14/2022 |
6.0.0.5 | 7,870 | 1/28/2022 |
6.0.0.4 | 6,964 | 1/13/2022 |
6.0.0.3 | 6,911 | 1/12/2022 |
6.0.0.2 | 4,446 | 12/21/2021 |
6.0.0.1 | 4,470 | 12/13/2021 |
5.0.3.7 | 7,000 | 10/16/2021 |
5.0.3.6 | 6,218 | 10/14/2021 |
5.0.3.5 | 6,189 | 10/13/2021 |
5.0.3.4 | 6,444 | 10/8/2021 |
5.0.3.3 | 6,015 | 9/17/2021 |
5.0.3.2 | 6,320 | 9/16/2021 |
5.0.3.1 | 6,242 | 9/15/2021 |
5.0.2.9 | 6,199 | 9/15/2021 |
5.0.2.8 | 5,854 | 8/31/2021 |
5.0.2.7 | 5,827 | 8/28/2021 |
5.0.2.6 | 5,962 | 8/22/2021 |
5.0.2.5 | 5,884 | 8/13/2021 |
5.0.2.4 | 5,825 | 8/13/2021 |
5.0.2.3 | 5,676 | 7/8/2021 |
5.0.2.2 | 5,577 | 7/1/2021 |
5.0.2.1 | 5,925 | 6/16/2021 |
5.0.1.9 | 5,390 | 5/12/2021 |
5.0.1.8 | 5,421 | 5/9/2021 |
5.0.1.7 | 5,583 | 5/7/2021 |
5.0.1.6 | 5,305 | 4/17/2021 |
5.0.1.5 | 5,221 | 4/16/2021 |
5.0.1.4 | 5,155 | 4/15/2021 |
5.0.1.3 | 5,144 | 4/15/2021 |
5.0.1.2 | 5,613 | 4/12/2021 |