![]() |
VOOZH | about |
dotnet add package CoreWebAPI.Extensions --version 1.2.39
NuGet\Install-Package CoreWebAPI.Extensions -Version 1.2.39
<PackageReference Include="CoreWebAPI.Extensions" Version="1.2.39" />
<PackageVersion Include="CoreWebAPI.Extensions" Version="1.2.39" />Directory.Packages.props
<PackageReference Include="CoreWebAPI.Extensions" />Project file
paket add CoreWebAPI.Extensions --version 1.2.39
#r "nuget: CoreWebAPI.Extensions, 1.2.39"
#:package CoreWebAPI.Extensions@1.2.39
#addin nuget:?package=CoreWebAPI.Extensions&version=1.2.39Install as a Cake Addin
#tool nuget:?package=CoreWebAPI.Extensions&version=1.2.39Install as a Cake Tool
新增配置(可不加,有默认大小) 限制请求读取大小(默认64Kb) "Middleware", "RecordAccessLogs", "OutputRequestBodySize":1024(1KB) 响应体最大捕获大小(默认32kb)"Middleware", "RecordAccessLogs", "OutputResponseBodySize":1024(1KB) 最大记录日志大小(默认10MB)"Middleware", "RecordAccessLogs", "MaxLogSize":1024(1KB)
"Middleware": { "RecordAccessLogs": { "OutputRequestBodySize": 10485760, } },
{ "Startup": { "ValidFileExt": ["xlsx", "xls"], } }
注入服务时使用新增的RedisConnectionFactory
允许创建多个Redis连接,用户认证Redis和通用Redis区分 数据库连接配置加密,程序解密
AuthRedisCacheSetup移除输出日志,抛出Exception类型调整
不启用本地Redis认证,或未配置正确的Redis地址时,发起请求时抛出AuthRedis异常问题 AuthRedis异常捕获 配置Authentication:AuthRedis使用密文
"Authentication": { "Enabled": true, //开启身份认证 "RemoteAuthentication": false, //开启远程身份认证 "Type": "", //远程身份认证类型,默认空,Progress平台配置为“Progress” "RemoteUrl": "http://localhost:9081/api/login/SSOLogin", //远程认证地址,progress版本为http://localhost:9081/webservice.asmx/SSOLogin "Plat": "qad", //项目平台 Qad、Wms、Mrs、Twh、... "AuthRedis": "localhost:6379,password=111111" //本地验证Jwt的Redis地址 },
"Startup": { "Swagger": { "Enabled": true, }, },
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 is compatible. net5.0-windows net5.0-windows was computed. net6.0 net6.0 is compatible. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 is compatible. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.2.39 | 170 | 6/1/2026 |
| 1.2.38 | 190 | 4/23/2026 |
| 1.2.37 | 203 | 3/20/2026 |
| 1.2.36 | 222 | 1/30/2026 |
| 1.2.35 | 205 | 1/30/2026 |
| 1.2.34 | 185 | 1/28/2026 |
| 1.2.33 | 204 | 1/27/2026 |
| 1.2.32 | 231 | 1/4/2026 |
| 1.2.31 | 417 | 12/17/2025 |
| 1.2.30 | 296 | 11/25/2025 |
| 1.2.29 | 302 | 11/6/2025 |
| 1.2.28 | 308 | 10/30/2025 |
| 1.2.27 | 313 | 10/30/2025 |
| 1.2.26 | 285 | 10/29/2025 |
| 1.2.25 | 331 | 10/29/2025 |
| 1.2.24 | 315 | 10/28/2025 |
| 1.2.23 | 321 | 10/28/2025 |
| 1.2.22 | 316 | 10/24/2025 |
| 1.2.21 | 327 | 8/21/2025 |
| 1.2.20 | 365 | 8/8/2025 |