dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.27k stars 4.73k forks source link

Clean up async API docs for System.Data #39154

Open roji opened 4 years ago

roji commented 4 years ago

The current API docs for System.Data async methods simply point to the sync method, and provide information on the default implementation (throw on cancellation, invoke the sync method...). We should instead have the full information on the method directly available on the async method, and provide any default implementation info in the remarks.

Example method: OpenAsync.

ghost commented 4 years ago

Tagging subscribers to this area: @roji, @ajcvickers Notify danmosemsft if you want to be subscribed.

bgrainger commented 4 years ago

@danmosemsft Can I be subscribed to area-System.Data issues?