Wunion.DataAdapter.NetCore 1.0.5.2

dotnet add package Wunion.DataAdapter.NetCore --version 1.0.5.2                
NuGet\Install-Package Wunion.DataAdapter.NetCore -Version 1.0.5.2                
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="Wunion.DataAdapter.NetCore" Version="1.0.5.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Wunion.DataAdapter.NetCore --version 1.0.5.2                
#r "nuget: Wunion.DataAdapter.NetCore, 1.0.5.2"                
#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 Wunion.DataAdapter.NetCore as a Cake Addin
#addin nuget:?package=Wunion.DataAdapter.NetCore&version=1.0.5.2

// Install Wunion.DataAdapter.NetCore as a Cake Tool
#tool nuget:?package=Wunion.DataAdapter.NetCore&version=1.0.5.2                

自该 1.0.5.1 版本开始放弃对 Wunion.DataAdapter.NetCore.EntityUtils 的维护,采用新增加的 CodeFirst ORM模式。  
参考 Demo 工程:https://github.com/cnzhnet/Wunion.DataAdapter.Examples    
开发人员文档: https://github.com/cnzhnet/Wunion.DataAdapter/tree/master/Documents    
--------------------------------------------------------------------------------------------------  
Since the 1.0.5.1 version, the maintenance of Wunion.DataAdapter.NetCore.EntityUtils has been abandoned, and the newly added CodeFirst ORM mode has been adopted.
See the Demo project:  https://github.com/cnzhnet/Wunion.DataAdapter.Examples   
See the developer documentation:  https://github.com/cnzhnet/Wunion.DataAdapter/tree/master/Documents   

--------------------------------------------------------------------------------------------------  
1.0.5.2 更新说明(Update Logs)
仅仅为了更新nuget包的说明信息
Just to update the nutet package description information

1.0.5.1 更新说明(Update Logs)
增加 CodeFirst 支持,需要安装 dotnet tool “WDA-CF”.
Add CodeFirst support, need to install dotnet tool "WDA-CF".

在 DbContext 以及 QueryBuilder 中增加异步方法的实现.
Add implementations of async methods to DbContext and QueryBuilder.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Wunion.DataAdapter.NetCore:

Package Downloads
Wunion.DataAdapter.NetCore.EntityUtils

Wunion.DataAdapter.NetCore 的实体查询支持库. 配套代码生成器:WdaEntityGenerator 1.0.3 更新说明 (Update Description) : 增加连接池支持,并优化生成的查询命令. Increase connection pool support and optimize the generated query commands

Wunion.DataAdapter.NetCore.SQLite3

Wunion.DataAdapter.NetCore 的 SQLite 数据库支持包。 PostgreSQL database support package for Wunion.DataAdapter 1. 修复删除表时自增长序列未清零的问题. Fix the bug that the auto-increment is not cleared when the table is deleted.

Wunion.DataAdapter.NetCore.MySQL

Wunion.DataAdapter.NetCore 的 MySQL 数据库支持包。 MySQL database support package for Wunion.DataAdapter 1. 修复 TableBuildParser 在无自动增长字段时报错的问题 Fix TableBuildParser error when there is no AUTO_INCREMENT field

Wunion.DataAdapter.NetCore.SQLServer

Wunion.DataAdapter.NetCore 的 Microsoft SQL Server 2008 R2 SP3及以上版本数据库支持包。 1.0.4更新说明(Update Logs) 1. 新增 Create Table命令构建器的 SQL Server 解释器实现. 2. 新增 DropTable 及 TableExists 方法. 1. Add SQL Server interpreter implementation of the create table command builder. 2. Add DropTable and TableExists methods.

Wunion.DataAdapter.NetCore.PostgreSQL

Wunion.DataAdapter 的 PostgreSQL 数据库支持包。 PostgreSQL database support package for Wunion.DataAdapter 1. 修复 TableBuildParser 的默认值解析错误的问题. Fix default value parsing error for TableBuildParser.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.5.2 1,544 3/18/2022
1.0.5.1 461 2/25/2022
1.0.5 1,480 2/24/2022 1.0.5 is deprecated because it has critical bugs.
1.0.4.1 1,299 7/5/2020
1.0.4 1,455 5/13/2020
1.0.3.5 1,181 4/16/2019
1.0.3.4 855 11/26/2018
1.0.3.3 911 10/12/2018
1.0.3.2 983 6/23/2018
1.0.3.1 2,072 4/6/2018

该组件为开源项目,目前完全免费。所有该组件的原生代码版权为开发者本人所有,任何企业及个人皆可免费使用,但除开发者外禁止任何企业以及个人以任何形式将组件的源代码纳入自己的知识产权范围。使用该组件源引起的任何商业或利益上的损失、风险以及任何刑事或民事纠纷一概由使用者自行承担。