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

ExecuteScalarAsync not supported #89

Open
ihsansfd opened this issue Apr 28, 2023 · 0 comments
Open

ExecuteScalarAsync not supported #89

ihsansfd opened this issue Apr 28, 2023 · 0 comments

Comments

@ihsansfd
Copy link

ihsansfd commented Apr 28, 2023

This one important method in Dapper isn't checked in the switch case. Please consider adding a mock for this method, as I'm using this and postponed testing it. Probably I'm going to use a wrapper, unless the library got updated and the method got supported.

Update: just noticed that it's only missing in the interface IDbConnection, but for the concrete class DbConnection it's implemented. But I need it for the interface, not concrete class.

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

1 participant