Jonathan Magnan

Results 1222 comments of Jonathan Magnan

Hello @tomaspakala , EntityFramework.Extended and EntityFramework.Plus is not the same library, so that's normal there is some difference. When the V2 will be under development, we will make sure to...

Hello @aschiffmann , We will look this week if there is any reason why we don't want this method public yet! In 1-2 months, we will more globally check which...

Hello @aschiffmann , The v1.8.25 has been released The extension methods `GetObjectQuery` is now public. We are not ready yet to make a `utilities` section for EF Classic, so we...

Thank you for reporting, We will look at it. Best Regards, Jon --- **Performance Libraries** `context.BulkInsert(list, options => options.BatchSize = 1000); ` [Entity Framework Extensions](http://entityframework-extensions.net/) • [Entity Framework Classic](http://entityframework-classic.net/) •...

Hello @kenzouno1 , Could you provide a runnable code/project with this issue. My developer tried it but didn't get a similar error; ```csharp using System; using System.Collections.Generic; using System.Linq; using...

Hello @kenzouno1 , Just to give you an update, we successfully reproduced the issue even on SQL Server by using your code. My developer will try something this week by...

Hello @kenzouno1 , It took us more time than expected but my developer successfully fixed the issue. However, we only succeed to make the fix for EF Core 3.x ;(...

It depends, Let us know more about your idea ;)

Hello @WarrenBowley , Thank you for reporting, we will look at it. Not sure however if there is something we can do here. Best Regards, Jon --- **Sponsorship** [Help us...

Hello @dongjason , By default, the audit doesn't automatically save in the database. See the following part of the doc: https://entityframework-plus.net/ef-core-audit-autosave You are missing this part of the code in...