RuoVea.ExDto
6.0.12.1
See the version list below for details.
dotnet add package RuoVea.ExDto --version 6.0.12.1
NuGet\Install-Package RuoVea.ExDto -Version 6.0.12.1
<PackageReference Include="RuoVea.ExDto" Version="6.0.12.1" />
paket add RuoVea.ExDto --version 6.0.12.1
#r "nuget: RuoVea.ExDto, 6.0.12.1"
// Install RuoVea.ExDto as a Cake Addin #addin nuget:?package=RuoVea.ExDto&version=6.0.12.1 // Install RuoVea.ExDto as a Cake Tool #tool nuget:?package=RuoVea.ExDto&version=6.0.12.1
RuoVea.ExDto
介绍
缓存帮助类库,支持简体中文、繁体中文、粤语、日语、法语、英语.
使用示例
注入实现 ICurrentUser 接口 实现获取用户上下文
注入实现 IRESTfulResult 接口 实现统一返回结果
IAuditableEntity类
创建时间: CreateTime
创建人: Creator
修改时间:ModifyTime
修改人: Modifier
IDeletedEntity类
逻辑删除: IsDelete
IPrimaryKeyEntity类
主键Id: Id
租户基类实体 ITenantEntity 类
租户id: TenantId
IDataEntity 继承了 IAuditableEntity, IDeletedEntity, IPrimaryKeyEntity
用户登录基本信息
ClaimConst
PageParam
PageResult
分页参数
Pagination
RESTful风格 接口响应数据
RestfulResult
系统错误码
public enum ErrorEnum
业务枚举
public enum BusinessType
用户登录基本信息
public partial class ClaimConst
相关配置文件
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. 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. |
-
net6.0
- No dependencies.
NuGet packages (6)
Showing the top 5 NuGet packages that depend on RuoVea.ExDto:
Package | Downloads |
---|---|
RuoVea.ExFilter
注入 进行全局的异常日志收集、执行操作日志、参数验证,支持简体中文、繁体中文、粤语、日语、法语、英语. services.ExceptionSetup();// 注入 全局错误日志处 services.ExceptionSetup(ExceptionLog actionOptions);// 注入 全局错误日志处 services.ExceptionSetup(builder.Configuration.GetSection("AopOption:ExceptionLog"));// 注入 全局错误日志处 services.RequestActionSetup();// 注入 请求日志拦截 [执行操作日志、参数验证 ] services.RequestActionSetup(RequestLog actionOptions);// 注入 请求日志拦截 [执行操作日志、参数验证 ] services.RequestActionSetup(builder.Configuration.GetSection("AopOption:RequestLog"));// 注入 请求日志拦截 [执行操作日志、参数验证 ] services.ResourceSetup();//对资源型信息进行过滤 services.ResultSetup();//对结果进行统一 services.ApISafeSetup(AppSign actionOptions);//接口安全校验 services.ApISafeSetup(builder.Configuration.GetSection("AopOption:AppSign"));//接口安全校验 services.ApISignSetup(AppSign actionOptions);//签名验证 ( appKey + signKey + timeStamp + data ); services.ApISignSetup(builder.Configuration.GetSection("AopOption:AppSign"));//签名验证 ( appKey + signKey + timeStamp + data ); services.AddValidateSetup();//模型校验 services.AddUiFilesZipSetup();//将前端UI压缩文件进行解压 不进行接口安全校验 -> NonAplSafeAttribute 不签名验证 -> NonAplSignAttribute 不进行全局的异常日志收集 -> NonExceptionAttribute 不对资源型信息进行过滤 -> NonResourceAttribute 不对结果进行统一 -> NonRestfulResultAttribute |
|
RuoVea.ExSugar
Sqlsugar扩展 快速注入,支持简体中文、繁体中文、粤语、日语、法语、英语.使用方式:service.AddSqlsugar();继承RestFulLog 重写异常日志,操作日志,差异日志 |
|
RuoVea.ExJwtBearer
Jwt 授权验证拓展插件。声名:IJwtHelper _jwtHelper,支持简体中文、繁体中文、粤语、日语、法语、英语. 添加验权:services.AddAuthenticationSetup(enableGlobalAuthorize: true); 添加鉴权:services.AddAuthorizationSetup.MyPermission.(enableGlobalAuthorize: true); 添加Jwt加密:services.AddJwtSetup(); |
|
RuoVea.ExWeb
CorsUrls、IPLimit、SafeIps、Jwt 配置 |
|
RuoVea.ExGlobal
web 注入 全局错误日志、操作日志记录 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
8.0.1.1 | 203 | 9/22/2024 |
8.0.1 | 173 | 8/28/2024 |
8.0.0.2 | 114 | 8/25/2024 |
8.0.0.1 | 193 | 3/11/2024 |
8.0.0 | 239 | 11/24/2023 |
7.0.1.1 | 248 | 9/22/2024 |
7.0.1 | 226 | 8/28/2024 |
7.0.0.1 | 117 | 8/25/2024 |
7.0.0 | 158 | 3/11/2024 |
6.0.12.1 | 2,131 | 9/22/2024 |
6.0.12 | 258 | 8/28/2024 |
6.0.11.2 | 126 | 8/25/2024 |
6.0.11.1 | 578 | 3/11/2024 |
6.0.11 | 1,721 | 3/15/2023 |
6.0.10 | 342 | 3/12/2023 |
6.0.9 | 1,904 | 9/16/2022 |
6.0.8 | 426 | 9/16/2022 |
6.0.7 | 427 | 9/8/2022 |
6.0.6 | 444 | 8/18/2022 |
6.0.5 | 832 | 8/15/2022 |
6.0.4 | 1,065 | 3/10/2022 |
6.0.3 | 450 | 2/18/2022 |
6.0.2 | 449 | 2/16/2022 |
6.0.1 | 446 | 2/16/2022 |
6.0.0 | 2,099 | 2/9/2022 |
5.0.16.1 | 185 | 9/22/2024 |
5.0.16 | 238 | 8/28/2024 |
5.0.15.2 | 116 | 8/25/2024 |
5.0.15.1 | 160 | 8/8/2024 |
5.0.15 | 2,468 | 11/26/2021 |
5.0.14 | 2,309 | 11/26/2021 |
5.0.13 | 401 | 11/22/2021 |
5.0.12 | 305 | 11/22/2021 |
5.0.11 | 597 | 11/19/2021 |
5.0.10 | 327 | 11/8/2021 |
5.0.9 | 1,034 | 11/5/2021 |
5.0.8 | 459 | 11/3/2021 |
5.0.7 | 329 | 11/3/2021 |
5.0.6 | 336 | 11/2/2021 |
5.0.5 | 329 | 11/2/2021 |
5.0.4 | 379 | 11/1/2021 |
5.0.3 | 351 | 10/12/2021 |
5.0.2 | 701 | 9/30/2021 |
5.0.1 | 335 | 9/29/2021 |
5.0.0 | 537 | 9/27/2021 |
2.1.1.1 | 92 | 9/22/2024 |
2.1.1 | 103 | 8/28/2024 |
2.0.0 | 87 | 9/22/2024 |