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
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