RuoVea.ExDto 5.0.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package RuoVea.ExDto --version 5.0.8
NuGet\Install-Package RuoVea.ExDto -Version 5.0.8
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="RuoVea.ExDto" Version="5.0.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RuoVea.ExDto --version 5.0.8
#r "nuget: RuoVea.ExDto, 5.0.8"
#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 RuoVea.ExDto as a Cake Addin
#addin nuget:?package=RuoVea.ExDto&version=5.0.8

// Install RuoVea.ExDto as a Cake Tool
#tool nuget:?package=RuoVea.ExDto&version=5.0.8

接口响应数据模型 ResParameter、接口响应码枚举 ResponseCode、操作响应码枚举 StartCode

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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();

RuoVea.ExWeb

CorsUrls、IPLimit、SafeIps、Jwt 配置

RuoVea.ExGlobal

web 注入 全局错误日志、操作日志记录

RuoVea.ExJwtBearer

Jwt 授权验证拓展插件。声名:IJwtHelper _jwtHelper 添加验权:services.AddAuthenticationSetup(enableGlobalAuthorize: true); 添加鉴权:services.AddAuthorizationSetup.MyPermission.(enableGlobalAuthorize: true); 添加Jwt加密:services.AddJwtSetup();

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.0.1 105 3/11/2024
8.0.0 215 11/24/2023
7.0.0 79 3/11/2024
6.0.11.1 326 3/11/2024
6.0.11 1,471 3/15/2023
6.0.10 302 3/12/2023
6.0.9 1,786 9/16/2022
6.0.8 392 9/16/2022
6.0.7 395 9/8/2022
6.0.6 411 8/18/2022
6.0.5 779 8/15/2022
6.0.4 1,005 3/10/2022
6.0.3 420 2/18/2022
6.0.2 417 2/16/2022
6.0.1 421 2/16/2022
6.0.0 2,014 2/9/2022
5.0.15 2,424 11/26/2021
5.0.14 2,253 11/26/2021
5.0.13 357 11/22/2021
5.0.12 278 11/22/2021
5.0.11 534 11/19/2021
5.0.10 293 11/8/2021
5.0.9 939 11/5/2021
5.0.8 420 11/3/2021
5.0.7 300 11/3/2021
5.0.6 304 11/2/2021
5.0.5 305 11/2/2021
5.0.4 357 11/1/2021
5.0.3 321 10/12/2021
5.0.2 630 9/30/2021
5.0.1 303 9/29/2021
5.0.0 496 9/27/2021