CoreWebAPI.Repository 1.2.20

dotnet add package CoreWebAPI.Repository --version 1.2.20
                    
NuGet\Install-Package CoreWebAPI.Repository -Version 1.2.20
                    
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.Repository" Version="1.2.20" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CoreWebAPI.Repository" Version="1.2.20" />
                    
Directory.Packages.props
<PackageReference Include="CoreWebAPI.Repository" />
                    
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.Repository --version 1.2.20
                    
#r "nuget: CoreWebAPI.Repository, 1.2.20"
                    
#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.Repository@1.2.20
                    
#: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.Repository&version=1.2.20
                    
Install as a Cake Addin
#tool nuget:?package=CoreWebAPI.Repository&version=1.2.20
                    
Install as a Cake Tool

已发布版本

V1.2.20

功能添加

  1. SqlSugar升级至5.1.4.216,需要注意.net core Model包中的SqlSugarClient也需要升级到5.1.4.216

这次升级主要集中在稳定性增强、性能优化和 Bug 修复上,具体包括: 修复了在高并发场景下 DbContext 生命周期管理的潜在线程安全问题; 优化了 LINQ 转 SQL 的表达式解析逻辑,提升复杂查询的执行效率,尤其在多表关联和嵌套子查询场景下更稳定; 修复了 PostgreSQL 和 SQL Server 在使用 OnConflict 语法时的字段映射异常,与你之前关注的 PostgreSQL UPSERT 逻辑完全兼容,无需调整原有代码; 改进了实体属性的延迟加载机制,减少不必要的数据库往返请求; 修复了部分数据库类型(如 DateTimeOffset、JSONB)在跨平台迁移时的序列化异常。

V1.2.19

功能添加

  1. SqlSugar升级至5.1.4.84

V1.2.18

功能添加

  1. SqlSugar升级至5.1.4.73

V1.2.17

功能添加

  1. 新增AddAda方法接口层
  2. AddAda方法传入数量为0时,默认赋值1000

V1.2.16

功能添加

  1. 新增AddAda方法,根据传入数量判断是否需要调用大批量写入

V1.2.15

功能添加

  1. 增加多线程控制:使用多线程查询数据时,_multiTask设置为true

V1.2.11

功能添加

  1. QueryTableByResult:固定字段查询-根据结果查询增加到8表联查

V1.2.10

功能添加

  1. QueryTableByResult增加到12表联查

V1.2.9

功能添加

  1. QueryMuchPageByResult增加到12表联查
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.20 129 7/10/2026
1.2.19 174 1/30/2026
1.2.18 151 1/30/2026
1.2.17 406 6/9/2025
1.2.16 372 6/9/2025
1.2.15 446 10/18/2023
1.2.15-preview2 215 8/31/2023
1.2.15-preview1 206 8/31/2023
1.2.14 305 7/17/2023
1.2.13 289 7/13/2023
1.2.12 276 7/13/2023
1.2.11 312 7/11/2023
1.2.10 322 6/29/2023
1.2.9 280 6/27/2023
1.2.8 373 4/4/2023
1.2.7 413 2/13/2023
1.2.6 483 12/28/2022
1.2.5 478 12/20/2022
1.2.4 479 11/28/2022
1.2.3 504 11/23/2022
Loading failed