dotnet / dotnet/SqlClient

.NET 5.0 | Add async System.Data resultset and database schema APIs

Open
#646 1 comment 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.