CoreWebAPI.Extensions 1.2.30

dotnet add package CoreWebAPI.Extensions --version 1.2.30
                    
NuGet\Install-Package CoreWebAPI.Extensions -Version 1.2.30
                    
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="CoreWebAPI.Extensions" Version="1.2.30" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CoreWebAPI.Extensions" Version="1.2.30" />
                    
Directory.Packages.props
<PackageReference Include="CoreWebAPI.Extensions" />
                    
Project file
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 CoreWebAPI.Extensions --version 1.2.30
                    
#r "nuget: CoreWebAPI.Extensions, 1.2.30"
                    
#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 CoreWebAPI.Extensions@1.2.30
                    
#: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=CoreWebAPI.Extensions&version=1.2.30
                    
Install as a Cake Addin
#tool nuget:?package=CoreWebAPI.Extensions&version=1.2.30
                    
Install as a Cake Tool

已发布版本

V1.2.30

兼容pgsql审计与sqlserver共存

V1.2.29

RecordAccessLogsMildd捕获BadHttpRequestException直接退出,返回400

V1.2.28

OptionsRequestMildd修复空响应问题

V1.2.27

RecordAccessLogsMildd中间件调整,新增配置如下,限制读取请求体大小,超过限制则跳过记录,默认10M

"Middleware": { "RecordAccessLogs": { "OutputRequestBodySize": 10485760, } },

OptionsRequestMildd预检抛出异常,返回500报错

V1.2.26

升级Common包到1.4.49

V1.2.25

中间件异常捕获逻辑调整

V1.2.24

中间件程序增加try-catch捕获异常并正常传递context至下一个中间件

V1.2.23

RecordAccessLogsMildd、SwaggerAuthMilddleware、FileTypeRestMiddle、IPLogMildd中间件增加try-catch捕获异常并且正常传递context至下一个中间件

V1.2.22

新增用户类型校验中间件,配置文件新增如下配置,需要按照实际需求配置,一旦使用了该中间件必须配置,否则上传文件接口无法调通,返回ReponseCode400-文件类型不被允许

{ "Startup": { "ValidFileExt": ["xlsx", "xls"], } }

V1.2.21

升级Common包到1.4.48

V1.2.20

升级Common包到1.4.47

V1.2.19

升级Common包到1.4.46

V1.2.18

升级Common包到1.4.45

V1.2.17

升级Common包到1.4.43

V1.2.16

用户认证器 修复问题

注入服务时使用新增的RedisConnectionFactory

V1.2.15

用户认证器 修复问题

允许创建多个Redis连接,用户认证Redis和通用Redis区分 数据库连接配置加密,程序解密

V1.2.14

用户认证器 修复问题

AuthRedisCacheSetup移除输出日志,抛出Exception类型调整

V1.2.13

用户认证器 修复问题

不启用本地Redis认证,或未配置正确的Redis地址时,发起请求时抛出AuthRedis异常问题 AuthRedis异常捕获 配置Authentication:AuthRedis使用密文

V1.2.12

用户认证器 同时兼容sessionid和x-token header

V1.2.11

升级Common包到1.4.39

用户认证器 本地鉴权校验使用Redis

"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地址 },

V1.2.10

SqlsugarSetup增加动态拼接ApplicationName,传入当前用户

V1.2.9

升级Common包到1.4.36

V1.2.8

升级Common包到1.4.33

V1.2.6

升级Common包到1.4.30

V1.2.6

升级Common包到1.4.25

V1.2.5

Swagger文档增加开启开关,默认关闭

"Startup": { "Swagger": { "Enabled": true, }, },

文件大小限制数量改为long类型

升级CoreWebAPI.Common、System.IdentityModel.Tokens.Jwt包

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  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 is compatible.  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.  net9.0 was computed.  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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.30 222 11/25/2025
1.2.29 224 11/6/2025
1.2.28 237 10/30/2025
1.2.27 231 10/30/2025
1.2.26 214 10/29/2025
1.2.25 244 10/29/2025
1.2.24 226 10/28/2025
1.2.23 234 10/28/2025
1.2.22 232 10/24/2025
1.2.21 260 8/21/2025
1.2.20 293 8/8/2025
1.2.19 585 7/23/2025
1.2.18 239 7/2/2025
1.2.17 250 7/1/2025
1.2.16 264 3/19/2025
1.2.15 229 3/19/2025
1.2.14 229 3/18/2025
1.2.13 230 3/18/2025
1.2.12 341 3/7/2025
1.2.11 353 3/6/2025
1.2.10 213 1/15/2025
1.2.9 231 1/2/2025
1.2.8 216 12/9/2024
1.2.7 299 10/18/2024
1.2.6 231 9/10/2024
1.2.4 350 6/2/2023
1.2.3 236 6/1/2023
1.2.2 360 4/12/2023
1.2.2-preview3 256 4/12/2023
1.2.2-preview2 256 4/12/2023
1.2.2-preview1 253 4/12/2023
1.2.1 350 2/28/2023
1.2.0 433 12/21/2022
1.1.5 445 11/29/2022
1.1.4 600 9/26/2022
1.1.2 631 8/16/2022
1.1.1 619 7/29/2022
1.1.0 612 7/21/2022
1.0.15 659 6/17/2022
1.0.14 602 6/17/2022
1.0.13 615 6/2/2022
1.0.12 598 5/25/2022
1.0.11 605 5/25/2022
1.0.10 626 5/7/2022
1.0.9 756 4/8/2022
1.0.8 1,115 12/10/2021
1.0.7 1,041 12/9/2021
1.0.6 1,058 12/6/2021
1.0.5 1,057 12/6/2021
1.0.4 1,036 11/29/2021
1.0.3 1,164 11/22/2021
1.0.2 1,110 11/18/2021
1.0.0 1,202 11/16/2021