CoreWebAPI.Extensions 1.2.23

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

已发布版本

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.28 205 10/30/2025
1.2.27 204 10/30/2025
1.2.26 189 10/29/2025
1.2.25 218 10/29/2025
1.2.24 207 10/28/2025
1.2.23 218 10/28/2025
1.2.22 216 10/24/2025
1.2.21 251 8/21/2025
1.2.20 281 8/8/2025
1.2.19 574 7/23/2025
1.2.18 226 7/2/2025
1.2.17 241 7/1/2025
1.2.16 254 3/19/2025
1.2.15 218 3/19/2025
1.2.14 221 3/18/2025
1.2.13 222 3/18/2025
1.2.12 331 3/7/2025
1.2.11 344 3/6/2025
1.2.10 205 1/15/2025
1.2.9 220 1/2/2025
1.2.8 207 12/9/2024
1.2.7 290 10/18/2024
1.2.6 223 9/10/2024
1.2.4 341 6/2/2023
1.2.3 228 6/1/2023
1.2.2 347 4/12/2023
1.2.2-preview3 247 4/12/2023
1.2.2-preview2 248 4/12/2023
1.2.2-preview1 242 4/12/2023
1.2.1 342 2/28/2023
1.2.0 424 12/21/2022
1.1.5 434 11/29/2022
1.1.4 590 9/26/2022
1.1.2 622 8/16/2022
1.1.1 609 7/29/2022
1.1.0 602 7/21/2022
1.0.15 647 6/17/2022
1.0.14 591 6/17/2022
1.0.13 601 6/2/2022
1.0.12 587 5/25/2022
1.0.11 594 5/25/2022
1.0.10 614 5/7/2022
1.0.9 745 4/8/2022
1.0.8 1,101 12/10/2021
1.0.7 1,024 12/9/2021
1.0.6 1,044 12/6/2021
1.0.5 1,042 12/6/2021
1.0.4 1,023 11/29/2021
1.0.3 1,149 11/22/2021
1.0.2 1,096 11/18/2021
1.0.0 1,190 11/16/2021