Closed
Description
From 6e8bc8c#r126286098.
The API was previously using ValueTask
vs Task
and compiled differently for different TFMs. Now that it's ValueTask<MySqlBulkCopyResult>
it can be defined the same way on all platforms.
From 6e8bc8c#r126286098.
The API was previously using ValueTask
vs Task
and compiled differently for different TFMs. Now that it's ValueTask<MySqlBulkCopyResult>
it can be defined the same way on all platforms.