.NET 5.0 | Add async System.Data resultset and database schema APIs
Open
- Dominant language
- C#
- Stars
- 989
- Forks
- 340
- Avg merge
- 4d 19h
- Merged PRs (30d)
- 72
Description
https://github.com/dotnet/runtime/issues/38028 adds async schema APIs to System.Data, on both DbConnection and DbDataReader; these automatically fall back to calling the sync versions if not overridden. However, SqlClient will now be able to override them, and provide truly async support for these operations.
Note: this would require cross-targeting to net5.0.
Contributor guide
Assessment
This issue has not been assessed yet.