You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per discussion in dotnet/runtime#28596 (comment), there are currently no async counterparts to DbDataReader.Get{Stream,TextReader}. Rather than adding new methods, it seems better to just allow these types to be returned from DbDataReader.GetFieldValue (and Async).
As per discussion in dotnet/runtime#28596 (comment), there are currently no async counterparts to DbDataReader.Get{Stream,TextReader}. Rather than adding new methods, it seems better to just allow these types to be returned from DbDataReader.GetFieldValue (and Async).
Added tests to @bgrainger's AdoNetApiTest for Stream: mysql-net/AdoNetApiTest#145
/cc @Wraith2
The text was updated successfully, but these errors were encountered: