You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for optional CancellationToken parameters
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
0 commit comments