Dapper
Dapper copied to clipboard
Add CancellationToken optional parameter to all Async methods
I saw that a lot of Dapper async methods (eg. QueryAsync) miss the CancellationToken parameter.
You can workaround this by passing CommandDefinition with assigned CancellationToken in most of the simple queries, except more complicates ones, like with multi-mapping.