Jonathan Magnan
Jonathan Magnan
Hello @JiangTaoShi , All features of EF Plus are still free. However, EF Plus has now a dependency on EF Extensions since 2019. See the following thread: https://github.com/zzzprojects/EntityFramework-Plus/issues/510 You can...
Hello @shaulbehr , This LINQ would have been valid for SQL Server but unfortunately, that's not currently valid for `PostgreSQL`. We already tried in the past to support it a...
Hello @shaulbehr , @roji My developer looked at it and we might be able now to support it (and a lot more case that we were not able previously) We...
You are right, you will probably need to include your key in the anonymous type such as: ```csharp await db.Foo.Where(f => f.Status == 1).Select(f => new { RankID = f.RankID,...
Hello @panoskj , Sure go ahead, I just put the code up to date. Let me know if something is missing. Best Regards, Jon
Hello @gizadirov , Thank you for reporting, we successfully reproduced the issue. We will look if we can make both features work together. Best Regards, Jon --- **Performance Libraries** `context.BulkInsert(list,...
Hello @gizadirov , We tried to make it work but unfortunately, the `IncludeOptimized` requires a `ChangeTracker` to work correctly and the `Cache` feature requires to don't use a `ChangeTracker` since...
Hello @neurospeech , We will investigate this request next week to check if we can easily do it. Best Regards, Jonathan
Hello @southlogan , Thank you for reporting. Unfortunately at this moment, we only support `Oracle` for `DevArt`. I don't think we want to add more providers for now but we...
Hello @AlexVPerl , We tried in the past but we failed ;( However, we don't abandon it. We will try a new way during the weekend or next week. Let...