-
Notifications
You must be signed in to change notification settings - Fork 835
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
Implement IAsyncDisposable #2597
Comments
roji
added a commit
that referenced
this issue
Sep 1, 2019
The main scenario to be handled asynchronously, is when a connection (or transaction) is disposed by an open reader is still active, with its resultset needing to be consumed. Fixes #2597
Merged
roji
added a commit
that referenced
this issue
Sep 3, 2019
The main scenario to be handled asynchronously, is when a connection (or transaction) is disposed by an open reader is still active, with its resultset needing to be consumed. Fixes #2597
roji
added a commit
that referenced
this issue
Sep 3, 2019
The main scenario to be handled asynchronously, is when a connection (or transaction) is disposed by an open reader is still active, with its resultset needing to be consumed. Fixes #2597
How do I use the netstandard2.0 version of 4.1.1 with the normal framework. I'm getting
I'm compiling with:
|
Sorry, there must be something wrong with Mono 6.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dotnet/corefx#37877 added IAsyncDisposable on DbConnection, DbCommand, DbDataReader - we need to override DisposeAsync to actually enable async disposal.
The text was updated successfully, but these errors were encountered: