CoreWebAPI.Common 2.0.0

dotnet add package CoreWebAPI.Common --version 2.0.0
NuGet\Install-Package CoreWebAPI.Common -Version 2.0.0
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="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CoreWebAPI.Common --version 2.0.0
#r "nuget: CoreWebAPI.Common, 2.0.0"
#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=2.0.0

// Install CoreWebAPI.Common as a Cake Tool
#tool nuget:?package=CoreWebAPI.Common&version=2.0.0

已发布版本

V2.0.0.0

1. sqlsugar、Redis连接字符串加密

2. SerilogHelper增加写锁定

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日志模块调整

  1. 增加路径配置

  2. 增加指定路径、用户输出控制

      "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加密类

  1. 增加aes加密协议,所有appsetting里的密码连接配置按此规则加密解密
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on CoreWebAPI.Common:

Package Downloads
CoreWebAPI.Extensions

Common Extensions

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 110 4/1/2024
1.4.21-preview6 85 1/19/2024
1.4.21-preview5 55 1/18/2024
1.4.21-preview4 53 1/18/2024
1.4.21-preview3 54 1/18/2024
1.4.21-preview2 64 1/10/2024
1.4.21-preview1 68 1/10/2024
1.4.20 209 12/6/2023
1.4.19 1,631 11/10/2023
1.4.18 126 10/18/2023
1.4.17 108 9/19/2023
1.4.16 147 6/19/2023
1.4.15 140 6/2/2023
1.4.14 117 6/1/2023
1.4.13 121 5/19/2023
1.4.12 111 5/15/2023
1.4.11 134 5/12/2023
1.4.10 262 4/24/2023
1.4.10-preview2 98 4/24/2023
1.4.10-preview1 99 4/19/2023
1.4.9 173 3/28/2023
1.4.9-preview2 103 3/9/2023
1.4.9-preview1 98 3/9/2023
1.4.8 297 2/1/2023
1.4.7 285 12/7/2022
1.4.6 279 11/29/2022
1.4.5 291 11/21/2022
1.4.4 278 11/21/2022
1.4.3 281 11/21/2022
1.4.2 396 10/14/2022
1.4.1 477 8/26/2022
1.3.12 456 8/24/2022
1.3.11 439 8/23/2022
1.3.10 429 8/22/2022
1.3.9 422 8/22/2022
1.3.8 430 8/9/2022
1.3.7 435 7/29/2022
1.3.6 1,736 7/21/2022
1.3.5 500 7/18/2022
1.3.4 481 7/14/2022
1.3.3 460 7/12/2022
1.3.2 474 7/7/2022
1.3.1 456 6/30/2022
1.3.0 489 6/22/2022
1.2.9 470 6/20/2022
1.2.8 462 6/15/2022
1.2.7 469 6/9/2022
1.2.6 482 6/8/2022
1.2.5 1,139 6/1/2022
1.2.4 513 6/1/2022
1.2.3 499 5/31/2022
1.2.1 546 5/6/2022
1.2.0 538 5/6/2022
1.1.9 528 5/6/2022
1.1.8 542 5/5/2022
1.1.7 504 5/5/2022
1.1.6 508 5/3/2022
1.1.5 522 4/29/2022
1.1.4 549 4/29/2022
1.1.3 1,463 4/8/2022
1.1.2 610 2/7/2022
1.1.1 597 1/20/2022
1.1.0 594 1/20/2022
1.0.10 1,109 12/10/2021
1.0.9 609 12/9/2021
1.0.8 410 12/9/2021
1.0.7 538 12/9/2021
1.0.6 1,287 12/6/2021
1.0.5 1,013 12/3/2021
1.0.4 930 11/22/2021
1.0.3 923 11/22/2021
1.0.2 1,436 11/15/2021
1.0.1 446 11/15/2021