Add async System.Data resultset and database schema APIs#39098
Add async System.Data resultset and database schema APIs#39098roji merged 1 commit intodotnet:masterfrom
Conversation
|
Note regarding the This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change. |
stephentoub
left a comment
There was a problem hiding this comment.
The ref and src LGTM. Can we add tests?
There was a problem hiding this comment.
All of this should be in remarks I think. The summary should be similar to the sync version.
There was a problem hiding this comment.
@stephentoub you're right, the docs for all async methods currently point to the sync method and add some notes on the default implementation - not ideal. I've opened #39154 to clean this up globally in System.Data, will take care of that after this PR.
|
Tagging subscribers to this area: @roji, @ajcvickers |
|
Added full testing for the new APIs. |
Closes #38028
/cc @ajcvickers @stephentoub @manandre