zzzprojects / EntityFramework-Plus

Entity Framework Plus extends your DbContext with must-haves features: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more
https://entityframework-plus.net/
MIT License
2.27k stars 318 forks source link

Async future batch delegate #807

Closed medkg15 closed 3 months ago

medkg15 commented 3 months ago

This is a follow-up to https://github.com/zzzprojects/EntityFramework-Plus/pull/805.

Unfortunately, the earlier PR only implemented these hooks for synchronous operations. This PR adds the async support as well. Apologies for the oversight.

JonathanMagnan commented 3 months ago

Oops! Indeed, we missed it also on our side.

A new version has already been released yesterday, but we will merge your PR, and it will be deployed the next time

Thank again for your contribution :)

JonathanMagnan commented 3 months ago

Hello @medkg15 ,

Thank you again for your contribution.

I just wanted to let you know that a new version of your fix has been released today.

Best Regards,

Jon