Dapper icon indicating copy to clipboard operation
Dapper copied to clipboard

Add support for optional CancellationToken parameters

Open 0xced opened this issue 5 months ago • 0 comments

This adds 28 new async methods with optional CancellationToken parameters support.

The methods without CancellationToken have been preserved in the SqlMapper.Async.Legacy.cs file for binary backward compatibility. The this modifier has been removed from those methods in order to also preserve source compatibility.

This pull request supersedes #2138

0xced avatar Aug 14 '25 09:08 0xced