We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ValueTask
Since #1144, MySqlConnector is using the latest version of System.Threading.Tasks.Extension. This provides ValueTask on all platforms.
Replace all uses of ValueTask<int> (that don't use the .Result) with a plain ValueTask.
ValueTask<int>
.Result