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

[WIP] 6.9 netstandard 1.3 beta1 #3

Closed eByte23 closed 8 years ago

eByte23 commented 8 years ago

So I have done the basic implementation of the dotnet db interfaces and also lower our require dotnet ver to netstandard 1.3 :D (Winning)!

I will be implementing all the test also in dotnet core, so we can test how reliable the work is

Going to do more clean up and bring back code so that we can make it more approachable as a merge-able pr for mysql branch

As metioned #1

IntelOrca commented 8 years ago

Shouldn't this be merging to 6.9_netstandard_1.5 rather than 6.9... or a new branch for netstandard 1.3?

eByte23 commented 8 years ago

Ahh crap yes