SapientGuardian / mysql-connector-net-netstandard

ADO.NET driver for MySQL targeted against netstandard 1.3
GNU General Public License v2.0
46 stars 15 forks source link

Converting the library for proper support for MySqlClientFactory #1

Closed eByte23 closed 8 years ago

eByte23 commented 8 years ago

This allows ORM's that utilise the DbInstance class to function.

I have done this work it is currently extremely messy but it works. I'll cleanup what I have and submit a pr.

SapientGuardian commented 8 years ago

A PR would be great! That should make @MrBananaGuard happy too. (https://github.com/SapientGuardian/mysql-dnxcore50/issues/4)

eByte23 commented 8 years ago

Currently available for testing on my nuget feed till I make a pr https://www.myget.org/F/ebyte-dotnetcore/api/v3/index.json

SapientGuardian commented 8 years ago

This is up as the official unofficial nuget package (https://www.nuget.org/packages/SapientGuardian.MySql.Data/) version 6.9.8-rc2-004. Thanks for your help!