Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For the NetStandard platform, Dapper isn't exposing the extensions on the IDbConnection #520

Closed
MoonStorm opened this issue May 23, 2016 · 6 comments

Comments

@MoonStorm
Copy link

The extensions are not available on the lowest denominator, the IDbConnection, same as for the other platforms. IDbConnection is available in System.Data.Common package.

@mgravell
Copy link
Member

Agreed, oh how I'm looking forward to getting rid of those using aliases
(the hack we used to make it work)
On 23 May 2016 8:52 p.m., "MoonStorm" [email protected] wrote:

The extensions are not available on the lowest denominator, the
IDbConnection, same as for the other platforms. IDbConnection is
available in System.Data.Common package.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#520

@NickCraver
Copy link
Member

I'm working on this right now - XML comments are actually missing in the current NuGet package too. I need to add some to the new Parse methods. Expect a -rc2.1 release on NuGet tonight or tomorrow. So far: #if COREFX occurrences are down from 54 to 26.

NickCraver pushed a commit that referenced this issue May 24, 2016
@NickCraver
Copy link
Member

Still working on more updates, but relevant commit above: 8e070dd

@NickCraver
Copy link
Member

@MoonStorm unfortunately NuGet doesn't support SemVer 2.0, so there's no -rc2.1 release. Instead, there's a -rc2a up on NuGet which is back to interfaces: https://www.nuget.org/packages/Dapper/1.50.0-rc2a

@MoonStorm
Copy link
Author

Awesome, thanks.

@mkeymolen
Copy link

mkeymolen commented Aug 5, 2016

@NickCraver

unfortunately NuGet doesn't support SemVer 2.0

i thought latest version of nuget (3.x) does support SemVer 2.0 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants