Jonathan Magnan
Jonathan Magnan
Hello @mjebrahimi , At this moment, we currently have no plan. This would require us way too many changes in all the libraries to make it 100% compatible.
Hello @bambos-xiouros , Thank for letting us known. We will eventually fix it but I don't think that will happen in a short-term plan since this issue only happen in...
Hello @mj1856 , Thank you for sharing the video. I will look at it this weekend. Yes, I'm aware of the issue about `Task.Run` & Async. We already fixed Query...
Hello @neurospeech , I have learned last year about `Task.Run` not being truly async but didn't make any modification since I still argue with myself ;) As you said, by...
Hello @CodeMatt17 , If you only have to filter `DbSet` (not lazy loading or include), you can use Query DbSet ( It doesn't have such issue): http://entityframework-plus.net/query-db-set-filter We are currently...
Hello @AlexRadch , Thank you for your suggestion. BatchInsert is already in our `todo` list. Unfortunately, for the next few months, we will focus for our free support to improve...
Thank you for the reminder. We will start to look at it to add it on https://entityframework-classic.net/ Once it's stable, we will try to import the feature in EF Plus...
Hello @Danielku15 , Unfortunately, nothing will be done in the short term. However, when we will re-write that feature to allows the query directly to be executed without requiring the...
Hello @kevinvenclovas , Unfortunately, there is no solution right now. We hope one day to get enough time to do a request like this one but time is always missing...
Hello @API-kernel , Thank you for reporting. we will look at it. **Performance Libraries** `context.BulkInsert(list, options => options.BatchSize = 1000); ` [Entity Framework Extensions](http://entityframework-extensions.net/) • [Entity Framework Classic](http://entityframework-classic.net/) • [Bulk...