CoreWebAPI.Extensions
1.2.15
See the version list below for details.
dotnet add package CoreWebAPI.Extensions --version 1.2.15
NuGet\Install-Package CoreWebAPI.Extensions -Version 1.2.15
<PackageReference Include="CoreWebAPI.Extensions" Version="1.2.15" />
paket add CoreWebAPI.Extensions --version 1.2.15
#r "nuget: CoreWebAPI.Extensions, 1.2.15"
// Install CoreWebAPI.Extensions as a Cake Addin #addin nuget:?package=CoreWebAPI.Extensions&version=1.2.15 // Install CoreWebAPI.Extensions as a Cake Tool #tool nuget:?package=CoreWebAPI.Extensions&version=1.2.15
已发布版本
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 | Versions 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. |
-
net5.0
- Autofac (>= 6.1.0)
- Autofac.Extensions.DependencyInjection (>= 7.1.0)
- Autofac.Extras.DynamicProxy (>= 6.0.0)
- AutoMapper (>= 10.1.1)
- AutoMapper.Extensions.Microsoft.DependencyInjection (>= 8.1.1)
- Consul (>= 1.6.1.1)
- CoreWebAPI.Common (>= 1.4.42)
- CSRedisCore (>= 3.6.6)
- DotNetCore.CAP (>= 5.1.3)
- DotNetCore.CAP.Dashboard (>= 5.1.3)
- DotNetCore.CAP.Kafka (>= 5.1.3)
- DotNetCore.CAP.RabbitMQ (>= 5.1.3)
- HttpReports.Dashboard (>= 2.6.3)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 5.0.12)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 5.0.13)
- Microsoft.AspNetCore.Mvc.Versioning (>= 5.0.0)
- Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer (>= 5.0.0)
- nacos-sdk-csharp.AspNetCore (>= 1.3.4)
- Serilog.AspNetCore (>= 4.1.0)
- Serilog.Sinks.Async (>= 1.4.0)
- Swashbuckle.AspNetCore.Filters (>= 6.1.0)
- Swashbuckle.AspNetCore.SwaggerGen (>= 6.0.7)
- System.IdentityModel.Tokens.Jwt (>= 7.6.2)
-
net6.0
- Autofac (>= 6.1.0)
- Autofac.Extensions.DependencyInjection (>= 7.1.0)
- Autofac.Extras.DynamicProxy (>= 6.0.0)
- AutoMapper (>= 10.1.1)
- AutoMapper.Extensions.Microsoft.DependencyInjection (>= 8.1.1)
- Consul (>= 1.6.1.1)
- CoreWebAPI.Common (>= 1.4.42)
- CSRedisCore (>= 3.6.6)
- DotNetCore.CAP (>= 5.1.3)
- DotNetCore.CAP.Dashboard (>= 5.1.3)
- DotNetCore.CAP.Kafka (>= 5.1.3)
- DotNetCore.CAP.RabbitMQ (>= 5.1.3)
- HttpReports.Dashboard (>= 2.6.3)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 5.0.12)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 5.0.13)
- Microsoft.AspNetCore.Mvc.Versioning (>= 5.0.0)
- Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer (>= 5.0.0)
- nacos-sdk-csharp.AspNetCore (>= 1.3.4)
- Serilog.AspNetCore (>= 4.1.0)
- Serilog.Sinks.Async (>= 1.4.0)
- Swashbuckle.AspNetCore.Filters (>= 6.1.0)
- Swashbuckle.AspNetCore.SwaggerGen (>= 6.0.7)
- System.IdentityModel.Tokens.Jwt (>= 7.6.2)
-
net7.0
- Autofac (>= 6.1.0)
- Autofac.Extensions.DependencyInjection (>= 7.1.0)
- Autofac.Extras.DynamicProxy (>= 6.0.0)
- AutoMapper (>= 10.1.1)
- AutoMapper.Extensions.Microsoft.DependencyInjection (>= 8.1.1)
- Consul (>= 1.6.1.1)
- CoreWebAPI.Common (>= 1.4.42)
- CSRedisCore (>= 3.6.6)
- DotNetCore.CAP (>= 5.1.3)
- DotNetCore.CAP.Dashboard (>= 5.1.3)
- DotNetCore.CAP.Kafka (>= 5.1.3)
- DotNetCore.CAP.RabbitMQ (>= 5.1.3)
- HttpReports.Dashboard (>= 2.6.3)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 5.0.12)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 5.0.13)
- Microsoft.AspNetCore.Mvc.Versioning (>= 5.0.0)
- Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer (>= 5.0.0)
- nacos-sdk-csharp.AspNetCore (>= 1.3.4)
- Serilog.AspNetCore (>= 4.1.0)
- Serilog.Sinks.Async (>= 1.4.0)
- Swashbuckle.AspNetCore.Filters (>= 6.1.0)
- Swashbuckle.AspNetCore.SwaggerGen (>= 6.0.7)
- System.IdentityModel.Tokens.Jwt (>= 7.6.2)
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.16 | 139 | 10 days ago |
1.2.15 | 140 | 11 days ago |
1.2.14 | 153 | 11 days ago |
1.2.13 | 135 | 11 days ago |
1.2.12 | 240 | 23 days ago |
1.2.11 | 255 | 23 days ago |
1.2.10 | 113 | 2 months ago |
1.2.9 | 137 | 3 months ago |
1.2.8 | 121 | 4 months ago |
1.2.7 | 212 | 5 months ago |
1.2.6 | 145 | 7 months ago |
1.2.4 | 244 | 6/2/2023 |
1.2.3 | 150 | 6/1/2023 |
1.2.2 | 249 | 4/12/2023 |
1.2.2-preview3 | 143 | 4/12/2023 |
1.2.2-preview2 | 170 | 4/12/2023 |
1.2.2-preview1 | 170 | 4/12/2023 |
1.2.1 | 257 | 2/28/2023 |
1.2.0 | 338 | 12/21/2022 |
1.1.5 | 343 | 11/29/2022 |
1.1.4 | 486 | 9/26/2022 |
1.1.2 | 529 | 8/16/2022 |
1.1.1 | 519 | 7/29/2022 |
1.1.0 | 515 | 7/21/2022 |
1.0.15 | 542 | 6/17/2022 |
1.0.14 | 492 | 6/17/2022 |
1.0.13 | 518 | 6/2/2022 |
1.0.12 | 492 | 5/25/2022 |
1.0.11 | 491 | 5/25/2022 |
1.0.10 | 519 | 5/7/2022 |
1.0.9 | 634 | 4/8/2022 |
1.0.8 | 1,002 | 12/10/2021 |
1.0.7 | 916 | 12/9/2021 |
1.0.6 | 938 | 12/6/2021 |
1.0.5 | 953 | 12/6/2021 |
1.0.4 | 925 | 11/29/2021 |
1.0.3 | 1,043 | 11/22/2021 |
1.0.2 | 995 | 11/18/2021 |
1.0.0 | 1,073 | 11/16/2021 |