Dapper.Contrib icon indicating copy to clipboard operation
Dapper.Contrib copied to clipboard

Dapper.Contrib + Async + CancellationToken

Open chriskolenko opened this issue 10 years ago • 5 comments

Any plans to support ~~Cancellation~~ CancellationToken with Insert, Update, Delete etc, methods?

chriskolenko avatar Mar 11 '16 11:03 chriskolenko

Just like a rollback transation for long duration query?

alexsandro-xpt avatar Mar 11 '16 12:03 alexsandro-xpt

My apologies, it should have said CancellationToken. I believe CommandDefinition has support for a Cancellation Token.

chriskolenko avatar Mar 11 '16 23:03 chriskolenko

Yes, we plan to add these optional parameters, but it'll have to be in the next major release as it is a breaking API change. I expect we'll do such a release with .Net Core releases, possibly in alpha/beta states earlier so you can grab them off NuGet well before .Net Core RTM lands.

I'll tag this issue and leave it open for tracking.

NickCraver avatar Mar 12 '16 14:03 NickCraver

Any progress on this one?

UweKeim avatar Jun 11 '21 11:06 UweKeim

Any progress on this one?

abennet1314 avatar Jul 10 '22 10:07 abennet1314