问题描述
MySql.ConnectorNET.Data 和MySql.Data 包在 NuGet 上?
What is the difference between the MySql.ConnectorNET.Data and the MySql.Data packages on NuGet?
它们似乎都是由同一用户发布的 (MySQL),并且 Project Site 链接指向相同的位置 (http://dev.mysql.com/downloads/).
They both appear to be published by the same user (MySQL), and the Project Site
links point to the same location (http://dev.mysql.com/downloads/).
安装这两个版本后,ConnectorNET 版本似乎落后于另一个版本.
After installing both, the ConnectorNET version appears to lag behind the other version by a release.
推荐答案
从你问这个问题开始,Oracle(包所有者)已经把情况说清楚了:
Since the time you asked this question, Oracle (the package owner) has made the situation clear:
- MySql.Data 是官方继续更新的包.
- MySql.ConnectorNET.Data 现在没有发布版本.它显示警告:所有者已取消列出此包.这可能意味着该软件包已被弃用或不应再使用."
- MySql.Data is the official package that continues to be updated.
- MySql.ConnectorNET.Data now has no published releases. It shows the warning: "The owner has unlisted this package. This could mean that the package is deprecated or shouldn't be used anymore."
NuGet 还具有以下其他 MySQL ADO.NET 连接器:
NuGet also has the following other MySQL ADO.NET connectors:
- MySqlConnector — 社区开发的支持异步和 .NET Core 的 OSS 连接器库.
- SapientGuardian.MySql.Data — 作为 <添加
netstandard1.3
支持的code>MySql.Data;现在无人维护. - dotConnect.Express.for.MySQL — 免费"Express Edition" 一种封闭源代码的商业产品,提供 付费版本.
- Devart.Data.MySql — 商业版.李>
- MySqlConnector — community-developed OSS connector library supporting async and .NET Core.
- SapientGuardian.MySql.Data — started as a fork of
MySql.Data
that addednetstandard1.3
support; now unmaintained. - dotConnect.Express.for.MySQL — free "Express Edition" of a closed-source commercial product offering paid editions.
- Devart.Data.MySql — the commercial edition.
这篇关于MySql.ConnectorNET.Data 与 MySql.Data的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!