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

Unable to compile Dapper.sln with VS 2015 #695

Closed
nCubed opened this issue Feb 8, 2017 · 1 comment
Closed

Unable to compile Dapper.sln with VS 2015 #695

nCubed opened this issue Feb 8, 2017 · 1 comment

Comments

@nCubed
Copy link

nCubed commented Feb 8, 2017

With either pulling down a forked repo of dapper or a zip of the dapper repo, I am unable to compile the solution using VS 2015 Enterprise (update 3).

Steps to Reproduce:

  1. Pull down zip file of project from dapper github repo
  2. Extract zip
  3. Open Dapper.sln with Visual Studio 2015
  4. Build solution

Upon building, the following error is thrown:

Error CS0535 'FbAdapter' does not implement interface member 'ISqlAdapter.InsertAsync(IDbConnection, IDbTransaction, int?, string, string, string, IEnumerable, object)' Dapper.Contrib C:\dapper-dot-net-master\Dapper.Contrib\SqlMapperExtensions.cs 869

Is there anything outside of the O.O.B. Visual Studio that needs to be installed? Maybe a VS extension? Or?

NickCraver added a commit that referenced this issue Feb 9, 2017
TODO: All of these need race love in V2, complete re-vamp.
@NickCraver
Copy link
Member

Doh, that PR wasn't complete for 4.5 - fixed in latest. I realize there's race there, but I'm not 100% on firebase returns...in V2 all of these Insert methods will get a lot of generics and race-condition-less love.

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

2 participants