CoreWebAPI.Common 1.4.21-preview1

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

已发布版本

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 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.
  • net5.0

    • No dependencies.
  • net6.0

    • No dependencies.
  • net7.0

    • No dependencies.

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.54 200 1/30/2026
1.4.53 220 1/30/2026
1.4.52 204 1/28/2026
1.4.51 226 1/27/2026
1.4.50 488 12/17/2025
1.4.49 539 10/29/2025
1.4.48 590 8/21/2025
1.4.47 366 8/8/2025
1.4.46 661 7/23/2025
1.4.45 299 7/2/2025
1.4.44 242 7/2/2025
1.4.43 330 6/25/2025
1.4.42 334 3/19/2025
1.4.41 272 3/19/2025
1.4.40 348 3/18/2025
1.4.39 478 3/5/2025
1.4.38 338 3/5/2025
1.4.37 388 1/2/2025
1.4.36 234 12/19/2024
1.4.21-preview1 183 1/10/2024
Loading failed