Skip to content

Use ValueTask #1233

Closed
Closed
@bgrainger

Description

@bgrainger

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions