CoreWebAPI.Common
1.4.29
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package CoreWebAPI.Common --version 1.4.29
NuGet\Install-Package CoreWebAPI.Common -Version 1.4.29
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.Common" Version="1.4.29" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CoreWebAPI.Common --version 1.4.29
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CoreWebAPI.Common, 1.4.29"
#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 CoreWebAPI.Common as a Cake Addin #addin nuget:?package=CoreWebAPI.Common&version=1.4.29 // Install CoreWebAPI.Common as a Cake Tool #tool nuget:?package=CoreWebAPI.Common&version=1.4.29
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
已发布版本
V1.4.29
SerilogHelper
- 去除读写锁
V1.4.28
SerilogHelper
- 调整为异步线程
V1.4.27
GetMessage
- 调用平台GRPC服务逻辑调整,使用时必须注册Redis,appsetting中增加多语言服务地址 { "Startup":{ "MultiLangGrpcServiceConn": "" } }
RedisCacheManager
- 连接配置调整
V1.4.26
GetCString
- 去除可选参数
- 增加GetCStringNoTrim,转换字符串不去除前后空格
V1.4.25
ProgressHelper
- 增加前端动态查询条件转Progress语句
ExcelHelper
- 输出报错抛出异常
GetCString
- 增加可选参数,不去除空格(默认去前后空格)
StaticHttpContext
1.增加TraceIdentifier,表示跟踪日志中的请求的唯一标识符
SerilogHelper
- 增加写入mongodb "Serilog": { "WriteToMongoDB": { "Enabled": true, "Connection": "mongodb://10.124.0.11:27017", "DataBase": "logs", "CollectionName": "core_webapi_log" },
- 写日志改为异步处理
V1.4.24
重新打包
V1.4.23
SerilogHelper 未注册UseStaticHttpContext默认日志文件名API、USER为空
LogWriteLock读写锁增加异常捕获
V1.4.22
安全问题包升级
NPOI、RestSharp、System.IdentityModel.Tokens.Jwt
UtilConvert 增加GetCLong基础数据转换
SerilogHelper 增加读写锁
HttpHelper 增加证书跳过逻辑
CheckCertValid默认false,跳过证书有效性校验
V1.4.21
ExcelHelper 输出调整
输出Excel日期类型的单元格启用筛选时候仍然按照字符串的方式筛选
V1.4.20
GetCInt BUG修复
空字符串返回0,小数返回整数
V1.4.18
DbDynamicQueryHelper BUG修复
String类型nq条件sql错误
V1.4.17
ExcelHelper修复
日期值单元格类型设置为日期
V1.4.16
动态查询方法调整
PgsqlDynamicWhereSqlParaGet:字符串值为null时,查询条件调整为同时null和空串比较
V1.4.10
Serilog日志模块调整
增加路径配置
增加指定路径、用户输出控制
"Serilog": { "Info": { "Enabled": true, "Path": "D:\\Tools\\...\\bin\\Debug\\net5.0\\", "AllowAllApis": false, "AllowAPIs": [ "/api/demo/query" ], "IgnoreApis": [ "/api/values/get" ], "AllowAllUsers": false, "AllowUsers": [ "fine" ], "IgnoreUsers": [ "demo" ] }, "Error": { "Enabled": true, "Path": "D:\\Tools\\...\\bin\\Debug\\net5.0\\", "AllowAllApis": true, "AllowAPIs": [ ], "IgnoreApis": [ ], "AllowAllUsers": true, "AllowUsers": [ ], "IgnoreUsers": [ ] } },
AES加密类
- 增加aes加密协议,所有appsetting里的密码连接配置按此规则加密解密
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net5.0
- Google.Protobuf (>= 3.21.2)
- Grpc.Net.Client (>= 2.40.0)
- MiniProfiler.AspNetCore (>= 4.2.22)
- mongocsharpdriver (>= 2.13.1)
- nacos-sdk-csharp (>= 1.1.0)
- Newtonsoft.Json (>= 13.0.2)
- NPOI (>= 2.7.0)
- RabbitMQ.Client (>= 6.3.0)
- RestSharp (>= 106.15.0)
- Serilog.AspNetCore (>= 4.1.0)
- Serilog.Sinks.Async (>= 1.4.0)
- Serilog.Sinks.Elasticsearch (>= 8.4.1)
- Serilog.Sinks.File (>= 4.1.0)
- Serilog.Sinks.PeriodicBatching (>= 5.0.0)
- SqlSugarCore (>= 5.1.4.58)
- StackExchange.Redis (>= 2.6.45)
- SugarRedis (>= 1.3.0)
- System.IdentityModel.Tokens.Jwt (>= 7.6.2)
-
net6.0
- Google.Protobuf (>= 3.21.2)
- Grpc.Net.Client (>= 2.40.0)
- MiniProfiler.AspNetCore (>= 4.2.22)
- mongocsharpdriver (>= 2.13.1)
- nacos-sdk-csharp (>= 1.1.0)
- Newtonsoft.Json (>= 13.0.2)
- NPOI (>= 2.7.0)
- RabbitMQ.Client (>= 6.3.0)
- RestSharp (>= 106.15.0)
- Serilog.AspNetCore (>= 4.1.0)
- Serilog.Sinks.Async (>= 1.4.0)
- Serilog.Sinks.Elasticsearch (>= 8.4.1)
- Serilog.Sinks.File (>= 4.1.0)
- Serilog.Sinks.PeriodicBatching (>= 5.0.0)
- SqlSugarCore (>= 5.1.4.58)
- StackExchange.Redis (>= 2.6.45)
- SugarRedis (>= 1.3.0)
- System.IdentityModel.Tokens.Jwt (>= 7.6.2)
-
net7.0
- Google.Protobuf (>= 3.21.2)
- Grpc.Net.Client (>= 2.40.0)
- MiniProfiler.AspNetCore (>= 4.2.22)
- mongocsharpdriver (>= 2.13.1)
- nacos-sdk-csharp (>= 1.1.0)
- Newtonsoft.Json (>= 13.0.2)
- NPOI (>= 2.7.0)
- RabbitMQ.Client (>= 6.3.0)
- RestSharp (>= 106.15.0)
- Serilog.AspNetCore (>= 4.1.0)
- Serilog.Sinks.Async (>= 1.4.0)
- Serilog.Sinks.Elasticsearch (>= 8.4.1)
- Serilog.Sinks.File (>= 4.1.0)
- Serilog.Sinks.PeriodicBatching (>= 5.0.0)
- SqlSugarCore (>= 5.1.4.58)
- StackExchange.Redis (>= 2.6.45)
- SugarRedis (>= 1.3.0)
- System.IdentityModel.Tokens.Jwt (>= 7.6.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on CoreWebAPI.Common:
Package | Downloads |
---|---|
CoreWebAPI.Extensions
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.4.32 | 90 | 10/21/2024 |
1.4.31 | 93 | 10/21/2024 |
1.4.30 | 138 | 10/16/2024 |
1.4.29 | 102 | 10/7/2024 |
1.4.27 | 94 | 9/20/2024 |
1.4.26 | 181 | 9/5/2024 |
1.4.24 | 104 | 8/1/2024 |
1.4.23 | 115 | 6/25/2024 |
1.4.22 | 118 | 6/25/2024 |
1.4.21 | 116 | 6/4/2024 |
1.4.21-preview6 | 142 | 1/19/2024 |
1.4.21-preview5 | 99 | 1/18/2024 |
1.4.21-preview4 | 93 | 1/18/2024 |
1.4.21-preview3 | 99 | 1/18/2024 |
1.4.21-preview2 | 104 | 1/10/2024 |
1.4.21-preview1 | 112 | 1/10/2024 |
1.4.20 | 252 | 12/6/2023 |
1.4.19 | 1,789 | 11/10/2023 |
1.4.18 | 161 | 10/18/2023 |
1.4.17 | 144 | 9/19/2023 |
1.4.16 | 182 | 6/19/2023 |
1.4.15 | 175 | 6/2/2023 |
1.4.14 | 143 | 6/1/2023 |
1.4.13 | 155 | 5/19/2023 |
1.4.12 | 136 | 5/15/2023 |
1.4.11 | 164 | 5/12/2023 |
1.4.10 | 321 | 4/24/2023 |
1.4.10-preview2 | 119 | 4/24/2023 |
1.4.10-preview1 | 127 | 4/19/2023 |
1.4.9 | 202 | 3/28/2023 |
1.4.9-preview2 | 131 | 3/9/2023 |
1.4.9-preview1 | 123 | 3/9/2023 |
1.4.8 | 337 | 2/1/2023 |
1.4.7 | 318 | 12/7/2022 |
1.4.6 | 316 | 11/29/2022 |
1.4.5 | 322 | 11/21/2022 |
1.4.4 | 307 | 11/21/2022 |
1.4.3 | 321 | 11/21/2022 |
1.4.2 | 434 | 10/14/2022 |
1.4.1 | 512 | 8/26/2022 |
1.3.12 | 489 | 8/24/2022 |
1.3.11 | 475 | 8/23/2022 |
1.3.10 | 461 | 8/22/2022 |
1.3.9 | 451 | 8/22/2022 |
1.3.8 | 464 | 8/9/2022 |
1.3.7 | 467 | 7/29/2022 |
1.3.6 | 1,873 | 7/21/2022 |
1.3.5 | 529 | 7/18/2022 |
1.3.4 | 514 | 7/14/2022 |
1.3.3 | 505 | 7/12/2022 |
1.3.2 | 505 | 7/7/2022 |
1.3.1 | 486 | 6/30/2022 |
1.3.0 | 522 | 6/22/2022 |
1.2.9 | 501 | 6/20/2022 |
1.2.8 | 490 | 6/15/2022 |
1.2.7 | 507 | 6/9/2022 |
1.2.6 | 521 | 6/8/2022 |
1.2.5 | 1,213 | 6/1/2022 |
1.2.4 | 555 | 6/1/2022 |
1.2.3 | 527 | 5/31/2022 |
1.2.1 | 591 | 5/6/2022 |
1.2.0 | 563 | 5/6/2022 |
1.1.9 | 559 | 5/6/2022 |
1.1.8 | 570 | 5/5/2022 |
1.1.7 | 542 | 5/5/2022 |
1.1.6 | 536 | 5/3/2022 |
1.1.5 | 548 | 4/29/2022 |
1.1.4 | 582 | 4/29/2022 |
1.1.3 | 1,521 | 4/8/2022 |
1.1.2 | 643 | 2/7/2022 |
1.1.1 | 623 | 1/20/2022 |
1.1.0 | 642 | 1/20/2022 |
1.0.10 | 1,149 | 12/10/2021 |
1.0.9 | 641 | 12/9/2021 |
1.0.8 | 438 | 12/9/2021 |
1.0.7 | 571 | 12/9/2021 |
1.0.6 | 1,347 | 12/6/2021 |
1.0.5 | 1,059 | 12/3/2021 |
1.0.4 | 974 | 11/22/2021 |
1.0.3 | 972 | 11/22/2021 |
1.0.2 | 1,493 | 11/15/2021 |
1.0.1 | 480 | 11/15/2021 |